| REFA_FN | R Documentation |
Estimating Factor Numbers via Modified Rank Minimization
REFA_FN(Y, rmax = 8, tau = 0.75, q = 0.1, eps = 1e-04, init = TRUE)
Y |
Input matrix, of dimension |
rmax |
The bound of the number of factors. |
q |
Hyper parameter in modified PCA algorithm. Default is |
eps |
The stopping criterion parameter. Default is |
tau |
Hyper parameter in selecting |
init |
Warn start by modified PCA algorithm. Default is |
rhat |
The estimated factor number. |
Fhat |
The estimated factor matrix. |
Lhat |
The estimated loading matrix. |
loss |
the value of the loss function. |
Jiaqi Hu
Manuscript: Robust factor analysis with exponential squared loss
dat = gendata()
REFA_FN(dat$Y, rmax = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.