Should the data be reconstruct after dimension reduction ?
varName
The name of the current functional variable.
verbose
Should the details be printed.
Value
A list with two components:
design
The matrix of the principal components ;
smoothData
The reconstructed data if reconstruct == TRUE.
Details
The Functional PCA is performed in two steps. First we express each discretized curves as a linear combination of nbasisInit spline basis functions. Then a multivariate PCA is computed on the spline coefficients. The final number of principal components is chosen such that the proportion of explained variance is larger than propVar.
References
Ramsay, J. O., and Silverman, B. W. (2006), Functional Data Analysis, 2nd ed., Springer, New York.