Skip to content
Snippets Groups Projects
Commit e4cd72b5 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed typo.

parent 788c528c
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ if ~options_.load_mh_file && ~options_.mh_recover
candidate = transpose(xparam1(:));%
if all(candidate(:) > mh_bounds(:,1)) && all(candidate(:) < mh_bounds(:,2))
ix2 = candidate;
ilogpo2 = - feval(TargetFun,ix2',dataset_,dataset_,options_,M_,estim_params_,bayestopt_,oo_);
ilogpo2 = - feval(TargetFun,ix2',dataset_,dataset_info,options_,M_,estim_params_,bayestopt_,oo_);
disp('Estimation::mcmc: Initialization at the posterior mode.')
skipline()
fprintf(fidlog,[' Blck ' int2str(1) 'params:\n']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment