After fitting the sales-on-time regression, plot residuals against time, inspect residual ACF, and decide whether ordinary OLS looks adequate.
After fitting the sales-on-time regression, plot residuals against time, inspect residual ACF, and decide whether ordinary OLS looks adequate.
Adequacy checking asks whether residuals look like unstructured noise. A trend left in residuals means the mean model is incomplete. A residual ACF spike means errors are dependent, so OLS t-tests are doubtful and a time-series error model or GLS may be needed. Residual plots do not prove a model is true; they can show it is incomplete.
Same 24-month sales series. Optional comparison: a series with leftover sine seasonality.
A residual time plot centred near zero and an ACF plot. For this almost-linear construction, leftover ACF should be weaker than in a strongly seasonal leftover example. Describe the pattern you see; do not invent a Durbin–Watson number unless you compute it.
If residuals wander or the ACF stays large, the linear trend is not a complete time-series model. OLS may still be a useful trend summary, but inference and short-term forecasts need a better error structure.
Always inspect residuals. Ordinary regression does not automatically solve autocorrelation.