From 4a041b3b2cf7361d3b5948d52c60fa81e665bb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 29 Sep 2021 15:02:13 +0200 Subject: [PATCH] tests/measurement_errors/fs2000_corr_me_ml_mcmc/fs2000_corr_ME.mod: set mh_blocks=1 This fixes the test under Octave on haumea. --- .../fs2000_corr_me_ml_mcmc/fs2000_corr_ME.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/measurement_errors/fs2000_corr_me_ml_mcmc/fs2000_corr_ME.mod b/tests/measurement_errors/fs2000_corr_me_ml_mcmc/fs2000_corr_ME.mod index 5fb070996..4adf42721 100644 --- a/tests/measurement_errors/fs2000_corr_me_ml_mcmc/fs2000_corr_ME.mod +++ b/tests/measurement_errors/fs2000_corr_me_ml_mcmc/fs2000_corr_ME.mod @@ -128,6 +128,6 @@ stderr gp_obs, inv_gamma_pdf, 0.001, inf; //corr gp_obs, gy_obs,normal_pdf, 0, 0.2; end; -estimation(mode_compute=9,order=1,datafile=fsdat_simul,mode_check,smoother,filter_decomposition,mh_replic=2000, mh_nblocks=2, mh_jscale=0.8,forecast = 8,bayesian_irf,filtered_vars,filter_step_ahead=[1,3],irf=20) m P c e W R k d y; +estimation(mode_compute=9,order=1,datafile=fsdat_simul,mode_check,smoother,filter_decomposition,mh_replic=2000, mh_nblocks=1, mh_jscale=0.8,forecast = 8,bayesian_irf,filtered_vars,filter_step_ahead=[1,3],irf=20) m P c e W R k d y; shock_decomposition y W R; //identification(advanced=1,max_dim_cova_group=3,prior_mc=250);