| gendata | R Documentation |
Generate heavy-tailed data.
gendata(seed = 1, T = 50, N = 50, type = "1a")
seed |
the |
T |
time dimension. |
N |
cross-sectional dimension. |
type |
the type of the data generation process, it can be |
a list consisting of Y, F0, L0.
Jiaqi Hu
Manuscript: Robust factor analysis with exponential squared loss
dat = gendata()
Y = dat$Y
head(Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.