A functional dataset where the individual functions are given by: c("yi(t)\n", "=zi,1e−(t−1.5)2/2+zi,2e−(t+1.5)2/2"), c("tin[−3,3],\n", "i=1,2,dots,21"), where zi,1 and zi,2 are i.i.d. normal with mean one and standard deviation 0.25. Each of these functions is then warped according to: c("\\gamma_i(t) = 6({e^{a_i(t+3)/6} -1 \\over e^{a_i} -\n", "1}) - 3") if ai=0, otherwise γi=γid
(gammaid(t)=t) is the identity warping). The variables are as follows: f containing the 21 functions of 101 samples and time which describes the sampling.
data
Format
simu_data
A list with 2 components:
f: A numeric matrix of shape 101×21 storing a sample of size N=21 of curves evaluated on a grid of size M=101.
time: A numeric vector of size M=101 storing the grid on which the curves f have been evaluated.