Reduced the size of the innovation, increased the number of simulations.

time-shift
Stéphane Adjemian (Charybdis) 2011-12-12 14:18:16 +01:00
parent 95fb57b4e9
commit f6cc14eebf
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ psi = -0.500;
delta = 0.020;
rho = 0.950;
effstar = 1.000;
sigma2 = 0.001;
sigma2 = 0.0001;
external_function(name=mean_preserving_spread);
@ -49,4 +49,7 @@ end;
steady;
ts = extended_path([],100);
options_.ep.verbosity = 0;
options_.console_mode = 1;
ts = extended_path([],1000);