powered by
Estimating Factor Numbers Corresponding PCA
est_num(X, kmax = 8, type = "BIC3")
The estimated factor numbers.
Input matrix, of dimension \(T\times N\). Each row is an observation with \(N\) features at time point \(t\).
The user-supplied maximum factor numbers.
The method used. Options include "PC1", "PC2", "PC3", "IC1", "IC2", "IC3", "AIC3", "BIC3", "ER", "GR".
Jiaqi Hu
# \donttest{ dat = gendata() est_num(dat$Y, kmax = 8, type = "BIC3") # }
Run the code above in your browser using DataLab