Main Content

Conditional Variance Models

General Conditional Variance Model Definition

Consider the time series

y t = μ + ε t ,

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

Aconditional variance modelspecifies the dynamic evolution of the innovation variance,

σ t 2 = V a r ( ε t | H t 1 ) ,

whereHt–1is the history of the process. The history includes:

  • Past variances, σ 1 2 , σ 2 2 , , σ t 1 2

  • Past innovations, ε 1 , ε 2 , , ε t 1

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

  • E(εt) = 0.

  • E(εtεt–h) = 0 for alltand h 0.

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

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

Thegeneralized autoregressive conditional heteroscedastic(GARCH)模型是一种扩展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, withPGARCH coefficients associated with lagged variances, andQARCH coefficients associated with lagged squared innovations. The form of the GARCH(P,Q) model in Econometrics Toolbox is

y t = μ + ε t ,

where ε t = σ t z t and

σ t 2 = κ + γ 1 σ t 1 2 + + γ P σ t P 2 + α 1 ε t 1 2 + + α Q ε t Q 2 .

Note

TheConstant财产的garchmodel corresponds toκ, and theOffsetproperty corresponds toμ.

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

  • κ > 0

  • γ i 0 , α j 0

  • i = 1 P γ i + j = 1 Q α 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 hasPGARCH coefficients associated with lagged log variance terms,QARCH coefficients associated with the magnitude of lagged standardized innovations, andQleverage coefficients associated with signed, lagged standardized innovations. The form of the EGARCH(P,Q) model in Econometrics Toolbox is

y t = μ + ε t ,

where ε t = σ t z t and

log σ t 2 = κ + i = 1 P γ i log σ t i 2 + j = 1 Q α j [ | ε t j | σ t j E { | ε t j | σ t j } ] + j = 1 Q ξ j ( ε t j σ t j ) .

Note

TheConstant财产的negarchmodel corresponds toκ, and theOffsetproperty corresponds toμ.

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

  • If the innovation distribution is Gaussian, then

    E { | ε t j | σ t j } = E { | z t j | } = 2 π .

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

    E { | ε t j | σ t j } = E { | z t j | } = ν 2 π Γ ( ν 1 2 ) Γ ( ν 2 ) .

The toolbox treats the EGARCH(P,Q) model as an ARMA model for log σ t 2 . Thus, to ensure stationarity, all roots of the GARCH coefficient polynomial, ( 1 γ 1 L γ P L P ) , 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 ( σ t 2 ) exp { E ( log σ t 2 ) } .

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 hasPGARCH coefficients associated with lagged variances,QARCH coefficients associated with lagged squared innovations, andQleverage coefficients associated with the square of negative lagged innovations. The form of the GJR(P,Q) model in Econometrics Toolbox is

y t = μ + ε t ,

where ε t = σ t z t and

σ t 2 = κ + i = 1 P γ i σ t i 2 + j = 1 Q α j ε t j 2 + j = 1 Q ξ j I [ ε t j < 0 ] ε t j 2 .

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

Note

TheConstant财产的gjrmodel corresponds toκ, and theOffsetproperty corresponds toμ.

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

  • κ > 0

  • γ i 0 , α j 0

  • α j + ξ j 0

  • i = 1 P γ i + j = 1 Q α j + 1 2 j = 1 Q ξ 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 Examples

More About