Skip to content
Snippets Groups Projects
Commit 9bc71dff authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

dynare_estimation_1.m: fix typo

parent 59882e80
Branches
Tags
1 merge request!2057Various fixes to smoother output
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment