diff --git a/matlab/dynare_estimation_1.m b/matlab/dynare_estimation_1.m index 49dfecfc881ab7ca1cb23c6793baaaa682560097..dac8a0f4d399ec298a2ed0c812936fda925f1594 100644 --- a/matlab/dynare_estimation_1.m +++ b/matlab/dynare_estimation_1.m @@ -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.