Have a Question?
Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Contact Us
GARCH-M Model
In finance, the return of a security may depend on its volatility (risk). To model such phenomena, the GARCHi-in-mean (GARCH-Mi) model adds a heteroskedasticity term into the mean equation. It has the specification:
![]() |
![]() |
![]() |
![]() |
Where:
is the time series value at time t.
is the mean of GARCH model.
is the volatility coefficient (risk premium) for the mean.
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/8a440b5dd779c326474c9b9f249cb61d5b544d0f.png)
![\[ E\left[\epsilon_t\right]=0 \]](/sites/all/files/tex/c5ac4d7f1f3650abf9673c05483f43104d5541c8.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
![\[ P_{\nu} = N(0,1) \]](/sites/all/files/tex/a1bcc14deb48132834e8d15a153d7544884ea8cc.png)
- Student's t-distribution
![\[ P_{\nu} = t_{\nu}(0,1) \]](/sites/all/files/tex/32025c7e774d6f8cca833d758f37911436322187.png)
![\[ \nu \succ 4 \]](/sites/all/files/tex/1bbd91c26cf7dcbd1b8b961565e00001ef5e76c0.png)
- Generalized error distribution (GEDi)
![\[ P_{\nu} = \mathit{GED}_{\nu}(0,1) \]](/sites/all/files/tex/add9dabeba33fc9abeb8fbe784e1f83a2cd5556f.png)
![\[ \nu \succ 1 \]](/sites/all/files/tex/0ea78b825cc17a02b4bc6b7e93f12b00ddb66dfe.png)
- Normal distribution
Remarks
- A positive risk-premium (i.e.
) indicates that data series is positively related to its volatility. - Furthermore, the GARCH-M model implies that there are serial correlations in the data series itself which were introduced by those in the volatility
process. - The mere existence of risk-premium is, therefore, another reason that some historical stocks returns exhibit serial correlations.

![\[ x_t = \mu + \lambda \sigma_t + a_t \]](/sites/all/files/tex/5700b814f2612d71e96eb5f413325fa4b6b1328f.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)