Phone: +1 (888) 427-9486
+1 (312) 324-0367
Fax: +1 (312) 238-9092
Or use our Contact Form
Residuals Diagnosis
| Attachment | Size | |
|---|---|---|
| TUTORIAL-_RESIDUAL_Diagnosis.xls |
We build models to help us understand underlying unknown processes, and hopefully improve our forecast accuracy. But how do we know if the model is correct or adequate. To make things even muddier, which model should we choose over several alternatives.
Early on in this tutorial, we looked at the Log-Likelihood Function (LLFi) and Akaike's Information Criterion (AICi) as two measures of goodness of fit. Next, we'll look at the residuals generated by each model, run the statistical tests introduced in Chapter 2, and verify each model's underlying assumptions.
Example 1: GARCHi(1,1) with Normal Innovations

, 

Where
: Conditional mean
: Innovations or shocks (i.i.d)
: Residuals
: Conditional volatility
In Excel, we describe the model as:

The GARCH model describes the standardized residuals (
) as:
- Normally distributed
- Mean of zero and standard deviation of one
- Statistically independent

Note that the GARCH model passed all tests with the exception of the Excess-Kurtosis test, which in turn caused it to also fail the Normality test.
The average of standardized residuals (
) is -2.95%. This may seem high in comparison with the model's mean (
), but remember that
, where
is the actual model's residuals.
Example 2: GARCH(1,1) with GEDi Innovations

, 

Where
: Conditional mean
: Innovations or shocks (i.i.d)
: Residuals
: Conditional volatility
: Shape factor

By introducing the GED innovations, the new model's assumptions about the standardized residuals are:
- Mean of zero and standard deviation of one
- Symmetrically distributed (i.e. Skew = 0)
- Independent and identically distributed (e.g. White-Noise and no ARCH Effect)

Summary
The GED innovations not only improve the Log-Likelihood Function for the GARCH model, they also allow us to fulfill the underlying assumptions. As a result, GARCH with GED is adequate. Is it the best model? This can only be answered in comparison with other models, but we now have the tools to help us decide.
