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:

  1. Mimic the behavior of (the true innovation process)
  2. Be serially uncorrelated (no autocorrelation in levels)
  3. Have constant variance of 1 (homoscedastic)
  4. Follow the assumed distribution (typically normal or Student-t)

Diagnostic Checks

Standardized residuals are used for model checking:

CheckStatisticPurpose
Mean equationLjung-Box on Test for remaining autocorrelation
Volatility equationLjung-Box on Test for remaining ARCH effects
NormalityQQ-plot, Shapiro-WilkTest distributional assumption

NOTE

If the Ljung-Box test on shows significant autocorrelation, the volatility model is inadequate and needs refinement.