Paper Explained
The 'A' in ADF: Said and Dickey's Augmented Unit Root Test
The original Dickey-Fuller test only worked if you knew the exact structure of your data's noise. Said and Dickey proved you can approximate any noise well enough, and made the test usable on everything.
July 13, 2026
The paper
Testing for unit roots in autoregressive-moving average models of unknown order
Said E. Said and David A. Dickey · 1984
Read the original →If you have ever run a unit root test, you almost certainly ran the augmented Dickey-Fuller test. Every package calls it ADF. It is the default. It is what people mean when they say "I ran a Dickey-Fuller test."
The "augmented" part is not Dickey and Fuller's original work. It is the contribution of a 1984 paper by Said Said and David Dickey, and it is the reason the test works on real data at all. Understanding what that one word buys you tells you a lot about how statistical tools go from theory to practice.
The problem: the original test needed you to already know the answer
Dickey and Fuller's original test was built for a very specific and very clean world. It assumed the series you are testing is a simple autoregression: today's value depends on yesterday's, plus a fresh, clean, unrelated shock. Under that assumption, the test works beautifully and the critical values they computed are exactly right.
Real data is not that clean. Real series have complicated memory. Today's value might depend on the last several days in some intricate way, and, crucially, the shocks themselves might have memory: a surprise today might be partly the echo of a surprise last week. That second kind of memory is what statisticians call a moving average component, and it is extremely common. Bid-ask bounce creates it. Overlapping data creates it. Smoothing and aggregation create it. Economic data revisions create it.
Here is the awkward part. Dickey and Fuller's critical values are wrong if the shocks have memory. Feed such a series into the original test and it will give you a confident answer that is systematically incorrect. And the original prescription (add enough lagged terms to soak up the correlation) had no theory behind it. How many lags? Nobody knew. And if the true structure had a moving average component, no finite number of autoregressive lags would exactly capture it anyway. The correction seemed to be, in principle, impossible.
The key idea via analogy: an infinite echo, approximated by a finite one
Here is the mathematical fact at the heart of the paper, and it is genuinely elegant.
A moving average process (memory in the shocks) can be rewritten, exactly, as an autoregression, but one with infinitely many lags. The influence of each successive lag gets smaller and smaller, decaying away, but it never quite reaches zero. An echo that fades but never fully dies.
Now, you cannot estimate infinitely many lags. You have finite data. So it looks like you are stuck.
Said and Dickey's insight is that you do not have to capture the echo exactly. You just have to capture enough of it that what remains is negligible.
Think of soundproofing a room. The sound coming through the wall decays with each layer of insulation you add. You will never make it exactly zero. But you can make it quiet enough that it does not affect the measurement you are trying to take. And crucially, the more precise your measurement needs to be, the more layers you add.
That is exactly their result. They proved that if you let the number of lagged terms in the regression grow with the sample size, at an appropriate rate (slower than the sample grows, but growing nonetheless), then the leftover contamination from the un-captured echo shrinks to nothing fast enough that the original Dickey-Fuller critical values remain valid.
This is a deep and useful kind of theorem. It says: the tool you already have works on a much wider class of problems than it was designed for, provided you scale one knob correctly. You do not need a new test. You need a rule for how many lags to include, and you need to know that the rule is asymptotically sufficient.
The practical instruction that falls out: include enough lagged differences of the series in your regression, and let that number grow as you get more data. That is the entire "augmentation."
Why it mattered
- It is why the ADF test exists and is trusted. Without this result, the augmented test was a heuristic patch with no guarantees. After it, the patch had a proof. That is the difference between a technique people use nervously and one that becomes the field's default.
- It vastly widened what you can test. Financial and economic series essentially always have complicated, unknown short-run dynamics. Said and Dickey's theorem says you do not need to know them. You just need enough lags.
- It is the direct competitor and complement to Phillips-Perron. Both papers solve the same problem, correlated shocks, by opposite philosophies. ADF absorbs the correlation into the regression. Phillips-Perron leaves the regression alone and corrects the statistic afterwards. Neither dominates. Running both and comparing is standard practice, and a disagreement between them is genuinely informative about how fragile your conclusion is.
- It underpins the whole cointegration industry. The Engle-Granger cointegration test is, at its core, an ADF test applied to a regression residual. Every pairs trader who tests whether a spread is stationary is standing on this result whether they know it or not.
The honest limitations
- The theory tells you the lag count should grow. It does not tell you what to use today. This is the perennial gap between asymptotic theory and applied work. Said and Dickey established a rate. They did not hand you a number for your 800-observation sample. In practice people use an information criterion (AIC or BIC), or a rule of thumb based on sample size, or the "start high and trim" procedure. These can give different answers, and the different answers can flip the test's conclusion. That is uncomfortable for something so widely relied upon.
- Too few lags biases you toward rejecting the unit root. Too many destroys your power. You are trapped between two failure modes and the sweet spot is not marked. Under-specify and you have leftover correlation contaminating the statistic. Over-specify and the test becomes so timid it cannot detect anything.
- Power remains the fundamental curse. No amount of augmentation fixes the deepest problem in unit root testing: a series that reverts to its mean very slowly is nearly indistinguishable from a random walk in a finite sample. The ADF test will fail to reject, and you will conclude "random walk," and you may be entirely wrong. Failing to reject a unit root is not evidence of a unit root. Pair it with a KPSS test, which flips the null hypothesis, before you believe anything.
- Strongly negative moving average components still break it. If the true process has a large negative moving-average term (which the near-unit-root region of financial data often does), the approximation converges slowly and the test over-rejects badly even with generous lag counts. This is a known and serious failure mode, not a theoretical curiosity.
- Structural breaks defeat it entirely. As with every test in this family, one permanent shift in the level of a series will make a perfectly stationary series look like a wanderer.
The one-line takeaway
Said and Dickey proved that you can approximate any unknown short-run memory structure with a finite, growing number of lagged terms and still trust the original Dickey-Fuller critical values, which is the theoretical foundation that turned a narrow, fragile test into the ADF, the single most-run diagnostic in applied time-series work.