Skip to content
Prev 299093 / 398503 Next

how to check convergence of arima model

Hello,

Inline.

Em 04-07-2012 09:35, Sajeeka Nanayakkara escreveu:
No, arima() does not select models by AIC. That is the default behavior 
of ar(); arima() does NOT select models, it selects, using optim, values 
for the parameters of a specified model. You must choose the orders 
yourself.

Hope this helps,

Rui Barradas