• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar
  • My Store
  • Glossary
  • Home
  • About Me
  • Contact Me

Statistics By Jim

Making statistics intuitive

  • Graphs
  • Basics
  • Hypothesis Testing
  • Regression
  • ANOVA
  • Probability
  • Time Series
  • Fun
  • Calculators

Autoregressive Model [AR Model]

By Jim Frost

« Back to Glossary Index

An autoregressive model (AR model) is a statistical model that analyzes and forecasts time series data. These models express the current value of a time series as a weighted sum of its previous values. The term “autoregressive” reflects this idea of self-reference—each value is regressed on past values of the same variable. After fitting the model, analysts can use it to forecast future values by applying the same structure to the most recent data.

Analysts commonly use AR models in economics, environmental science, and engineering for forecasting trends in time series where past behavior carries forward. For example, an economist might use an AR model to forecast next month’s unemployment rate based on previous months’ rates, assuming the pattern persists over time.

How an AR Model Works

An AR model is written as AR(p), where p is the number of lagged observations included in the model. For example, an AR(2) model uses the two previous time points to predict the current one. The general form looks like this:

Yₜ = ϕ₁Yₜ₋₁ + ϕ₂Yₜ₋₂ + … + ϕₚYₜ₋ₚ + εₜ

Where:

  • Yₜ is the value at time t,
  • ϕ₁ through ϕₚ are the model coefficients (weights),
  • εₜ is the random error at time t.

Autoregressive models assume the data are stationary, meaning its statistical properties like mean and variance don’t change over time. If the data aren’t stationary, it often needs to be transformed (e.g., by differencing) before fitting an AR model.

When fitting an autoregressive model, the goal is to estimate the coefficients (ϕ-values) that determine how much weight to assign to each previous value in the series. The model chooses these coefficients by minimizing the prediction errors—the differences between the actual values and the values predicted by the model. This process ensures that the model closely reflects the time-dependent structure in the data.

Example

For example, suppose an economist fits an AR(2) model to forecast monthly unemployment rates and the estimated model is:

Example formula for an autoregressive model.

If last month’s unemployment rate was 7.2% and the month before was 7.5%, the model predicts the current month’s rate as:

Example calculations using the autoregressive model formula to predict the next value.

This predicted value reflects how much influence recent months have on the current estimate, based on the learned weights from past data.

Related

Related Articles:
  • Time Series Analysis Introduction
  • Glossary: ARIMA
  • Autocorrelation and Partial Autocorrelation in Time Series Data
« Back to Glossary Index

Primary Sidebar

Meet Jim

I’ll help you intuitively understand statistics by focusing on concepts and using plain English so you can concentrate on understanding your results.

Read More...

Buy My Introduction to Statistics Book!

Cover of my Introduction to Statistics: An Intuitive Guide ebook.

Buy My Hypothesis Testing Book!

Cover image of my Hypothesis Testing: An Intuitive Guide ebook.

Buy My Regression Book!

Cover for my ebook, Regression Analysis: An Intuitive Guide for Using and Interpreting Linear Models.

Subscribe by Email

Enter your email address to receive notifications of new posts by email.

    I won't send you spam. Unsubscribe at any time.

    Buy My Thinking Analytically Book!

    Cover for my book, Thinking Analytically: An Guide for Making Data-Driven Decisions.

    Top Posts

    • F-table
    • Z-table
    • Cronbach’s Alpha: Definition, Calculations & Example
    • How To Interpret R-squared in Regression Analysis
    • Reliability vs Validity: Differences & Examples
    • Box Plot Explained with Examples
    • How to Interpret P-values and Coefficients in Regression Analysis
    • Multicollinearity in Regression Analysis: Problems, Detection, and Solutions
    • Interpreting Correlation Coefficients
    • Cohens D: Definition, Using & Examples

    Recent Posts

    • Data Collection Methods: Step-By-Step Guide with Examples
    • ANOVA Calculator
    • Positive Predictive Value: Meaning, Formula, and Interpretation
    • Median Absolute Deviation Calculator
    • Median Absolute Deviation: Definition, Finding & Formula
    • Outlier Calculator

    Recent Comments

    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Pareto Chart: Making, Reading & Examples

    Copyright © 2026 · Jim Frost · Privacy Policy