正在学习
13.2.3 Refinements to GARCH Models
13.2.3 Refinements to GARCH Models
Numerous refinements to (13.7) that account for asymmetric effects of positive and negative volatility shocks have been proposed in the literature. For example, the threshold GARCH model allows negative and positive shocks to have different impact on future volatility:
where 1(·) is an indicator function that equals 1 if the condition in the bracket holds, and otherwise is 0. Here the additional news effect of negative shocks on the conditional variance is λ. In empirical work it is frequently found that λ is positive, as negative shocks affect the conditional volatility more strongly than positive shocks. This is sometimes labeled the leverage effect.3 Forecasting volatility with (13.13) requires predicting the probability of positive versus negative shocks whenever these affect future volatility differently. Under the assumption that negative and positive shocks are equally likely, i.e., , it follows from (13.13) that
where now . Using that and for , we get the h-step-ahead forecast of the one-period conditional variance as (see Andersen et al., 2006)
Compared with the earlier formula for multistep forecasts from the GARCH(1,1) model (13.11), multistep forecasts from the threshold GARCH model in (13.15) are anchored on a different mean value and also can have different persistence, i.e., versus , although it should be noted that the estimates of and in the two models are likely to be different due to the inclusion of the asymmetry term.
Since the conditional variance cannot be negative, models for the conditional variance must impose nonnegativity of the variance. This is usually not a concern in practice for specifications such as the GARCH(1,1) model since volatility is often highly persistent and ω, , and are all clearly positive. Another concern may be that the conditional variance is close to following an integrated process with close to 1.
One way to deal with the nonnegativity constraint on the conditional variance is to instead model the logarithm of volatility which is not subject to such concerns. This gives rise to the EGARCH model of Nelson (1991):
Again this model allows for asymmetric news effects of positive and negative shocks: positive shocks impact the log conditional variance by , while the effect of negative shocks is
An important advantage of the EGARCH specification is that there is no need to impose constraints on the parameters to ensure that the conditional volatility remains nonnegative. Conversely, a disadvantage of (13.16) is that while it easily delivers conditional forecasts of the h-step log-variance, log , typically the object of interest is not to predict the logarithm of the variance, but rather the variance itself, . There are no analytical expressions for under the EGARCH model. Instead Monte Carlo simulation of the sequence of one-step density forecasts can be used to generate multistep volatility forecasts. This requires using numerical methods and so is a bit more involved.4
GARCH-type models can easily be generalized to allow for predictability from other state variables, , or to let the volatility forecast affect the forecast of the conditional mean. For example, Glosten et al. (1993) consider an EGARCH-type model for the trade-off between risk and returns on stocks:
In this model the log conditional variance, depends on the state variable, the lagged conditional variance, as well as current innovations, whose effect may depend on whether the shocks are positive or negative. Moreover, the conditional mean is affected by the conditional volatility forecast—a phenomenon often labeled the ARCH-in-mean effect. This is consistent with the notion that investors expect higher returns, the higher the predicted volatility.
A property of the volatility models described so far is that the effect on future average volatility of a shock decays very fast, i.e., at an exponential rate as can be seen from formulas such as (13.11) and (13.15). Empirical studies of absolute or squared security returns sometimes find that their autocorrelations decay at a slower hyperbolic rate rather than at an exponential rate, suggesting that there is long memory in the volatility process.5 To capture this, Baillie, Bollerslev, and Mikkelsen (1996) propose a so-called fractionally integrated, FIGARCH(1,d,1) process for the conditional variance:
Slow decay in autocorrelations of the variance occurs if . These authors also show that variance forecasts can be generated recursively using a chain rule of the form
where the coefficients of the polynomial are generated recursively:6
For many GARCH models the multistep predictive density is not obtainable in closed form. In such cases, numerical methods can be used to generate multistep volatility forecasts. As explained by Andersen et al. (2006), such forecasts can be computed by using the convolution of the one-step conditional distributions which are typically fully specified by the GARCH models:
Parameter estimates for GARCH(1,1) and GJR(1,1) models fitted to daily stock returns on the S&P500 index.
| Parameter | GARCH(1,1) | se | se | |
| GARCH | 0.8769 | 0.0064 | 0.8920 | 0.0058 |
| ARCH | 0.1102 | 0.0055 | 0.0277 | 0.0070 |
| Leverage | 1 | 1 | 0.1607 | 0.0098 |
The procedure is to draw normalized residuals, , and then recursively generate values of the conditional volatility, using the preferred GARCH model, g :
This generates a simple Monte Carlo estimate of the predictive density For example, an estimate of the h-step-ahead conditional variance given current information, can be obtained by iterating on the above equations and averaging across Monte Carlo simulations,
In the simplest case, is drawn from a normal distribution. However, since the innovations need not be Gaussian, another possibility is to use estimated, standardized residuals, to construct the c.d.f. for the residuals, and then draw with replacement from this distribution. This can help capture features of the normalized residuals such as skews and fat tails.
Empirical estimates for GARCH models applied to many security returns suggest a high degree of persistence in the conditional variance. As an example, we estimated GARCH(1,1) and GJR models (described in equations (13.8) and (13.17)) for daily stock returns on the S&P500 index over the period 1990:01:01–2015:03:31. The resulting parameter estimates are reported in table 13.1. The volatility process is highly persistent, with GARCH(1,1) estimates of , so their sum (0.987) is close to unity. Figure 13.1 shows a plot of the associated (in-sample) conditional one-step-ahead volatility forecasts. Periods of low volatility around 2005 and, later, after 2012, are interspersed with periods of extremely high volatility such as during the fall of 2008. The GARCH(1,1) and GJR(1,1) estimates share common trends and are broadly similar.

Figure 13.1: One-step-ahead conditional volatility forecasts generated by GARCH(1,1) and GJR models fitted to daily stock market returns.
Figure 13.2 plots the conditional volatility estimates implied by the GARCH(1,1) and GJR models during a few months in 2014. Focusing on this shorter sample allows us to better highlight the differences between the volatility estimates implied by these two models. Differences are largest following days with large negative shocks to returns because these have a larger effect on the GJR volatility forecast than on the forecast implied by the GARCH(1,1) model.
练习题
In the threshold GARCH model, what does the term represent?
What is the leverage effect in the context of the threshold GARCH model?
Which of the following is the correct formula for the h-step-ahead forecast of the one-period conditional variance in the threshold GARCH model?
What are the key differences between multistep forecasts from the GARCH(1,1) model and the threshold GARCH model?
In practice, the nonnegativity constraint on the conditional variance is usually a concern for the GARCH(1,1) model.
The EGARCH model allows for asymmetric news effects of positive and negative shocks.
The formula for the EGARCH model is given by . What is the main advantage of this model?
What is the main disadvantage of using the EGARCH model for generating multistep volatility forecasts?
Explain the role of the indicator function in the threshold GARCH model.
How does the EGARCH model address the nonnegativity constraint on conditional variance, and what is the implication for forecasting volatility?
Which of the following statements correctly describes the leverage effect in the threshold GARCH model?
Which of the following are advantages of the EGARCH model compared to the threshold GARCH model? Select all that apply.
In the threshold GARCH model, the persistence of the conditional variance process is measured by , while in the GARCH(1,1) model, it is measured by .
The _______ model allows for asymmetric news effects by modeling the logarithm of the conditional variance, thus avoiding the need for nonnegativity constraints on parameters.
登录后解锁笔记、知识点解析、AI 问答
立即登录