Airline Passenger Analysis
A smooth rising trend multiplied by an annual cycle whose amplitude grows with the trend.
A smooth rising trend multiplied by an annual cycle whose amplitude grows with the trend.
The series is well described by three components: a smooth long-term trend, an annual periodic component, and an interaction between the two that makes the seasonal swing larger as the trend rises. Residual variation is small and shows no obvious remaining structure.
Monthly totals of international airline passengers between January 1949 and December 1960, 144 observations, no missing values. This is the Box–Jenkins airline series, used here because it is public, well understood, and the example the original Automatic Statistician research reported on.
Complete series, regular monthly spacing, no duplicated periods, no zero or negative values. No cleaning was required beyond checking the date index.
The level roughly triples across twelve years. Fitting a smooth trend component alone leaves a strongly periodic residual, which is the first indication that the seasonal structure must be modelled explicitly rather than differenced away.
A twelve-month cycle dominates, with a secondary summer peak. The cycle is stable in phase — peaks fall in the same months every year — but not in amplitude.
| Component | Structure | Interpretation |
|---|---|---|
| 1 | SE | Smooth long-term trend |
| 2 | PER | Annual periodic structure |
| 3 | SE × PER | Seasonal amplitude increasing with the trend |
| 4 | WN | Residual variation |
The multiplicative term is what produces seasonality whose amplitude grows with the level. An additive-only model fits the early years well and underestimates the later swings.
Extrapolating twelve months beyond the end of the series reproduces the growing seasonal pattern and continues the trend. The point forecast should be read together with its interval rather than on its own.
The 95% interval is narrow where observations are dense and widens steadily beyond the last observation. At a twelve-month horizon the interval spans a range large enough that decisions sensitive to the exact value should not be made from the point forecast.
The model assumes the growth pattern continues unchanged. It has no mechanism for the structural breaks that a real airline market produces — fuel shocks, deregulation, capacity changes. On a series that included such an event the changepoint component seen in the unemployment analysis would be required.
Model structures were built from a small kernel grammar and compared by marginal likelihood, following the approach described on the research page. Full criteria are in the methodology.