[R] Difference between arima(1, 1, 1) for y and arima(1, 0, 1) for diff(y)
george
george.milunovich at mq.edu.au
Thu Jul 18 20:49:07 CEST 2013
Dear all,
When I run an arima(1,1,1) on an I(1) variable, e.g. y, I get different
estimates to when I first difference the variable myself, e.g y2<-diff(y),
and then run arima(1,0,1) on y2. Shouldn't these two approaches give the
same output?
Any help will be much appreciated.
george
--
View this message in context: http://r.789695.n4.nabble.com/Difference-between-arima-1-1-1-for-y-and-arima-1-0-1-for-diff-y-tp4671873.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list