these days I am working with an ARIMA(12,1,2) model, which I estimated with an implicit dependent variable D(r), so my equation looks like:
equation e1.ls D(R) AR(1) AR(2) AR(3) AR(4) AR(5) AR(7) AR(9) AR(10) AR(12) MA(1) MA(2)
A new feature of eviews 7 seems to be that it's directly possible to forecast the level of the variable r, rather than the differenced variable d(r)...nevertheless I am trying to manually check the static forecasts and I keep coming up with different results from what eviews gives me...does anyone know what Eviews does EXACTLY to forecast the level of r from an equation expressed in differences?
What I do is:
Code: Select all
e1.fit(d) yhats1
genr rf_indirect_manual=na
smpl @first 2007m8
rf_indirect_manual=r
smpl 2007m8+1 @last
rf_indirect_manual=rf_indirect_manual(-1)+yhats1
Code: Select all
e1.fit rf_1step