Enter Values
DW Quick Reference
Test Results
DW Decision Zones
Formula Breakdown
Model Assumptions
- The DW test detects AR(1) serial correlation only and requires strictly exogenous regressors and a model with an intercept.
- DW is biased toward 2 when lagged dependent variables are present — use the Breusch-Godfrey test instead.
- DW critical bounds are from Savin-White tables (models with intercept). No-intercept models use different tables and are not supported here.
- The Breusch-Godfrey test handles AR(p) and is valid with lagged dependent variables.
- The standard BG LM test assumes homoskedastic errors. A heteroskedasticity-robust variant exists but is not implemented here.
- LM = n × R²aux is the large-sample form (standard in software). Wooldridge uses (n−q) × R² for finite-sample adjustment — results may differ slightly.
- R²aux must come from the auxiliary regression of OLS residuals on original regressors plus p lagged residuals.
- Newey-West standard errors are robust to both heteroskedasticity and autocorrelation. Bandwidth: g = ⌊4(n/100)2/9⌋ per Wooldridge; n1/4 is an alternative convention.
- This tool interprets externally computed DW/BG statistics — it does not compute them from raw residual data.
- For educational purposes. Not financial advice. Econometric assumptions simplified.
Understanding Serial Correlation Tests
What Is Serial Correlation?
Serial correlation (autocorrelation) occurs when error terms in a time series regression are correlated across time periods. The most common form is AR(1), where the error at time t is correlated with the error at time t−1. While serial correlation does not bias OLS coefficients under strict exogeneity, it invalidates the usual standard errors, making hypothesis tests unreliable.
The Durbin-Watson Test
The DW statistic tests for first-order (AR(1)) serial correlation. It ranges from 0 to 4, with DW ≈ 2 indicating no serial correlation. The test compares DW to critical lower (dL) and upper (dU) bounds from Savin-White tables. The five decision zones are:
- DW < dL: Reject H₀ — evidence of positive serial correlation
- dL ≤ DW ≤ dU: Inconclusive
- dU < DW < 4−dU: Fail to reject H₀ — no evidence of serial correlation
- 4−dU ≤ DW ≤ 4−dL: Inconclusive
- DW > 4−dL: Reject H₀ — evidence of negative serial correlation
The Breusch-Godfrey Test
The BG test is more general: it can detect higher-order AR(p) serial correlation and is valid even with lagged dependent variables. The procedure regresses the OLS residuals on the original regressors plus p lagged residuals, then computes LM = n × R²aux, which follows a χ²(p) distribution under the null hypothesis of no serial correlation.
Corrections for Serial Correlation
- Newey-West standard errors: Keep OLS coefficients, use HAC (heteroskedasticity and autocorrelation consistent) standard errors for valid inference.
- FGLS (Cochrane-Orcutt / Prais-Winsten): Transform the data using estimated ρ̂ for more efficient estimates.
- Add dynamics: Include lagged dependent variables or error terms if serial correlation reflects omitted dynamics.
Frequently Asked Questions
Disclaimer
This calculator is for educational purposes only and interprets externally computed serial correlation test statistics. It does not compute test statistics from raw data. Results should be cross-referenced with your statistical software output. Refer to Wooldridge, Introductory Econometrics, Chapter 12 for detailed methodology.