Does deterministic simulation break down in version 4?
Posted: Thu Jul 23, 2009 8:01 pm
When I do a determistic simulation en version 3 of dynare, the model runs perfectly, but when I want to run the same model with all the same spectications in version 4, the simulation breaks down. However, if I change manually the parser the number 1, the model runs (When I run it normally, the ones in bold don't appear.
% HISTVAL instructions
%
oo_.endo_simul( 3, M_.maximum_lag +1 -1) = 0.00350370;
oo_.endo_simul( 2, M_.maximum_lag +1 -1) = 0.01443718;
oo_.endo_simul( 5, M_.maximum_lag +1 -1) = 0.06544927;
oo_.endo_simul( 4, M_.maximum_lag +1 -1) = 0.00350370;
oo_.endo_simul( 7, M_.maximum_lag +1 -1) = (-0.00718412);
oo_.endo_simul( 1, M_.maximum_lag +1 -1) = (-0.01436690);
oo_.endo_simul( 6, M_.maximum_lag +1 -1) = (-0.00677433);
oo_.endo_simul( 10, M_.maximum_lag +1 -1) = 0;
oo_.endo_simul( 9, M_.maximum_lag +1 -1) = 0;
oo_.endo_simul( 11, M_.maximum_lag +1 -1) = 0;
oo_.endo_simul( 8, M_.maximum_lag +1 -1) = 0;
options_.periods = 50;
options_.simul = 1;
simul(oo_.dr);
I would appreciate if you could help me with this problem.
THANKS
The model is attached.
% HISTVAL instructions
%
oo_.endo_simul( 3, M_.maximum_lag +1 -1) = 0.00350370;
oo_.endo_simul( 2, M_.maximum_lag +1 -1) = 0.01443718;
oo_.endo_simul( 5, M_.maximum_lag +1 -1) = 0.06544927;
oo_.endo_simul( 4, M_.maximum_lag +1 -1) = 0.00350370;
oo_.endo_simul( 7, M_.maximum_lag +1 -1) = (-0.00718412);
oo_.endo_simul( 1, M_.maximum_lag +1 -1) = (-0.01436690);
oo_.endo_simul( 6, M_.maximum_lag +1 -1) = (-0.00677433);
oo_.endo_simul( 10, M_.maximum_lag +1 -1) = 0;
oo_.endo_simul( 9, M_.maximum_lag +1 -1) = 0;
oo_.endo_simul( 11, M_.maximum_lag +1 -1) = 0;
oo_.endo_simul( 8, M_.maximum_lag +1 -1) = 0;
options_.periods = 50;
options_.simul = 1;
simul(oo_.dr);
I would appreciate if you could help me with this problem.
THANKS
The model is attached.