Sunday, February 27, 2011

Autoregressive Conditional Heteroskedasticity (ARCH)

(Question)

Squared Residuals Regression
CoefficientStandard Errorp-value
Intercept3.000.5770.01
Lagged residual  squared0.280.1850.31

From the data provided above, for a 5% level of significance, one should conclude that his or her AR(1) model exhibits:

A. no autocorrelation.
B. no autoregressive conditional heteroskedasticity (ARCH).
C. no multicollinearity.


Answer: B

Autoregressive conditional heteroskedasticity refers to an autoregressive equation which the variance of the errors terms is heteroskedastic. (i.e., error variance is not constant.) The presence of ARCH is tested with the following regression:
et2 = β1 + β2 * et-12 + vt

which serves as a proxy for:

var(et) = β1 + β2 * var(et-1) + vt

The exhibit above indicates that the slope estimate in the ARCH equation is not significant (the t-statistic for the slope estimate of the ARCH equation is not significant.) Therefore, the squared error does not depend on its lagged value (i.e., if the slope value is zero, then the error variance equals the constant β1, which indicates no conditional heteroskedasticity in the AR model). ARCH is not present.

0 comments:

Post a Comment