Skip to content
Prev 131158 / 398506 Next

modeling time series with ARIMA

eugen pircalabelu wrote:
Perhaps you misread the plot? I've tried your code and the there is no 
significant correlation at lag 1, but at lag zero, which is 1 by definition.
Are you referring to the 95% prediction limits (as in Box 1994 "Time 
series analysis: forecasting and control" pp 139?145)? If so, a bad 
model would mean that the variance of the shocks (errors) is higher, 
therefore the prediction limits would be wider. (In other words, you've 
explained less of the variance of the time series.)
I've found that for a given time series you can fit several different 
ARIMA models with very similar results. Out of a group of "sensible" 
models (judged by residuals and cross-validated forecast MSE), I'd 
choose the simplest model(s).