Last modified: June 14, 2023
This article is written in: πΊπΈ
Backward Shift Operator
The backward shift operator (denoted by ) is a powerful tool in time series analysis, used to simplify the notation and manipulation of time series models. The operator shifts the time index of a time series back by one period, making it useful in autoregressive, moving average, and mixed models.
For a time series , the backward shift operator is defined as:
This shifts the time series back by one time unit. Higher powers of the backward shift operator correspond to multiple shifts:
This property is central to compactly expressing time series models such as autoregressive (AR), moving average (MA), and ARMA models.
Example 1: Random Walk
Consider a simple random walk model:
Where is white noise. Using the backward shift operator, this can be written as:
Rearranging, we get:
Here, operates on . We define this operator as:
Thus, the random walk can be compactly expressed as:
Where is white noise. This operator form is useful in expressing and analyzing the structure of the random walk process.
Example 2: Moving Average (MA) Process
Consider a moving average of order 2 (MA(2)) process:
Using the backward shift operator, this can be written as:
Factoring the right-hand side:
Letβs define:
Thus, the MA(2) process can be expressed as:
This operator form simplifies the analysis of MA models by capturing the entire structure of the model in the polynomial .
Example 3: Autoregressive (AR) Process
Consider an autoregressive process of order 2 (AR(2)):
Using the backward shift operator, this becomes:
Rearranging:
Letβs define the AR operator as:
Thus, the AR(2) process can be written as:
This is the standard form of an autoregressive model, where the polynomial captures the lagged dependencies of on its past values.
Example 4: Moving Average (MA) Process with Drift
An MA(q) process with drift is given by:
Using the backward shift operator:
Factoring the right-hand side:
Where:
Subtracting the drift term :
This form is useful for analyzing MA processes with drift, where captures the lagged effects of the noise terms.
Example 5: Autoregressive (AR) Process of Order
An autoregressive process of order (AR(p)) is given by:
Using the backward shift operator:
Rearranging:
This can be written as:
Where:
This formulation represents the AR(p) process in terms of the backward shift operator, with summarizing the autoregressive structure.