Durbin-Watson: Autocorrelation Test
Autocorrelation means residuals follow a pattern in sequence — each error influences the next. This is common in time-series or ordered production data.
DW statistic:
DW statistic:
- DW ≈ 2.0: ideal — no autocorrelation
- DW < 1.5: positive autocorrelation (errors drift in same direction)
- DW > 2.5: negative autocorrelation (errors alternate direction)
Try it in the app
Try: Run regression on time-ordered data → check the Durbin-Watson stat card in Results. Values far from 2.0 suggest ordering effects.