Learn Before
Definition
Autoregressive Time-Series Model (AR(p))
An autoregressive model of order , denoted , predicts the next value in a univariate time series as a linear function of its previous observations. An model uses only the immediately preceding observation. This model is suitable when trend and seasonal components are absent or have been removed.
0
5
Updated 2026-08-11
Contributors are:
Who are from:
Tags
Data Science
Related
Moving Average (MR)
Seasonal Autoregressive Integrated Moving Average (SARIMA)
Simple Exponential Smoothing (SES)
Autoregressive Integrated Moving Average (ARIMA)
Seasonal Autoregressive Integrated Moving Average with Exogenous Regressors (SARIMAX)
Holt-Winters Exponential Smoothing (HWES)
Autoregressive Time-Series Model (AR(p))