by MichelJuillard » Sat Apr 08, 2006 7:50 am
solving the rational exectation model
E_t[f(y_{t+1},y_t,y_{t-1},u_t)]=0
means finding an unkown function
y_t = g(y_{t-1},u_t)
that could be plugged into the original model and satisfy the implied restrictions
A first order approximation of this function can be written
y_t = ybar + g_y yhat_{t-1} + g_u u_t
with yhat_t = y_t-ybar and ybar is the steadystate value of y
In Dynare, the table "Policy and Transition function" contains the elements of g_y and g_u
In other words, it is a time recursive (approximated) representation of the model that can generate timeseries that will approximatively satisfy the rational expectation hypothesis contained in the original model.
Kind regards
Michel