Do not print H0.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-08 11:02:46 +02:00
parent 994186797a
commit c7d82e0bf0
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
analytic_grad=[];
end
% Call csminwell.
H0
[fval,xparam1,grad,hessian_csminwel,itct,fcount,retcodehat] = ...
csminwel1(objective_function, xparam1, H0, analytic_grad, crit, nit, numgrad, epsilon, dataset_, options_, M_, estim_params_, bayestopt_, oo_);
% Disp value at the mode.