fts.dpca.scores {freqdom.fda} | R Documentation |
Functional dynamic principal component scores
Description
Computes the dynamic principal component scores of a functional time series.
Usage
fts.dpca.scores(X, dpcs = fts.dpca.filters(spectral.density(X)))
Arguments
X |
a functional time series given as an object of class |
dpcs |
an object of class |
Details
The -th dynamic principal components score sequence is defined by
where and
are explained in
fts.dpca.filters
. (The integral is not necessarily restricted to the interval , this depends on the data.) 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
A -matix with
Ndpc = dim(dpcs$operators)[1]
. The -th column contains the
-th dynamic principal component score sequence.
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.scores