Expressions are not allowed when forecasting from MIDAS
Posted: Fri Jun 10, 2016 5:58 am
It seems EViews is having trouble to locate the high frequency regressor if it is in an expression, when trying to forecast from an estimated MIDAS:
Code: Select all
wfcreate(page=monthly) m 2000 2015
series x = nrnd^2
pagecreate(page=quarterly) q 2000 2015
series y = nrnd
equation eq.midas y c @ monthly\log(x)
eq.fit yf