Box–Jenkins method: Difference between revisions

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., the ''p'' and ''q'') of the autoregressive and moving average terms. Different authors have different approaches for identifying ''p'' and ''q''. Brockwell and Davis (1991, p. 273) state "our prime criterion for model selection [among ARMA(p,q) models] will be the AICc", i.e. the [[Akaike information criterion]] with correction. Other authors use the autocorrelation plot and the partial autocorrelation plot, described below.
 
Other authors use the autocorrelation plot and the partial autocorrelation plot.
 
====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''.