Skip to content
Prev 7316 / 15274 Next

I want to find the best arima model using AIC criterion, but having problems

HI think too for this purpose auto.arima model might be good.

Concerning your loop, the problem is not in your loop I believe, but 
simply that numerical procedure in arima() does not converge (i have 
seen this problem quite often). You might try using rather method=CSS 
(the usual least square).

Le 17. 01. 11 13:26, Paul Teetor a ?crit :