Skip to content

Commit

Permalink
actually fix irf version of price targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed Jul 27, 2016
1 parent e028bbd commit 27ce94e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Examples/FernandezVillaverdeEtAl2012/NKPriceTargetingIRF.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ varexo epsilon_m;

var log_P;

var y pi r nu;

model;
@#include "InsertNewModelEquations.mod"
#Y = (A/NU) * L;
Expand Down Expand Up @@ -47,6 +49,10 @@ steady_state_model;
@#include "NKTransSteadyState.mod"
@#include "InsertNewSteadyStateEquations.mod"
log_P = 0;
y = log( Y_ );
pi = log( PI_STEADY );
r = log( R_ );
nu = log( NU_ );
end;

shocks;
Expand Down

0 comments on commit 27ce94e

Please sign in to comment.