In dynare, y(+1) represents Et[y(t+1)]. Since expectation forecast error for output is eta(t)=y(t)-E(t-1)[y(t)], should I define such forecast error in dynare as following:
- Code: Select all
Ey=y(+1);
eta=y-Ey(-1)
Thanks in advance,
Huan
Ey=y(+1);
eta=y-Ey(-1)
eta=y-EXPECTATION(-1)(y)
Users browsing this forum: Google [Bot] and 6 guests