GARCH Toolbox    

The Default Model

The GARCH Toolbox default model is the simple (yet common) conditional mean model with GARCH(1,1) Gaussian innovations, based on Eq. (2-8) and Eq. (2-9).

     (2-12)  

     (2-13)  

In the conditional mean model, Eq. (2-12), the returns, yt, consist of a simple constant, plus an uncorrelated, white noise disturbance, t. This model is often sufficient to describe the conditional mean in a financial return series. Most financial return series do not require the comprehensiveness that an ARMAX model provides.

In the conditional variance model, Eq. (2-13), the variance forecast, t2, consists of a constant plus a weighted average of last period's forecast, t-12, and last period's squared disturbance, t-12. Although financial return series, as defined in Eq. (2-10) and Eq. (2-11), typically exhibit little correlation, the squared returns often indicate significant correlation and persistence. This implies correlation in the variance process, and is an indication that the data is a candidate for GARCH modeling.

Although simplistic, the default model shown in Eq. (2-12) and Eq. (2-13) has several benefits:


  Conventions and Clarifications Analysis and Estimation Example Using the Default Model