[R] ARIMA models

lord12 trexinsd at yahoo.com
Wed Oct 6 03:29:36 CEST 2010


I know for ARIMA models in R, there is an order parameter. I want to create a
diverse set of ARIMA models by modifying the p,q,and d terms. I have a for
loop that applies ARIMA models to a time series in this order:
ARIMA(1,1,1)
ARIMA(2,2,2)
ARIMA(3,3,3)
ARIMA(4,4,4)
ARIMA(5,5,5).

Does this make any sense statistically? 
-- 
View this message in context: http://r.789695.n4.nabble.com/ARIMA-models-tp2957129p2957129.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list