powered by
Estimating Factor Numbers via Modified Rank Minimization
REFA_FN(Y, rmax = 8, tau = 0.75, q = 0.1, eps = 1e-04, init = TRUE)
A list containing:
The estimated factor number.
The estimated factor matrix.
The estimated loading matrix.
The value of the loss function.
Input matrix, of dimension \(T\times N\). Each row is an observation with \(N\) features at time point \(t\).
The bound of the number of factors.
Hyper parameter in selecting \(\gamma\) of the loss function.
Hyper parameter used in the initializations, truncated PCA. Default is 0.05.
0.05
The stopping criterion parameter. Default is 1e-5.
1e-5
Warm start by truncated PCA algorithm. Default is TRUE.
TRUE
Jiaqi Hu
Robust factor analysis with exponential squared loss. Jiaqi Hu, Tingyin Wang, Xueqin Wang. Journal of Multivariate Analysis 2026, 213 105567; doi:10.1016/j.jmva.2025.105567
# \donttest{ # Assuming gendata() is defined in your package dat = gendata() REFA_FN(dat$Y, rmax = 8) # }
Run the code above in your browser using DataLab