Page 1 of 1

Error in forecast command

Posted: Thu Nov 18, 2010 8:42 am
by nesheus
Hello,
I keep getting "unable to compute due to missing data in forecast f_alum". I try to estimate the equation in 2000Q1-2010Q3 and forecast for the next period 2010Q4-2015Q4 but I keep getting the error, I think because there is no data in this period, but that is the idea of forecasting right?
Please help
thanks


smpl 2000Q1 @2010Q3
equation eqalum.ls d(lalum) c ar(1) ma(1) dum2 dum3 dum4 dum08Q4
smpl @2010Q4 @2015Q4
forecast f_alum

Re: Error in forecast command

Posted: Thu Nov 18, 2010 9:20 am
by EViews Gareth
Do your dummy variables have data for the forecast period?

Re: Error in forecast command

Posted: Thu Nov 18, 2010 9:24 am
by nesheus
I read the data into the workfile (1990Q1 to 2010Q3) then create the dummies. Then before forecasting I expand the workfile by adding extra 20 quarters.

So the data for all variables including dummies end at 2010Q3.

Re: Error in forecast command

Posted: Thu Nov 18, 2010 10:23 am
by EViews Gareth
That's the problem then. Y depends upon those dummies. If those dummies are NAs, then Y cannot be calculated.

Re: Error in forecast command

Posted: Thu Nov 18, 2010 10:39 am
by nesheus
thanks, I created the dummis in the new range. It worked.