From d727ba724652768b688af6b7c2055b6071edf245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?= Date: Mon, 23 Jun 2014 12:24:36 +0200 Subject: [PATCH] Fixed bug (missing input). --- matlab/dynare_estimation_1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index 7dbca0d8d..a84f4a7fd 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -818,7 +818,7 @@ if (any(bayestopt_.pshape >0 ) && options_.mh_replic) || ... if error_flag error('Estimation::mcmc: I cannot compute the posterior statistics!') end - prior_posterior_statistics('posterior',dataset_); + prior_posterior_statistics('posterior',dataset_,dataset_info); end xparam = get_posterior_parameters('mean'); M_ = set_all_parameters(xparam,estim_params_,M_);