Moving Average Processes (MA)
Learn about the moving average model for time series.
We'll cover the following...
Linear models for time series are the focus of this course. A time series
Definition
A moving average (MA) is a type of linear time series model that uses a weighted average of random shocks at different time steps to calculate the present value of the series. These shocks are white noise. The term “moving” refers to the calculation moving along with the series, using the most recent set of shocks to forecast the current value of
We can denote a MA model as:
We can rewrite this equation more compactly:
Let’s break down this equation into its main components:
is a constant. is white noise, with mean and variance . ...