GARCHinMean
GARCH-in-Mean (GARCH-M) is an extension of GARCH models in which the conditional variance (volatility) enters the conditional mean equation of a time series. This specification allows the model to capture a risk–return trade-off: higher risk, as measured by conditional volatility, can imply higher expected returns.
A common form specifies the conditional mean of the return r_t as a function of the conditional
where ε_t = sqrt(h_t) z_t, z_t are i.i.d. with zero mean and unit variance, and h_t follows a
h_t = ω + α ε_{t-1}^2 + β h_{t-1}.
Here δ is the risk premium parameter: a positive δ indicates that higher conditional variance raises the expected
Some formulations use the conditional variance directly in the mean as r_t = μ + δ σ_t^2 + ε_t, with σ_t^2
Estimation and interpretation: GARCH-M models are typically estimated by maximum likelihood (or quasi-maximum likelihood) under a
Applications and limitations: GARCH-M is used to assess whether investors demand a premium for risk in returns,
Extensions include GARCH-M-X (with external regressors) and multivariate GARCH-M models.