gsa/ls2003a.mod: reduce run-time

time-shift
Johannes Pfeifer 2021-01-26 10:39:38 +01:00
parent e9ea837b28
commit 8ad8bf05b3
1 changed files with 5 additions and 2 deletions

View File

@ -97,13 +97,16 @@ y_obs,R_obs(@{ilag}), -; //[ccf]
y_obs,pie_obs(@{ilag}), -; //[ccf] y_obs,pie_obs(@{ilag}), -; //[ccf]
@#endfor @#endfor
end; end;
options_.prior_mc=5000;
prior simulate; prior simulate;
prior moments(distribution); prior moments(distribution);
if isoctave() if isoctave()
dynare_sensitivity(prior_range=0, nodisplay, graph_format=(eps)); dynare_sensitivity(prior_range=0, nodisplay, graph_format=(eps),Nsam=1024);
else else
dynare_sensitivity(prior_range=0, nodisplay, graph_format=(fig)); dynare_sensitivity(prior_range=0, nodisplay, graph_format=(fig),Nsam=1024);
end end
/* /*