Procedure
Diagnostic checking of fitted ARCH/GARCH models using standardized residuals and goodness-of-fit measures.
Standardized Residuals
The foundation of model diagnostics is the standardized residual:
If the model is correct, should behave like the assumed innovation process (typically i.i.d. ).
Checking the Mean Equation
Test: Ljung-Box statistic on standardized residuals
- No autocorrelation in residuals
- If rejected → mean equation inadequate, need different ARMA specification
Checking the Volatility Equation
Test: Ljung-Box statistic on squared standardized residuals
- No remaining ARCH effects
- If rejected → volatility model inadequate, need higher order or different specification
Checking Distributional Assumption
Normality Tests:
- QQ-plot: Visual check of normality
- Shapiro-Wilk test: Formal test for normality
- Jarque-Bera test: Tests skewness and kurtosis jointly
If normality is rejected, consider:
- Student-t distribution
- Skewed distributions
- Generalized Error Distribution (GED)
Goodness-of-Fit Measures
Sum of Squared Residuals (SSR)
Since :
Log-Likelihood Value
From the fitted model:
Information Criteria
Use for model comparison (lower is better):
| Criterion | Formula | Penalty |
|---|---|---|
| AIC | ||
| BIC |
where = number of parameters, = sample size.
Model Selection
BIC has a stronger penalty for complexity than AIC, generally favoring more parsimonious models.
Summary Checklist
| Component | Test | Target |
|---|---|---|
| Mean equation | Ljung-Box on | |
| Volatility equation | Ljung-Box on | |
| Distribution | QQ-plot, Shapiro-Wilk | Resemble assumed dist. |
| Overall fit | AIC, BIC | Compare across models |