Durbin-Watson test — what does it test?
hardAnswer
- Tests for first-order autocorrelation in regression residuals: .
- Range ~ [0, 4].
- DW ≈ 2: no autocorr.
- DW < 1.5: positive autocorr (common in time series).
- DW > 2.5: negative autocorr.
- Only detects lag-1 correlation — use Breusch-Godfrey for higher orders.
- When positive: fix with Cochrane-Orcutt, Prais-Winsten, GLS with AR(1) errors, or explicit ARIMA modeling.
Check yourself — multiple choice
- Tests normality
- Tests lag-1 autocorrelation in regression residuals; DW≈2 = no autocorr; < 1.5 = positive; > 2.5 = negative → fix via Cochrane-Orcutt or GLS(AR1)
- Same as heteroscedasticity
- Not real
Durbin-Watson: lag-1 autocorr in residuals; DW ≈ 2 is clean.
#regression#assumptions
Practise Statistics Fundamentals
215 interview questions in this topic.
Related questions
- What are the Gauss-Markov assumptions for OLS?
- Heteroscedasticity — what breaks and how do you fix it?
- How do you detect and handle multicollinearity?
- What do you look for in residual plots?
- In practice, how do you handle correlated features in regression?
- Your model reports R^2 = 0.92. What can go wrong with celebrating that?