options_.risky_steadystate is an (undocumented) boolean value

By the way, enable the option in example1_korder.mod (it does not work, but no
harm since it’s not in the testsuite).
time-shift
Sébastien Villemot 2019-04-02 18:12:11 +02:00
parent dd09264b03
commit 774e60f04c
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
8 changed files with 10 additions and 10 deletions

View File

@ -691,7 +691,7 @@ options_.graph_save_formats.pdf = 0;
options_.graph_save_formats.fig = 0;
% risky steady state
options_.risky_steadystate = 0;
options_.risky_steadystate = false;
% endogenous prior
options_.endogenous_prior = false;

View File

@ -44,6 +44,6 @@ x1 = 0.26;
x2 = 0.25;
end;
options_.risky_steadystate = 1;
options_.risky_steadystate = true;
stoch_simul(irf=0);

View File

@ -41,5 +41,5 @@ var u; stderr 0.009;
var e, u = phi*0.009*0.009;
end;
//options_.risky_steadystate = 1;
options_.risky_steadystate = true;
stoch_simul(k_order_solver,order=3,irf=0);

View File

@ -41,5 +41,5 @@ var u; stderr 0.009;
var e, u = phi*0.009*0.009;
end;
options_.risky_steadystate = 1;
options_.risky_steadystate = true;
stoch_simul(irf=0);

View File

@ -43,5 +43,5 @@ end;
stoch_simul(order=2,irf=0);
options_.risky_steadystate = 1;
options_.risky_steadystate = true;
stoch_simul(order=3,irf=0);

View File

@ -91,5 +91,5 @@ shocks;
var ez; stderr 0.001;
end;
options_.risky_steadystate = 1;
options_.risky_steadystate = true;
stoch_simul (order=3,irf=0,periods=20000) erp1, rf1, m1, r1, y, z, c, d, mu, k;

View File

@ -93,7 +93,7 @@ shocks;
var ez; stderr s;
end;
options_.risky_steadystate = 1;
options_.risky_steadystate = true;
stoch_simul (order=2,irf=0,noprint) erp1, rf1, m1, r1, y, z, c, d, mu, k;
oo_.steady_state = oo_.dr.ys;
end
end

View File

@ -93,7 +93,7 @@ shocks;
var ez; stderr s;
end;
options_.risky_steadystate = 1;
options_.risky_steadystate = true;
stoch_simul (order=3,irf=0,noprint) erp1, rf1, m1, r1, y, z, c, d, mu, k;
oo_.steady_state = oo_.dr.ys;
end;
end;