Page 1 of 1

Monetary Policy shock in BGG model

PostPosted: Mon Apr 30, 2012 11:30 am
by Carol
Hi,
I got the code for the BGG model and I have simulated it. However, the results for the monetary policy shock seems off since and increase in the policy rate caused output (y) to increase. Can anyone help? I have attached the file. Thanks.

Re: Monetary Policy shock in BGG model

PostPosted: Tue May 08, 2012 8:54 pm
by adraine
In the model block of the provided code you have the following:
rn = rho*rn(-1) + sig*pi(-1) - e_rn.

A 1 standard deviation interest rate shock would thus cause the interest rate to fall which would lead to an increase in output. Note the sign of the exogenous error term in the policy equation. Hope this helps.

Re: Monetary Policy shock in BGG model

PostPosted: Wed Jun 06, 2012 10:56 am
by Carol
Thank you adraine.
Carol