Forecasting with auto-updating series
Posted: Fri Mar 25, 2016 12:00 pm
I am not sure if this is a bug, but I think EViews should be able to ignore the formulae and generate the forecast for the dependent variable:
Code: Select all
wfcreate u 100
series y1 = nrnd
series y2 = nrnd
frml z = y1(-1)/y2(-3)
equation eq.ls z c
eq.forecast(e,g) zf