Skip to content
Snippets Groups Projects
Verified Commit 38e1cd5d authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by Stéphane Adjemian
Browse files

Do not include auxiliaries in Simulated_time_series...

And add paths for the exogenous variables.
parent 4ffa6abd
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ else
initial_period = options_.initial_period;
end
ts = dseries(transpose(oo_.endo_simul), initial_period, M_.endo_names);
ts = dseries([transpose(oo_.endo_simul(1:M_.orig_endo_nbr,:)), oo_.exo_simul], initial_period, [M_.endo_names(1:M_.orig_endo_nbr); M_.exo_names]);
assignin('base', 'Simulated_time_series', ts);
if oo_.deterministic_simulation.status
oo_.gui.ran_perfect_foresight = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment