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

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

Manual cherry pick from commit:afc24549
parent 2776b10c
Branches
No related tags found
1 merge request!3834.3: cherry picked fixes to 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