testdata {MFDA} | R Documentation |
Simulated functional clusterd data with each row represents a subject and each column representing a time point. Data are generated from 4 functions with 30 curve from $f1=-exp(tt)/1000$, 40 curves from $f2=tan(tt)$, 50 curves from $f3=5*(tt-4)^2/max((tt-4)^2)$, 30 curves from $f4=cos(tt)$
data(testdata)
a matrix with 150 rows and 10 columns
simulated data
...