$$ LX_t = X_{t-1}\\ L^{k}X_t = X_{t-k} $$
Constant statistical properties:
How to check:
How to make a time series stationary?
Take difference of value at time t
with value at time t-1
Represents the linear regression of the current value of the time series on its past values.
$\\epsilon_t$
is white noise
$$ X_t = \sum_{i=1}^p \phi_i X_{t-i} + \epsilon_t\\ X_t = \sum_{i=1}^p \phi_i L^i X_t + \epsilon_t\\ $$
Represents linear regression of the current value of the time series on the past prediction errors
$$ X_t = \mu+\epsilon_t+\sum_{i=1}^q \theta_i \epsilon_{t-i}\\ X_t = \mu+\epsilon_t+\sum_{i=1}^q \theta_i L^i \epsilon_t\\ $$
$$ X_t = \epsilon_t + \sum_{i=1}^{p}\phi_i X_{t-i} + \sum_{i=1}^{q}\theta_i \epsilon_{t-i} $$
With lag operator: