dyn.pca | R Documentation |
Performs principal components analysis in frequency domain for identifying common and idiosyncratic components.
dyn.pca(
xx,
q = NULL,
q.method = c("ic", "er"),
ic.op = 5,
kern.bw = NULL,
mm = NULL
)
xx |
centred input time series matrix, with each row representing a variable |
q |
number of factors. If |
q.method |
A string specifying the factor number selection method; possible values are:
|
ic.op |
choice of the information criterion penalty. Currently the three options from Hallin and Liška (2007) ( |
kern.bw |
a positive integer specifying the kernel bandwidth for dynamic PCA; by default, it is set to |
mm |
bandwidth |
a list containing
q |
number of factors |
q.method.out |
if |
spec |
a list containing the estimates of the spectral density matrices for |
acv |
a list containing estimates of the autocovariance matrices for |
kern.bw |
input parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.