Extract factors from a data set of time series.
FactorExtraction(x = NULL, q = NULL, r = NULL, p = NULL, A = NULL,
C = NULL, Q = NULL, R = NULL, initx = NULL, initV = NULL,
ss = NULL, MM = NULL, n.prevs = NULL)
Vintage transformada pela fun<U+00E7><U+00E3>o arrumarVintage
Dynamic rank. Number of error terms. If not specified q = 2.
Static rank (r>=q), i.e. number of factors. If not specified r = 2.
AR order of factors. If not specified p = 1.
Matrix that update factors with VAR
Matrix that combine factors to explain the transformed data.
Error variance in factor update.
Error variance in explain data from factors
Initial condition of factor in Kalman filter estimation.
Initial condition of factor variance
Standard deviation in transformed data.
Mean in transformed data.
Number of quarter previsions ahead.