8.2 Backshift notation

The backward shift operator B is a useful notational device when working with time series lags: Byt=yt1. (Some references use L for “lag” instead of B for “backshift”.) In other words, B, operating on yt, has the effect of shifting the data back one period. Two applications of B to yt shifts the data back two periods: B(Byt)=B2yt=yt2. For monthly data, if we wish to consider “the same month last year,” the notation is B12yt = yt12.

The backward shift operator is convenient for describing the process of differencing. A first difference can be written as yt=ytyt1=ytByt=(1B)yt. Note that a first difference is represented by (1B). Similarly, if second-order differences have to be computed, then: yt In general, a dth-order difference can be written as (1 - B)^{d} y_{t}.

Backshift notation is very useful when combining differences as the operator can be treated using ordinary algebraic rules. In particular, terms involving B can be multiplied together.

For example, a seasonal difference followed by a first difference can be written as \begin{align*} (1-B)(1-B^m)y_t &= (1 - B - B^m + B^{m+1})y_t \\ &= y_t-y_{t-1}-y_{t-m}+y_{t-m-1}, \end{align*} the same result we obtained earlier.