Hi.

I hope you can help me...

 

I have fitted the following ARIMA model:
arima1<-arima(bigspring$log.volume, order=c(0,1,2))

I need to predict 30 days ahead.  I used following code
predict(arima1,n.ahead=30,se=T)

 

However I get 30 predictions, but from predictions 2:30 I get the same
predictions.  Why is this?  What am I doing wrong

 

Thanks

Catherine



KSS Ltd
Seventh Floor  St James's Buildings  79 Oxford Street  Manchester  M1 6SS  
England
Company Registration Number 2800886 
Tel: +44 (0) 161 228 0040       Fax: +44 (0) 161 236 6305
mailto:[EMAIL PROTECTED]                http://www.kssg.com


The information in this Internet email is confidential and m...{{dropped}}

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to