Have a Question?
Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Contact Us
GARCH Model
If an autoregressive moving average model (ARMAi model) is assumed for the error variance, the model is a generalized autoregressive conditional heteroskedasticity (GARCHi, Bollerslev(1986)) model.
![]() |
![]() |
![]() |
![]() |
Where:
is the time series value at time t.
is the mean of GARCH model.
is the model's residual at time t.
is the conditional standard deviation (i.e. volatility) at time t.
is the order of the ARCH component model.
are the parameters of the the ARCH component model.
is the order of the GARCH component model.
are the parameters of the the GARCH component model.
are the standardized residuals:
![\[ \left[\epsilon_t\right] \sim i.i.d \]](/sites/all/files/tex/fc39465a22de115c37f9be18e5ef9c6a9e7ee0c1.png)
![\[ E\left[\epsilon_t\right]=0 \]](/sites/all/files/tex/5ddec7d237f8d33c1981d349709fca3c1b93c2e3.png)
![\[ \mathit{VAR}\left[\epsilon_t\right]=1 \]](/sites/all/files/tex/563df2eefde270e34502b84710f4fa3ba128213e.png)
is the probability distribution function for
. Currently, the following distributions are supported:
- Normal distribution
.
- Student's t-distribution

- Generalized error distribution (GEDi)
- Normal distribution
Remarks
- Clustering: a large
or
gives rise to a large
. This means a large
tends to be followed by another large
, generating, the well-known behavior, of volatility clustering in financial time series. - Fat-tails: The tail distribution of a GARCH(p,q) process is heavier than that of a normal distribution.
- Mean-reversion: GARCH provides a simple parametric function that can be used to describe the volatility evolution. The model converge to the unconditional variance of
:
![\[ \sigma_{\infty}^2 \rightarrow V_L=\frac{\alpha_o}{1-\sum_{i=1}^{max(p,q)}\left(\alpha_i+\beta_i\right)} \]](/sites/all/files/tex/5f25aea4286ae17708e7d159141a40b22d593dd3.png)
References
- Hamilton, J .D.; Time Series Analysis
, Princeton University Press (1994), ISBN 0-691-04289-6 - Tsay, Ruey S.; Analysis of Financial Time Series
John Wiley & SONS. (2005), ISBN 0-471-690740

![\[ x_t = \mu + a_t \]](/sites/all/files/tex/11c85cdb70c30c1c11a01f578d3177e886d5207f.png)
![\[ \sigma_t^2 = \alpha_o + \sum_{i=1}^p {\alpha_i a_{t-i}^2}+\sum_{j=1}^q{\beta_j \sigma_{t-j}^2} \]](/sites/all/files/tex/83c0f8fa05eb1b5b8fafc3fc097e09d964ed9b21.png)
![\[ a_t = \sigma_t \times \epsilon_t \]](/sites/all/files/tex/7ca9e5daac63fa334654d183c7c52e31ba77031b.png)
![\[ \epsilon_t \sim P_{\nu}(0,1) \]](/sites/all/files/tex/55ea846b298954a479e68b98b1ee0a9cc8b58c82.png)