Description Usage Arguments Details Value See Also Examples
fpca()
returns estimations of the smooth principal components/eigen-functions
and the corresponding eigen-values of the residual function in the dfrr
model.
The result is a named list containing the vector of eigen-values and the matrix of Fourier coefficients. See Details.
1 |
object |
a fitted |
standardized, unstandardized |
a |
Fourier coefficients which are reported are
based on the a set of basis which can be determined by basis(dfrr_fit)
.
Thus the evaluation of pricipal component/eigen-function on the set of time points specified by vector time
,
equals to fpca(dfrr_fit)%*%t(eval.basis(time,basis(dfrr_fit)))
.
Consider that the unstandardized estimations are not identifiable. So, it is recommended to extract and report the standardized estimations.
fpca(dfrr_fit)
returns a list containtng the following components:
values |
a vector containing the eigen-values of the standaridized/unstandardized covariance operator of
the residual function term in |
vectors |
a matrix whose columns contain the Fourier coefficients of the
principal components/eigen-functions of the standaridized/unstandardized covariance operator of
the residual function term in |
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.