From 464dcb651e96a6fcbf6c17952fddefe32f7f6158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Thu, 8 Mar 2012 12:45:53 +0100 Subject: [PATCH] Changed defaults related to extended path. Removed some unused options. --- matlab/global_initialization.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/matlab/global_initialization.m b/matlab/global_initialization.m index 0e5dd3eef..82292557e 100644 --- a/matlab/global_initialization.m +++ b/matlab/global_initialization.m @@ -132,7 +132,7 @@ ep.periods = 200; % Default step for increasing the number of periods if needed ep.step = 50; % Set check_stability flag -ep.check_stability = 1; +ep.check_stability = 0; % Define last periods used to test if the solution is stable with respect to an increase in the number of periods. ep.lp = 5; % Define first periods used to test if the solution is stable with respect to an increase in the number of periods. @@ -144,11 +144,9 @@ ep.set_dynare_seed_to_default = 1; % Set algorithm for the perfect foresight solver ep.stack_solve_algo = 4; % Stochastic extended path related options. -ep.stochastic.status = 0; ep.stochastic.method = 'tensor'; ep.stochastic.ortpol = 'hermite'; -ep.stochastic.scramble = 0; -ep.stochastic.order = 1; +ep.stochastic.order = 0; ep.stochastic.nodes = 5; ep.stochastic.pruned.status = 0; ep.stochastic.pruned.relative = 1e-5; -- GitLab