BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
podarum
Quartz | Level 8

What signs and statistics shoudl I look for to know that I have the best ARIMA model?.. there's no R-squared..

1 ACCEPTED SOLUTION

Accepted Solutions
udo_sas
SAS Employee

Hello -

Provided that "best" means an ARIMA model which produces the most accurate forecasts, then you might want to use one of the many forecasting accuracy statistics, see for example: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_tffordet_sect0... - usually it is good practice to assess accuracy using out-of-sample data (see for example: http://www.forecastingprinciples.com/files/standardshort.pdf).

I'm assuming that you have access to SAS/ETS software, so you might want to have a look at the Time Series Forecasting System (see:http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#tfintro_toc.htm), which can provide some guidance for picking the most appropriate ARIMA model, see: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#tfbstmod_toc.htm

Thanks,

Udo

View solution in original post

2 REPLIES 2
udo_sas
SAS Employee

Hello -

Provided that "best" means an ARIMA model which produces the most accurate forecasts, then you might want to use one of the many forecasting accuracy statistics, see for example: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_tffordet_sect0... - usually it is good practice to assess accuracy using out-of-sample data (see for example: http://www.forecastingprinciples.com/files/standardshort.pdf).

I'm assuming that you have access to SAS/ETS software, so you might want to have a look at the Time Series Forecasting System (see:http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#tfintro_toc.htm), which can provide some guidance for picking the most appropriate ARIMA model, see: http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#tfbstmod_toc.htm

Thanks,

Udo

podarum
Quartz | Level 8

Thanks Udo, very helpful info.