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

fs2000_ns_common.inc: set order of approximation explicitly to 1

parent 03a87595
No related branches found
No related tags found
No related merge requests found
...@@ -120,5 +120,7 @@ end; ...@@ -120,5 +120,7 @@ end;
data(file='../../fs2000/fsdat_simul.m'); data(file='../../fs2000/fsdat_simul.m');
options_.diffuse_filter=1; options_.diffuse_filter=1;
options_.order=1;
[dataset_, dataset_info, xparam1, hh, M_, options_, oo_, estim_params_, bayestopt_, bounds] = ... [dataset_, dataset_info, xparam1, hh, M_, options_, oo_, estim_params_, bayestopt_, bounds] = ...
dynare_estimation_init(char(), M_.fname, [], M_, options_, oo_, estim_params_, bayestopt_); dynare_estimation_init(char(), M_.fname, [], M_, options_, oo_, estim_params_, bayestopt_);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment