Content deleted Content added
→Identify p and q: move citation |
m →Identify p and q: phrasing and punctuation |
||
Line 29:
===Identify ''p'' and ''q''===
Once stationarity and seasonality have been addressed, the next step is to identify the order (i.e.
====Autocorrelation and partial autocorrelation plots====
Line 73 ⟶ 71:
Hyndman & Athanasopoulos suggest the following:<ref>{{cite web|last1=Hyndman|first1=Rob J|last2=Athanasopoulos|first2=George|title=Forecasting: principles and practice|url=https://www.otexts.org/fpp/8/5|accessdate=18 May 2015}}</ref>
:The data may follow an ARIMA(''p'',''d'',0) model if the ACF and PACF plots of the differenced data show the following patterns:
:* the ACF is exponentially decaying or sinusoidal;
:* there is a significant spike at lag ''p'' in PACF, but none beyond lag ''p''.
:The data may follow an ARIMA(0,''d'',''q'') model if the ACF and PACF plots of the differenced data show the following patterns:
:* the PACF is exponentially decaying or sinusoidal;
:* there is a significant spike at lag ''q'' in ACF, but none beyond lag ''q''.
|