I am trying to forecast only one step ahead of a stationary time series. I tried auto. Arima available in 'forecast' R package. The results are not good enough. Do you have any idea?
Hi, I think you must first explain more precisely, what is not good with the results (e.g. model error is not approximately a white noise, or model fit is bad, or performance measures, such as MAE, MAPE, RMSE, are not good, or coefficients are not significant , and so). Did you check if the time series is really stationary (has no trend)? If so, and there are not any unit roots, you should use the ARMA model (without I part). What about stationarity, stability and invertibility? Did you set the appropriate order of AR and MA part (through the investigation of acf, pacf, etc).
2- results are not good in term of MAE, MAPE,..etc. and most importantly, in my model the foretasted value (of var X) is integrated into a procedure that forecast another variable (Y). when i use the real value of X i get amazing result of forecasting Y, however, when i use the foretasted value of X i get poor results for forecasting Y!
I think that the structure of model, which forecasts the X variable and gives Xfor, is not adequate. If it would be, then the Xfor would fit well X, so most likely Yfor would be better. Try to derive more adequate structure of ARMA model. Regards, Dejan
Dear all, I completely agree with Miss Boryana's claims, it is very recommended to see some good introductory time series books. There are plenty of them, and some are even allowed to be free downloadable through the google. Best regards, Dejan