From 9bc71dffdef7c48add482d250a1e95724cf03d0a Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Tue, 26 Jul 2022 14:36:25 +0200 Subject: [PATCH] dynare_estimation_1.m: fix typo --- 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 432db043b1..91ad49231d 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -588,7 +588,7 @@ end if (~((any(bayestopt_.pshape > 0) && options_.mh_replic) || (any(bayestopt_.pshape> 0) && options_.load_mh_file)) ... || ~options_.smoother ) && ~options_.partial_information % to be fixed - %% ML estimation, or posterior mode without Metropolis-Hastings or Metropolis without Bayesian smoothes variables + %% ML estimation, or posterior mode without Metropolis-Hastings or Metropolis without Bayesian smoothed variables if options_.occbin.smoother.status && options_.occbin.smoother.inversion_filter [~, ~, ~, ~, ~, ~, ~, ~, ~, ~, oo_, atT, innov] = occbin.IVF_posterior(xparam1,dataset_,dataset_info,options_,M_,estim_params_,bayestopt_,prior_bounds(bayestopt_,options_.prior_trunc),oo_); updated_variables = atT*nan; -- GitLab