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
No related branches found
No related tags found
1 merge request!2317:bug: forecast and smoothing: disallow unsupported options
...@@ -63,7 +63,7 @@ steady(tolx=1e-10,tolf=1e-12); ...@@ -63,7 +63,7 @@ steady(tolx=1e-10,tolf=1e-12);
check; check;
stoch_simul(irf=0); stoch_simul(irf=0,order=1);
conditional_forecast_paths; conditional_forecast_paths;
var gy_obs; var gy_obs;
......
...@@ -61,7 +61,7 @@ steady; ...@@ -61,7 +61,7 @@ steady;
check; check;
stoch_simul(irf=0); stoch_simul(irf=0,order=1);
conditional_forecast_paths; conditional_forecast_paths;
var gy_obs; var gy_obs;
......
...@@ -87,6 +87,6 @@ steady; ...@@ -87,6 +87,6 @@ steady;
smoother2histval(period = 5); smoother2histval(period = 5);
options_.loglinear=0; options_.loglinear=0;
stoch_simul(nomoments); stoch_simul(nomoments,order=1);
forecast; forecast;
...@@ -54,6 +54,6 @@ b(0) = 0.1; ...@@ -54,6 +54,6 @@ b(0) = 0.1;
a(0) = 0.3; a(0) = 0.3;
end; end;
stoch_simul(nograph, periods = 200); stoch_simul(nograph, periods = 200,order=1);
forecast; forecast;
\ No newline at end of file
...@@ -49,7 +49,7 @@ a(-1) = 0.3; ...@@ -49,7 +49,7 @@ a(-1) = 0.3;
u(-1) = 0.1; u(-1) = 0.1;
end; end;
stoch_simul(nograph, periods = 200); stoch_simul(nograph, periods = 200,order=1);
forecast; forecast;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment