Skip to content
Snippets Groups Projects
Commit afc24549 authored by Marco Ratto's avatar Marco Ratto
Browse files

Bug fix: when no analytic derivation and change in x very small.

parent 70ccb1d0
Branches
Tags
1 merge request!382bug fixes in mode_compute=5 and gsa
......@@ -236,7 +236,7 @@ while norm(gg)>gtol && check==0 && jit<nit
end
H = igg;
end
else
elseif analytic_derivation,
[fvalx,gg,hh]=feval(func0,xparam1,DynareDataset,DynareOptions,Model,EstimatedParameters,BayesInfo,DynareResults);
hhg=hh;
H = inv(hh);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment