ERROR
Might have errors. I’ll check later TODO
Definition
The Dickey-Fuller (DF) test tests for the presence of an unit root in an AR(1) Process process.
This determines whether a time series is non-stationary or not.
Tip
An AR(p) model is stationary, if all the roots of its characteristic equation is .
Unit root means there exists an , which implies that the AR(p) model is not stationary.
Model
If , the model becomes a random walk (non-stationary).
Reformulation
Hypotheses
Test Statistic
Distribution
The test statistic follows the Dickey-Fuller distribution (not standard t-distribution).
Decision Rule
Reject if
WARNING
Use DF critical values, not standard t-distribution tables. The DF distribution has fatter tails.
Model Variants
| Model | Equation |
|---|---|
| No constant/trend | |
| With constant | |
| With constant & trend |