Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Econometrics›ARIMA Model (Autoregressive Integrated Moving Average)
Regression modelEconometrics / time series

ARIMA Model (Autoregressive Integrated Moving Average)

Autoregressive Integrated Moving Average Model · Also known as: ARIMA, Box-Jenkins model, integrated ARMA, ARIMA(p,d,q)

The ARIMA(p,d,q) model is the standard workhorse for univariate time series forecasting. It combines autoregressive terms (past values), differencing to induce stationarity, and moving average terms (past shocks) into a unified linear framework. Developed by Box and Jenkins (1970), it remains one of the most widely applied models in econometrics and applied statistics.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

ARIMA model
ARMA modelAugmented Dickey-Fuller…Autoregressive modelMoving Average ModelSARIMA modelVector AutoregressionARCH modelBayesian ARIMA modelBayesian ARMA modelBayesian MA model

+33 more

When to use it

Use ARIMA when you have a single regularly observed time series and want to forecast future values or understand its dynamic structure. It is appropriate when the series is stationary after differencing, has no strong seasonal pattern (use SARIMA for that), and the sample is large enough to estimate p + q + 1 parameters reliably (typically 50+ observations). Do not use ARIMA for cross-sectional data, multivariate causal analysis (use VAR instead), non-Gaussian volatility clustering (use GARCH), or when the series contains deterministic seasonality that cannot be removed by differencing alone.

Strengths & limitations

Strengths
  • Combines trend removal, autoregressive persistence, and shock propagation in a single parsimonious model.
  • Has a rigorous, systematic identification procedure (Box-Jenkins methodology) backed by decades of empirical validation.
  • Produces interpretable forecasts with analytical confidence intervals under Gaussian errors.
  • Widely implemented in all major statistical packages (R, Python statsmodels, Stata, EViews, SAS).
  • Flexible: nests AR, MA, random walk, and random walk with drift as special cases.
Limitations
  • Assumes linearity — nonlinear dynamics, regime switches, or asymmetric responses require SETAR, MSVAR, or NARDL extensions.
  • Cannot handle multiple related series jointly; VAR or VECM are needed when variables influence each other.
  • Assumes constant error variance; volatility clustering in financial data requires a companion GARCH layer.
  • Order selection can be sensitive to sample length and structural breaks; AIC/BIC may disagree on the preferred specification.

Frequently asked

How do I choose p, d, and q?

First determine d by running an ADF or PP unit root test and differencing until the series is stationary. Then plot the ACF and PACF of the differenced series: a sharp cutoff in the PACF suggests the AR order p; a sharp cutoff in the ACF suggests the MA order q. Confirm with AIC/BIC across competing specifications, or use auto.arima in R to automate the search.

What is the difference between ARIMA and ARMA?

ARMA(p,q) models a stationary series directly. ARIMA(p,d,q) adds d rounds of differencing before fitting the ARMA part, making it applicable to non-stationary series with stochastic trends. An ARIMA(p,0,q) is identical to an ARMA(p,q).

When should I use SARIMA instead of ARIMA?

When the series exhibits regular seasonal spikes at fixed intervals (e.g., monthly retail sales peaking every December), plain ARIMA cannot capture the pattern adequately. SARIMA adds seasonal AR and MA terms and seasonal differencing to handle periodic structure explicitly.

Can ARIMA handle structural breaks?

Standard ARIMA assumes constant parameters throughout the sample. A major structural break — such as a financial crisis or policy regime change — can distort the estimated orders and produce poor forecasts. Dummy variables, the Zivot-Andrews test, or regime-switching models should be considered when breaks are suspected.

How far ahead can ARIMA forecast reliably?

Forecast accuracy degrades quickly with the horizon because each step compounds uncertainty from the estimated parameters and the innovations. As a rule of thumb, ARIMA forecasts are most reliable within a horizon equal to roughly one quarter of the sample length. Beyond that, prediction intervals widen substantially and the point forecast gravitates toward the sample mean.

Sources

  1. Box, G. E. P., & Jenkins, G. M. (1970). Time Series Analysis: Forecasting and Control. Holden-Day. link ↗
  2. Hamilton, J. D. (1994). Time Series Analysis. Princeton University Press. ISBN: 978-0691042893

How to cite this page

ScholarGate. (2026, June 3). Autoregressive Integrated Moving Average Model. ScholarGate. https://scholargate.app/en/econometrics/arima-model

Related methods

ARMA modelAugmented Dickey-Fuller unit root testAutoregressive modelMoving Average ModelSARIMA modelVector Autoregression

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • ARMA modelEconometrics↔ compare
  • Augmented Dickey-Fuller unit root testEconometrics↔ compare
  • Autoregressive modelEconometrics↔ compare
  • Moving Average ModelEconometrics↔ compare
  • SARIMA modelEconometrics↔ compare
  • Vector AutoregressionEconometrics↔ compare
Compare side by side →

Referenced by

ARCH modelARMA modelAugmented Dickey-Fuller unit root testAutoregressive modelBayesian ARIMA modelBayesian ARMA modelBayesian MA modelBayesian SARIMA ModelEGARCH modelEngle-Granger Cointegration TestFourier AR ModelFourier ARIMA modelFourier ARMA modelFourier MA ModelFourier SARIMA modelGranger Causality TestMoving Average ModelNonlinear AR ModelNonlinear ARIMA modelNonlinear GARCH modelNonlinear SARIMA ModelPanel ARIMA modelPanel SARIMA modelPhillips-Perron unit root testRobust AR modelRobust ARIMA modelRobust ARMA ModelRobust MA modelRobust SARIMA modelSARIMA modelStructural Break ARIMA ModelStructural Break MA ModelStructural Break NARDLStructural Break OLSStructural Break SARIMA ModelTGARCH modelTime-varying parameter AR modelTime-varying parameter ARIMA modelTime-varying parameter SARIMA modelToda-Yamamoto causality testVector AutoregressionVector Error Correction ModelZivot-Andrews Structural Break Test

Similar methods

ARIMAARMA modelSARIMA modelSARIMAPanel ARIMA modelAutoregressive modelBayesian ARIMA modelStructural Break ARIMA Model

Related reference concepts

EconometricsEconometric ModelingTime-Series Models • Dynamic Quantile Regressions • Dynamic Treatment Effect Models • Diffusion Processes • State Space ModelsMathematical and Quantitative MethodsTime-Series Models • Dynamic Quantile Regressions • Dynamic Treatment Effect Models • Diffusion ProcessesEM Algorithm

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — ARIMA model (Autoregressive Integrated Moving Average Model). Retrieved 2026-07-21 from https://scholargate.app/en/econometrics/arima-model · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
George Box and Gwilym Jenkins
Year
1970
Type
Time series forecasting model
DataType
Univariate time series (continuous, regularly spaced)
Subfamily
Econometrics / time series
Related methods
ARMA modelAugmented Dickey-Fuller unit root testAutoregressive modelMoving Average ModelSARIMA modelVector Autoregression
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account