Fixed the number of quadrature nodes in rbc*.mod (3 instead of 5).

master
Stéphane Adjemian (Hermes) 2016-06-23 11:54:18 +02:00
parent b1caeba9fa
commit 8cdf3dfb4a
1 changed files with 3 additions and 2 deletions

View File

@ -57,8 +57,9 @@ shocks;
var EfficiencyInnovation = 1;
end;
options_.steadystate_flag = 2;
options_.ep.solve_algo=9;
options_.solve_tolf = 1e-8;
options_.solve_tolf = 1e-8;
options_.ep.stochastic.quadrature.nodes = 3;