Lag Operators¶
Lag Operator¶
Given a sequence of values, \(\smash{y_1, y_2, \ldots, y_t}\), indexed by time, the lag operator, \(\smash{L}\), is defined as
- The lag operator shifts a time value \(\smash{y_t}\) back by one period.
- \(\smash{y_t}\) can be thought of as the input of the operator and \(\smash{y_{t-1}}\) as the output.
- The lag operator can be applied to all values in a series \(\smash{\{y_t\}_{t=1}^T}\) and the result is a new series shifted back by one period: \(\smash{\{y_t\}_{t=0}^{T-1}}\).
Lag Operator¶
Applying the lag operator twice:
- We write \(\smash{L(Ly_t)}\) as \(\smash{L^2 y_t}\).
- Applying recursively:
- We will define \(\smash{L^0 = 1}\).
Useful Properties of the Lag Operator¶
- The lag operator is commutative:
- The lag operator is distributive:
where \(\smash{z_t = x_t + y_t}\).
- The lag of a constant is the same constant:
First-Order Difference Equation¶
Suppose we have a first-order difference equation:
In terms of the lag operator
We can write
where \(\smash{\phi(L) = (1-\phi L)}\).
First-Order Difference Equation¶
Suppose the operator \(\smash{\phi(L) = (1-\phi L)}\) has an inverse:
- The inverse is the operator such that
- If an inverse operator exists,
Recursive Substitution of First-Order Difference Equation¶
Applying recursive substitution to the first-order difference equation:
- The infinite recursive substitution can only be performed if \(\smash{|\phi| < 1}\).
Inverse of Lag Operator¶
Restating the previous result, for \(\smash{|\phi| < 1}\):
Substituting:
So when \(\smash{|\phi| < 1}\):
That is, \(\smash{\sum_{i=0}^{\infty} \phi^i L^i}\) is the inverse operator of \(\smash{(1-\phi L)}\).
\(\smash{p}\) th-Order Difference Equation¶
Suppose we have a \(\smash{p}\) th-order difference equation:
In terms of the lag operator
We can write
where \(\smash{\phi(L) = (1-\phi_1 L - \phi_2 L^2 - \ldots - \phi_p L^p)}\).
Factoring Polynomials¶
In general, a \(\smash{p}\) th-order, real-valued polynomial can be factored as
- \(\smash{\left\{\frac{1}{\lambda_i}\right\}_{i=1}^p}\) are the \(\smash{p}\) roots of the polynomial.
- Some of the roots may be complex and some may be identical.
Factoring \(\smash{p}\) th-Order Difference Equation¶
If we factor the \(\smash{p}\) th-order lag polynomial in the same way as a real-valued polynomial:
If \(\smash{|\lambda_i| < 1}\),
Factoring \(\smash{p}\) th-Order Difference Equation¶
In this case,
Factoring \(\smash{p}\) th-Order Difference Equation¶
If we define
then
- Clearly, \(\smash{\phi(L)^{-1} = \theta(L)}\).
- Note that the inverse only exists when \(\smash{|\lambda_i| < 1}\), \(\smash{\forall i}\).
- This can also be stated as: the inverse only exists when the roots of \(\smash{\phi(L)}\) are greater than unity: \(\smash{\frac{1}{|\lambda_i|} > 1}\), \(\smash{\forall i}\).
Vector Difference Equation¶
We can rewrite the \(\smash{p}\) th-order difference equation as
where
Vector Difference Equation¶
It turns out that the values \(\smash{\{\lambda_i\}_{i=1}^p}\) are the \(\smash{p}\) eigenvalues of \(\smash{\Phi}\).
- So the eigenvalues of \(\smash{\Phi}\) are the inverses of the roots of the lag polynomial \(\smash{\phi(L)}\).
- Hence, \(\smash{\phi(L)^{-1}}\) exists if all \(\smash{p}\) roots of \(\smash{\phi(L)}\) lie outside the unit circle or all \(\smash{p}\) eigenvalues of \(\smash{\Phi}\) lie inside the unit circle.