rGarch | R Documentation |
Simulate a Garch series given its data generate process with mean part.
rGarch( u = 0, a0 = rnorm(1, 0, 1), sigma20 = rnorm(1, 0, 1)^2, alpha = c(0.5, 0.5), beta = 0.25, len = 10 )
u |
the mean series |
a0 |
vector of the start part |
sigma20 |
vector of the initial variance |
alpha |
the |
beta |
the |
len |
the length, include defined |
A simulated garch series
Bollerslev T. 1986. "Generalized autoregressive conditional heteroskedasticity", Journal of Econometrics, 31(3): 307-327. doi: 10.1016/0304-4076(86)90063-1.
rGarch()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.