Arima Model
📂Statistical AnalysisArima Model
Model
For the given white noise {et}t∈N, it is defined as
∇dYt:=i=1∑pϕi∇dYt−i+et−i=1∑qθiet−i
and this form is referred to as the (p,d,q)th ARIMA process ARIMA(p,d,q). Such a form of time series analysis model is called ARIMA model.
Explanation
ARI(p,d)⟺ARIMA(p,d,0) is referred to as AR model, and IMA(d,q)⟺ARIMA(0,d,q) as MA model, though these terms are not commonly used. Preferably, expressions like ARIMA(p,d,0) or ARIMA(0,d,q) are favored.
Although the formula looks complicated, it’s not as difficult as it seems, as it merely involves changing Yt to ∇dYt in the ARMA model
Yt=i=1∑pϕiYt−i+et−i=1∑qθiet−i.
It’s about analyzing data that has obtained stationarity through d times of differencing in the ARMA model framework.