gendata {REFA} | R Documentation |
Data generation process
Description
Generate heavy-tailed data.
Usage
gendata(seed = 1, T = 50, N = 50, type = "1a")
Arguments
seed |
the |
T |
time dimension. |
N |
cross-sectional dimension. |
type |
the type of the data generation process, it can be |
Value
a list consisting of Y, F0, L0
.
Author(s)
Jiaqi Hu
References
Manuscript: Robust factor analysis with exponential squared loss
Examples
dat = gendata()
Y = dat$Y
head(Y)
[Package REFA version 0.1.0 Index]