fts.dpca.KLexpansion {freqdom.fda} | R Documentation |
Dynamic KL expansion
Description
Computes the dynamic KL expansion up to a given order.
Usage
fts.dpca.KLexpansion(X, dpcs = fts.dpca.filters(fts.spectral.density(X)))
Arguments
X |
a functional time series given as an object of class |
dpcs |
an object of class |
Details
This function computes the -order dynamic functional principal components expansion, defined by
where and
are explained in
fts.dpca.filters
and are the dynamic functional PC scores as in
fts.dpca.scores
. For the sample version the sum extends over the range of lags for which the are defined.
For more details we refer to Hormann et al. (2015).
Value
An object of class fd
.
References
Hormann, S., Kidzinski, L., and Hallin, M. Dynamic functional principal components. Journal of the Royal Statistical Society: Series B (Statistical Methodology) 77.2 (2015): 319-348.
See Also
The multivariate equivalent in the freqdom
package: dpca.KLexpansion