Skip to content
Snippets Groups Projects
Commit 38a2dcaa authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

dynrbc_common.inc: increase maxit and check_ahead_periods

Required for Octave
parent 79ee6a55
No related branches found
No related tags found
1 merge request!1925Another round of Octave compatibility fixes
...@@ -59,7 +59,7 @@ end ...@@ -59,7 +59,7 @@ end
% set inputs % set inputs
occbin_setup(smoother_debug); occbin_setup(smoother_debug);
occbin_solver(simul_debug,simul_periodic_solution,simul_periods=200,simul_maxit=200,simul_curb_retrench,simul_check_ahead_periods=200); occbin_solver(simul_debug,simul_periodic_solution,simul_periods=200,simul_maxit=300,simul_curb_retrench,simul_check_ahead_periods=300);
occbin_write_regimes(filename='test',periods=[1:100]); occbin_write_regimes(filename='test',periods=[1:100]);
%% Modify to plot IRFs %% Modify to plot IRFs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment