Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Unit root tests determine whether your time series data is stationary or non-stationary, and that distinction shapes every modeling decision that follows. If you get this wrong, you risk spurious regressions, invalid hypothesis tests, and meaningless forecasts.
These tests draw on core principles of hypothesis testing, asymptotic theory, and model specification. The thing to internalize is that different tests have different null hypotheses, different assumptions about error structure, and different strengths depending on context. Don't just memorize which test does what. Know when each test is your best tool and what it means when two tests disagree.
These tests assume non-stationarity until proven otherwise. Rejecting the null means you have evidence of stationarity. That distinction trips up a lot of students, so keep it front and center.
Compare: ADF vs. DF-GLS both test the null of a unit root, but DF-GLS applies GLS detrending first for greater power. If you're working with a short series and need maximum sensitivity to detect stationarity, DF-GLS is the better choice.
The KPSS test flips the logic. Here, rejecting the null means evidence of a unit root, which is the opposite interpretation from ADF and PP.
Compare: ADF and KPSS have opposite null hypotheses. When ADF fails to reject (suggesting unit root) and KPSS also fails to reject (suggesting stationarity), you have conflicting evidence. This often means the series is near the stationarity/non-stationarity boundary, or you simply need more data. Exam questions love this scenario.
Standard unit root tests can be fooled by structural breaks. A one-time shift in level or trend can mimic non-stationarity even when the series is actually stationary around that break. These tests account for that possibility.
Compare: If your series experienced a major shock (a policy change, financial crisis, or regime shift), standard ADF may falsely indicate a unit root when the series is actually stationary with a structural break. Zivot-Andrews handles this by estimating the break point endogenously. This matters a lot for economic and financial data.
| Concept | Best Examples |
|---|---|
| Unit root as null hypothesis | ADF, PP, DF-GLS, Zivot-Andrews |
| Stationarity as null hypothesis | KPSS |
| Handles autocorrelation parametrically | ADF, DF-GLS |
| Handles autocorrelation non-parametrically | PP |
| Robust to heteroskedasticity | PP |
| Best power in small samples | DF-GLS |
| Accounts for structural breaks | Zivot-Andrews |
| Confirmatory/complementary testing | KPSS (paired with ADF or PP) |
You run an ADF test and fail to reject the null, then run a KPSS test and reject the null. What do both results suggest about your series, and are they consistent?
Which two tests share the same null hypothesis but differ in how they handle serial correlation, one parametrically and one non-parametrically?
Your dataset contains only 50 observations and you suspect the series may be stationary. Which unit root test would give you the best chance of detecting stationarity, and why?
Compare the ADF and Zivot-Andrews tests. In what scenario would ADF give misleading results that Zivot-Andrews would correctly identify?
A colleague claims that rejecting the null in a KPSS test proves the series is stationary. What's wrong with this interpretation, and what does KPSS rejection actually indicate?