| rpca | R Documentation | 
rpca estimates the approximate factor models of the given matrix.
rpca(X, kmax, standardize = FALSE, tau = 0)
X | 
 a matrix of size T by N.  | 
kmax | 
 integer, indicating the maximum number of factors.  | 
standardize | 
 logical, indicating Whether or not X should be centered and scaled.  | 
tau | 
 numeric, specifying the parameter in the rank-regularized estimation.
If   | 
a list of elements:
X | 
|
kmax | 
|
standardize | 
|
tau | 
|
ic2 | 
|
pc2k | 
|
pc20 | 
|
Fhat | 
|
Lamhat | 
|
Chat | 
|
Sigma | 
|
IC2 | 
|
PC2k | 
|
PC20 | 
|
fhat | 
|
lamhat | 
|
d | 
|
d0 | 
Yankang (Bennie) Chen <yankang.chen@yale.edu>
Serena Ng <serena.ng@columbia.edu>
Jushan Bai <jushan.bai@columbia.edu>
Jushan Bai and Serena Ng (2002), Determining the number of factors in approximate factor models. https://doi.org/10.1111/1468-0262.00273
Jushan Bai and Serena Ng (2019), Rank regularized estimation of approximate factor models. https://doi.org/10.1016/j.jeconom.2019.04.021
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.