From cfc7413e96b4d32cfebb39e45c94160d5927869e Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 29 Aug 2017 10:52:48 +0200 Subject: [PATCH] Add calib_smoother command with parameter_set option to integration Following #1477 --- tests/fs2000/fs2000.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fs2000/fs2000.mod b/tests/fs2000/fs2000.mod index 54a6d6bf6..38eeb1583 100644 --- a/tests/fs2000/fs2000.mod +++ b/tests/fs2000/fs2000.mod @@ -73,3 +73,4 @@ varobs gp_obs gy_obs; options_.solve_tolf = 1e-12; estimation(order=1,datafile=fsdat_simul,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_jscale=0.8,moments_varendo,consider_only_observed); +calib_smoother(parameter_set=posterior_mean) y; \ No newline at end of file