View source: R/20241206_simulation_function_edit.R
threshold.example | R Documentation |
Simulate an example data frame
threshold.example(N, TL, p, gamma)
N |
cross-sectional dimension |
TL |
time series length |
p |
fraction of non-zero coefficients |
gamma |
value of non-zero coefficients |
simulated data frame
d = threshold.example(10, 200, 0.1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.