Procedure

Two main tests for detecting autoregressive conditional heteroscedasticity in time series residuals.

Test 1: Ljung-Box Test on Squared Residuals

Tests whether the squared residuals exhibit autocorrelation.

Hypotheses

  • (no ARCH effects)
  • At least one (ARCH effects present)

Test Statistic

where is the sample autocorrelation of at lag .

Decision Rule

Reject if

Interpretation: Rejection implies the presence of ARCH effects that need to be modeled.

Test 2: Lagrange Multiplier (LM) Test

A regression-based test proposed by Engle (1982) that uses an auxiliary regression.

Auxiliary Regression

Regress squared residuals on their own lags:

Hypotheses

  • (no ARCH effects)
  • At least one (ARCH effects present)

Test Statistics

LM Statistic:

where is the sample size and is the coefficient of determination from the auxiliary regression.

Alternative F-Statistic:

where:

  • (restricted, )
  • (unrestricted)

Decision Rule

Reject if or if -value .

Practical Example

For Intel stock returns:

  • LM test: ,
  • Ljung-Box on : ,

Both strongly reject , confirming significant ARCH effects.