148 Introduction to Box-Jenkins Analysis
This part of the handbook presents the Box-Jenkins workflow (Box and Jenkins 1970) for equi-distant quantitative time series: identification, estimation, diagnostics, and forecasting. The aim is practical model building: transform a raw series to approximate stationarity, identify plausible ARIMA orders, estimate competing models, and keep only models whose residuals behave like white noise.
The chapters are organised as an applied sequence:
- theoretical concepts (stationarity, ACF/PACF, ARMA behavior),
- stationarity induction (differencing and variance-stabilizing transforms),
- ARIMA identification and estimation,
- forecasting,
- extensions for external information (intervention, CCF, transfer function, and GtS/ECM).
The methodology is illustrated with five datasets that each highlight a different issue (seasonality, structural breaks, external drivers, or web-traffic dynamics). The examples are intentionally reused across chapters so readers can compare methods on the same data rather than relearn a new dataset at each step.
The following time series are used in the following chapters:
- Monthly Unemployment (in Belgium)
- Monthly Births (in Belgium)
- Monthly US Soldiers Killed In Action (Iraq)
- Daily Upstream Traffic of Web Server in KB
- Daily Pageviews of a Website
The run sequence plots of the first three time series are displayed here: