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:

  • : White noise

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.

ModelEquationWhen to Use
No constant/trendFluctuates around zero
With constantNon-zero mean, no trend
With constant & trendShows trend

Tip

Only difference with Dickey-Fuller Test is that this model adds