Recall the components of Arima.
The ARMA Equation
Let be the time series data, are the parameters of the AR model
Let be the lag operator, the above equation is rewritten as
The ARIMA Equation
When differencing, we get
Search
Apr 23, 20241 min read
Recall the components of Arima.
Let x(t) be the time series data, α are the parameters of the AR model
x(t)−α1x(t−1)−⋯−αpx(t−p)=ε(t)+θ1ε(t−1)+⋯+θqε(t−q).
Let L be the lag operator, the above equation is rewritten as
(1−∑i=1pαiLi)x(t)=(1−∑i=1qθiLi)ε(t).
When differencing, we get (1−∑i=1pαiLi)(1−L)dx(t)=(1−∑i=1qθiLi)ε(t).