Describing ARMA Models
- An autoregressive moving average (or ARMA) model is a model combining the autoregressive model and moving average model together
-
We typically denote an autoregressive model as the following:
- Where is the number of lags included in the model
-
We typically denote a moving average model as the following:
- Where is the order of lags included in the model
-
Therefore, we typically denote an ARMA model as the following:
- Where refers to the number of lags from the autoregressive model
- Where refers to the order from the moving average model
-
Mathematically, we typically represent an ARMA model as the following:
- Where the AR component is represented by
- Where the MA component is represented by
Differences Between AR and MA Models
- The AR terms represent the lagged values
- The MA terms represent the lagged errors of
- The primary difference between an AR and MA model is based on the correlation between time series objects at different time points
- Specifically, the correlation between and is always zero as grows larger in an MA model
- This directly comes from the fact that covariance between and is zero for MA models
- However, the correlation of and gradually declines as grows larger in an AR model
- This difference gets exploited irrespective of having the AR model or MA model
- The correlation plot can give us the order of MA model
Three Examples of an ARMA Model
- If we build an model, then we would represent it as the following:
- If we build an model, then we would represent it as the following:
- If we build an model, then we would represent it as the following:
References
Previous
Next