ERROR
Might have errors. I’ll check later TODO
Definition
The Augmented Dickey-Fuller (ADF) test extends the Dickey-Fuller Test to AR(p) models where , handling autocorrelation in residuals.
Model
For AR(p):
where:
TIP
is white noise — the error term after adding the lagged difference terms .
That’s the whole point of ADF over DF: the extra lagged differences are chosen specifically so that is white noise (no remaining autocorrelation in residuals).
Hypotheses
Test Statistic
Decision Rule
Reject if
Lag Selection
The number of lagged difference terms () can be selected using AIC/BIC or by testing residual autocorrelation.
Problem with DF Test
The DF test assumes is uncorrelated (white noise). When residuals are autocorrelated, DF test is invalid.
Model Variants
Three variants of the ADF test depending on the assumed structure of the time series.
Variant 1: No Constant, No Trend
Model:
Use when:
- Series appears to fluctuate around zero
- No apparent trend
Variant 2: With Constant (Intercept)
Model:
Use when:
- Series fluctuates around non-zero mean
- No apparent trend
Variant 3: With Constant and Trend
Model:
Use when:
- Series shows deterministic trend
- Want to test if trend is stochastic or deterministic
Summary table
Critical Values
Each variant has different critical values. Use the appropriate DF critical value table for the chosen model.
| Model | Equation | When to Use |
|---|---|---|
| No constant/trend | Fluctuates around zero | |
| With constant | Non-zero mean, no trend | |
| With constant & trend | Shows trend |
Tip
Only difference with Dickey-Fuller Test is that this model adds