The standardized residuals in ARCH/GARCH models are used for diagnostic checking and represent the “shocks” normalized by the estimated volatility.
Definition
Given the residuals from the mean equation and the estimated conditional standard deviation , the standardized residual is:
Properties
If the model is correctly specified, the standardized residuals should:
- Mimic the behavior of (the true innovation process)
- Be serially uncorrelated (no autocorrelation in levels)
- Have constant variance of 1 (homoscedastic)
- Follow the assumed distribution (typically normal or Student-t)
Diagnostic Checks
Standardized residuals are used for model checking:
| Check | Statistic | Purpose |
|---|---|---|
| Mean equation | Ljung-Box on | Test for remaining autocorrelation |
| Volatility equation | Ljung-Box on | Test for remaining ARCH effects |
| Normality | QQ-plot, Shapiro-Wilk | Test distributional assumption |
NOTE
If the Ljung-Box test on shows significant autocorrelation, the volatility model is inadequate and needs refinement.