expectation forecast error
Posted: Wed Dec 21, 2016 11:38 am
Dear Johannes,
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:
Thanks in advance,
Huan
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