dpca.filters function

Compute DPCA filter coefficients

Compute DPCA filter coefficients

For a given spectral density matrix dynamic principal component filter sequences are computed.

dpca.filters(F, Ndpc = dim(F$operators)[1], q = 30)

Arguments

  • F: (d×d)(d\times d) spectral density matrix, provided as an object of class freqdom.
  • Ndpc: an integer {1,,d}\in\{1,\ldots, d\}. It is the number of dynamic principal components to be computed. By default it is set equal to dd.
  • q: a non-negative integer. DPCA filter coefficients at lags h|h|\leq q will be computed.

Returns

An object of class timedom. The list has the following components:

  • operators \quad an array. Each matrix in this array has dimension Ndpc ×d\times d and is assigned to a certain lag. For a given lag kk, the rows of the matrix correpsond to ϕk\phi_{\ell k}.
  • lags \quad a vector with the lags of the filter coefficients.

Details

Dynamic principal components are linear filters (ϕk ⁣:kZ)(\phi_{\ell k}\colon k\in \mathbf{Z}), 1d1 \leq \ell \leq d. They are defined as the Fourier coefficients of the dynamic eigenvector φ(ω)\varphi_\ell(\omega) of a spectral density matrix Fω\mathcal{F}_\omega:

ϕk:=12πππφ(ω)exp(ikω)dω. \phi_{\ell k}:=\frac{1}{2\pi}\int_{-\pi}^\pi \varphi_\ell(\omega) \exp(-ik\omega) d\omega.

The index \ell is referring to the \ell-th #'largest dynamic eigenvalue. Since the ϕk\phi_{\ell k} are real, we have

ϕk=ϕk=12πππφexp(ikω)dω. \phi_{\ell k}^\prime=\phi_{\ell k}^*=\frac{1}{2\pi}\int_{-\pi}^\pi \varphi_\ell^* \exp(ik\omega)d\omega.

For a given spectral density (provided as on object of class freqdom) the function dpca.filters() computes (ϕk)(\phi_{\ell k}) for k|k| \leq q and 11 \leq \ell \leq Ndpc.

For more details we refer to Chapter 9 in Brillinger (2001), Chapter 7.8 in Shumway and Stoffer (2006) and to Hormann et al. (2015).

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.

Brillinger, D. Time Series (2001), SIAM, San Francisco.

Shumway, R.H., and Stoffer, D.S. Time Series Analysis and Its Applications (2006), Springer, New York.

See Also

dpca.var, dpca.scores, dpca.KLexpansion

  • Maintainer: Kidzinski L.
  • License: GPL-3
  • Last published: 2024-04-06

Useful links