Main Content

Conditional Variance Models

General Conditional Variance Model Definition

Consider the time series

yt=μ+εt,

where εt=σtzt. Here, zt is an independent and identically distributed series of standardized random variables. Econometrics Toolbox™ supports standardized Gaussian and standardized Student’s t innovation distributions. The constant term, μ, is a mean offset.

A conditional variance model specifies the dynamic evolution of the innovation variance,

σt2=Var(εt|Ht1),

where Ht–1 is the history of the process. The history includes:

  • Past variances, σ12,σ22,,σt12

  • Past innovations, ε1,ε2,,εt1

Conditional variance models are appropriate for time series that do not exhibit significant autocorrelation, but are serially dependent. The innovation series εt=σtzt is uncorrelated, because:

  • E(εt) = 0.

  • E(εtεt–h) = 0 for all t and h0.

However, if σt2 depends on σt12, for example, then εt depends on εt–1, even though they are uncorrelated. This kind of dependence exhibits itself as autocorrelation in the squared innovation series, εt2.

Tip

For modeling time series that are both autocorrelated and serially dependent, you can consider using a composite conditional mean and variance model.

Two characteristics of financial time series that conditional variance models address are:

  • Volatility clustering. Volatility is the conditional standard deviation of a time series. Autocorrelation in the conditional variance process results in volatility clustering. The GARCH model and its variants model autoregression in the variance series.

  • Leverage effects. The volatility of some time series responds more to large decreases than to large increases. This asymmetric clustering behavior is known as the leverage effect. The EGARCH and GJR models have leverage terms to model this asymmetry.

GARCH Model

The generalized autoregressive conditional heteroscedastic (GARCH) model is an extension of Engle’s ARCH model for variance heteroscedasticity [1]. If a series exhibits volatility clustering, this suggests that past variances might be predictive of the current variance.

The GARCH(P,Q) model is an autoregressive moving average model for conditional variances, with P GARCH coefficients associated with lagged variances, and Q ARCH coefficients associated with lagged squared innovations. The form of the GARCH(P,Q) model in Econometrics Toolbox is

yt=μ+εt,

whereεt=σtzt and

σt2=κ+γ1σt12++γPσtP2+α1εt12++αQεtQ2.

Note

The Constant property of a garch model corresponds to κ, and the Offset property corresponds to μ.

For stationarity and positivity, the GARCH model has the following constraints:

  • κ>0

  • γi0,αj0

  • i=1Pγi+j=1Qαj<1

To specify Engle’s original ARCH(Q) model, use the equivalent GARCH(0,Q) specification.

EGARCH Model

The exponential GARCH (EGARCH) model is a GARCH variant that models the logarithm of the conditional variance process. In addition to modeling the logarithm, the EGARCH model has additional leverage terms to capture asymmetry in volatility clustering.

The EGARCH(P,Q) model has P GARCH coefficients associated with lagged log variance terms, Q ARCH coefficients associated with the magnitude of lagged standardized innovations, and Q leverage coefficients associated with signed, lagged standardized innovations. The form of the EGARCH(P,Q) model in Econometrics Toolbox is

yt=μ+εt,

where εt=σtzt and

logσt2=κ+i=1Pγilogσti2+j=1Qαj[|εtj|σtjE{|εtj|σtj}]+j=1Qξj(εtjσtj).

Note

The Constant property of an egarch model corresponds to κ, and the Offset property corresponds to μ.

The form of the expected value terms associated with ARCH coefficients in the EGARCH equation depends on the distribution of zt:

  • If the innovation distribution is Gaussian, then

    E{|εtj|σtj}=E{|ztj|}=2π.

  • If the innovation distribution is Student’s t with ν > 2 degrees of freedom, then

    E{|εtj|σtj}=E{|ztj|}=ν2πΓ(ν12)Γ(ν2).

The toolbox treats the EGARCH(P,Q) model as an ARMA model forlogσt2. Thus, to ensure stationarity, all roots of the GARCH coefficient polynomial,(1γ1LγPLP), must lie outside the unit circle.

The EGARCH model is unique from the GARCH and GJR models because it models the logarithm of the variance. By modeling the logarithm, positivity constraints on the model parameters are relaxed. However, forecasts of conditional variances from an EGARCH model are biased, because by Jensen’s inequality,

E(σt2)exp{E(logσt2)}.

An EGARCH(1,1) specification will be complex enough for most applications. For an EGARCH(1,1) model, the GARCH and ARCH coefficients are expected to be positive, and the leverage coefficient is expected to be negative; large unanticipated downward shocks should increase the variance. If you get signs opposite to those expected, you might encounter difficulties inferring volatility sequences and forecasting (a negative ARCH coefficient can be particularly problematic). In this case, an EGARCH model might not be the best choice for your application.

GJR Model

The GJR model is a GARCH variant that includes leverage terms for modeling asymmetric volatility clustering. In the GJR formulation, large negative changes are more likely to be clustered than positive changes. The GJR model is named for Glosten, Jagannathan, and Runkle [2]. Close similarities exist between the GJR model and the threshold GARCH (TGARCH) model—a GJR model is a recursive equation for the variance process, and a TGARCH is the same recursion applied to the standard deviation process.

The GJR(P,Q) model has P GARCH coefficients associated with lagged variances, Q ARCH coefficients associated with lagged squared innovations, and Q leverage coefficients associated with the square of negative lagged innovations. The form of the GJR(P,Q) model in Econometrics Toolbox is

yt=μ+εt,

whereεt=σtzt and

σt2=κ+i=1Pγiσti2+j=1Qαjεtj2+j=1QξjI[εtj<0]εtj2.

The indicator function I[εtj<0] equals 1 if εtj<0, and 0 otherwise. Thus, the leverage coefficients are applied to negative innovations, giving negative changes additional weight.

Note

The Constant property of a gjr model corresponds to κ, and the Offset property corresponds to μ.

For stationarity and positivity, the GJR model has the following constraints:

  • κ>0

  • γi0,αj0

  • αj+ξj0

  • i=1Pγi+j=1Qαj+12j=1Qξj<1

The GARCH model is nested in the GJR model. If all leverage coefficients are zero, then the GJR model reduces to the GARCH model. This means you can test a GARCH model against a GJR model using the likelihood ratio test.

References

[1] Engle, Robert F. “Autoregressive Conditional Heteroskedasticity with Estimates of the Variance of United Kingdom Inflation.” Econometrica. Vol. 50, 1982, pp. 987–1007.

[2] Glosten, L. R., R. Jagannathan, and D. E. Runkle. “On the Relation between the Expected Value and the Volatility of the Nominal Excess Return on Stocks.” The Journal of Finance. Vol. 48, No. 5, 1993, pp. 1779–1801.

See Also

Objects

Related Topics