fs2000_ns_common.inc: set order of approximation explicitly to 1

time-shift
Johannes Pfeifer 2020-01-12 17:13:24 +01:00
parent 03a8759560
commit 23cac089f1
1 changed files with 2 additions and 0 deletions

View File

@ -120,5 +120,7 @@ end;
data(file='../../fs2000/fsdat_simul.m');
options_.diffuse_filter=1;
options_.order=1;
[dataset_, dataset_info, xparam1, hh, M_, options_, oo_, estim_params_, bayestopt_, bounds] = ...
dynare_estimation_init(char(), M_.fname, [], M_, options_, oo_, estim_params_, bayestopt_);