by StephaneAdjemian » Thu Dec 05, 2013 11:07 am
Hi,
If I remember correctly, SGU do not use the same representation of the reduced form model. Dynare, as you can see in the reported results for the policy rules and transition equations, expresses the control as a function of the endogenous state variable (time t-1), the exogenous states at time t-1 and the innovations at time t, while SGU writes the control variables as a function of the endogenous states and the exogenous states at time t. For instance, for consumption in an RBC model, Dynare reduced form is something like:
c_t = a0 + a1*k_{t-1} + a2*a_{t-1} + a3*e_t
while SGU reduced form looks like (also note that they do not use the same timing convention for the endogenous states but this is irrelevant wrt your question):
c_t = a0 + a1*k_{t} + b2*a_{t}
This may explain the differences you observe. You should compare the IRFs or asymptotic moments instead.
Best,
Stéphane.