powered by
Simulate a Garch series given its data generate process without mean part.
rGarcha( a0 = rnorm(1, 0, 1), sigma20 = rnorm(1, 0, 1)^2, alpha = c(0.5, 0.5), beta = 0.25, len = 10 )
A simulated garch series
vector of the start part
vector of the initial variance sigma2
sigma2
the alpha parameter
alpha
the beta parameter
beta
the length, include defined a0
a0
Bollerslev T. 1986. "Generalized autoregressive conditional heteroskedasticity", Journal of Econometrics, 31(3): 307-327. doi: 10.1016/0304-4076(86)90063-1.
rGarcha()
Run the code above in your browser using DataLab