powered by
Generate heavy-tailed data.
gendata(seed = 1, T = 50, N = 50, type = "1a")
A list containing:
The observed matrix.
The true factor matrix.
The true loading matrix.
The seed used in the data generation process.
seed
Time dimension.
Cross-sectional dimension.
The type of the data generation process. Options include "1a", "1b", "1c", "1d", "2a", "2b", "2c", "2d", "3a", "3b".
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
dat = gendata() Y = dat$Y head(Y)
Run the code above in your browser using DataLab