Re: Optimal Monetary Policy with nonlinear loss function
Posted: Thu Jan 26, 2017 2:30 pm
Thank you so much, I will be doing that for sure.
I have a couple more query. I am sorry to ask you so many things, but you have been very helpful!
1) I was also thinking of trying to apply the extended path method to the model, to have an approximate result of what would happen if expectations were to be taken into account.
Even without the ZLB, I run into an error message when I try to simulate an exogenous cost-push shock, as follows
In particular, the error is
Is there any way in which you could provide me a reference where I could see how the extended path method is to be implemented in Dynare, e.g. some explanatory mod files? If they included the ZLB, then it would be even more awesome.
2) Do you think it would be possible to simulate the model stochastically with a cost-push shock via
Thanks you so much!
I have a couple more query. I am sorry to ask you so many things, but you have been very helpful!
1) I was also thinking of trying to apply the extended path method to the model, to have an approximate result of what would happen if expectations were to be taken into account.
Even without the ZLB, I run into an error message when I try to simulate an exogenous cost-push shock, as follows
- Code: Select all
%define natural rate shock
shocks;
% var r_nat;
% periods 1:6;
% values -1;
var u_cp; stderr 0.01;
end;
extended_path(periods=100,order=2);
In particular, the error is
Reference to non-existent field 'IntegrationAlgorithm'.
Error in setup_integration_nodes (line 4)
switch EpOptions.IntegrationAlgorithm
Error in extended_path_initialization (line 119)
[nodes,weights,nnodes] = setup_integration_nodes(DynareOptions.ep,pfm);
Error in extended_path (line 39)
[initialconditions, innovations, pfm, ep, verbosity, DynareOptions, DynareResults] = ...
Error in Model (line 183)
extended_path([], 100, [], options_, M_, oo_);
Error in dynare (line 223)
evalin('base',fname) ;
Is there any way in which you could provide me a reference where I could see how the extended path method is to be implemented in Dynare, e.g. some explanatory mod files? If they included the ZLB, then it would be even more awesome.
2) Do you think it would be possible to simulate the model stochastically with a cost-push shock via
- Code: Select all
stoch_simul(periods=300, order=2)
- Code: Select all
x_t=-k*(exp^(a*pi)-1)/a
Thanks you so much!