Optimal Policy Rules
Posted: Wed Mar 25, 2015 9:54 pm
Hello everyone.
I have few questions:
1) I am trying to find the optimal policy response to different shocks, I was initially taking the welfare function as a the utility function of the household. I looped the policy parameters to get the optimal ones and then used them in the original model to get the optimal responses for my endogenous variables. This is how I initially specified the welfare function:
After a discussion with my professor, he suggested to take the central bank objective function instead of the utility function, in which the central bank aims to minimize the variance of output gap and inflation. Do I just replace "utility" with the central bank policy objective function and loop the model to get the optimal policy parameters as before? if so, how to write the central bank objective function in the codes?
2) I looked into Optimal Simple Rule OSR and it seems similar to what I'm trying to do but I need more details on that one. Do you think it is what I am trying to do above and any paper used ors that I can look into it?
Thank you so much for all the help!
I have few questions:
1) I am trying to find the optimal policy response to different shocks, I was initially taking the welfare function as a the utility function of the household. I looped the policy parameters to get the optimal ones and then used them in the original model to get the optimal responses for my endogenous variables. This is how I initially specified the welfare function:
- Code: Select all
welfare = utility + betta*welfare(+1);
After a discussion with my professor, he suggested to take the central bank objective function instead of the utility function, in which the central bank aims to minimize the variance of output gap and inflation. Do I just replace "utility" with the central bank policy objective function and loop the model to get the optimal policy parameters as before? if so, how to write the central bank objective function in the codes?
2) I looked into Optimal Simple Rule OSR and it seems similar to what I'm trying to do but I need more details on that one. Do you think it is what I am trying to do above and any paper used ors that I can look into it?
Thank you so much for all the help!