arima prediction
Hello, At an R prompt type ?predict.Arima Hope this helps, Rui Barradas Em 18-05-2013 21:42, Preetam Pal escreveu:
Hi all, I have a time series Y which I have modelled as ARIMA(2,0,2) by using the arima function . I want to know the model predicted values so that I can compare them with the actual values. Which function do I need to use to get the predicted values? I have tried to find out, but with no luck till now. Appreciate your help. Thanks, Preetam