Other meanings of Box–Jenkins method
TIME-SERIES ANALYSIS
The Box–Jenkins method is a statistical methodology for ARIMA time-series modeling and forecasting. Developed by George E. P. Box and Gwilym M. Jenkins, it fits models by repeatedly identifying plausible structure, estimating parameters, diagnosing residuals, and revising the specification rather than selecting a model in a single step.1
The method treats observations ordered in time as dependent rather than as an ordinary random sample. Its central model class, ARIMA, combines autoregression, differencing, and moving-average terms: autoregressive terms use earlier observations, integration removes nonstationary trends through differencing, and moving-average terms use earlier forecast errors.2 A seasonal extension, SARIMA, adds analogous terms at a fixed seasonal period such as 12 months.
Stationarity is a practical starting point: after suitable transformation or differencing, the series should have stable statistical behavior, especially a roughly constant mean and variance. Logarithmic or other power transformations can help when variability grows with the level. The method is intended primarily for forecasting and stochastic dependence, not automatically for proving that one variable causes another.
The workflow begins with identification, in which plots, subject-matter knowledge, the autocorrelation function, and the partial autocorrelation function suggest differencing and candidate ARIMA orders.1 The analyst then performs estimation, commonly by maximum likelihood or related numerical methods, to obtain coefficients and their uncertainty.
Diagnostic checking tests whether the residuals resemble white noise. Residual autocorrelations, unusual outliers, changing variance, and non-normal behavior can reveal an inadequate model. Portmanteau tests such as the Ljung–Box test are often used to assess remaining serial correlation, although they do not replace graphical and substantive judgment.3 Finally, the selected model generates forecasts and prediction intervals; new observations can trigger another identification and refitting cycle.
Competing models are commonly compared with information criteria such as AIC or BIC, while preserving parsimony and checking out-of-sample forecast performance. A lower criterion value is not sufficient if residuals retain meaningful structure or if the model is implausible for the application. Differencing should also be limited: excessive differencing can create unnecessary dependence and unstable estimates.
Forecast intervals widen as the horizon increases because uncertainty accumulates. They describe uncertainty conditional on the model and its assumptions, not every possible source of future change. Interventions, calendar effects, changing variance, and explanatory predictors may require extensions such as dynamic regression with ARIMA errors, seasonal models, or models designed for volatility. The original Box–Jenkins approach therefore functions as a disciplined modeling cycle rather than a rigid recipe.
The method’s distinctive contribution was methodological as much as mathematical: Box and Jenkins emphasized interactive model building, diagnostic feedback, and the deliberate use of residual information. Their 1970 book helped establish time-series analysis as an applied discipline spanning engineering, economics, environmental science, and operations research.1
Several edge cases complicate the textbook workflow. Missing observations, irregularly spaced measurements, structural breaks, interventions, and multiple seasonal periods can make ordinary ARIMA identification misleading. Forecasting a series with a unit root is not the same as estimating a permanent deterministic trend, and automatic order-selection procedures can produce different results from an expert analysis. Modern implementations often automate transformations and candidate searches, but diagnostic checking, leakage-free evaluation, and knowledge of how the data were collected remain essential.4
ARIMA orders are conventionally written (p,d,q), where p is the autoregressive order, d the differencing order, and q the moving-average order.
Help improve the encyclopedia. Reports go straight to the site manager.