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

testsuite: explicitly set order=1 for forecast command

parent db286c1a
Branches
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ steady(tolx=1e-10,tolf=1e-12);
check;
stoch_simul(irf=0);
stoch_simul(irf=0,order=1);
conditional_forecast_paths;
var gy_obs;
......
......@@ -61,7 +61,7 @@ steady;
check;
stoch_simul(irf=0);
stoch_simul(irf=0,order=1);
conditional_forecast_paths;
var gy_obs;
......
......@@ -87,6 +87,6 @@ steady;
smoother2histval(period = 5);
options_.loglinear=0;
stoch_simul(nomoments);
stoch_simul(nomoments,order=1);
forecast;
......@@ -54,6 +54,6 @@ b(0) = 0.1;
a(0) = 0.3;
end;
stoch_simul(nograph, periods = 200);
stoch_simul(nograph, periods = 200,order=1);
forecast;
\ No newline at end of file
......@@ -49,7 +49,7 @@ a(-1) = 0.3;
u(-1) = 0.1;
end;
stoch_simul(nograph, periods = 200);
stoch_simul(nograph, periods = 200,order=1);
forecast;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment