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

time-shift
Marco Ratto 2013-04-30 11:38:18 +02:00
parent 70ccb1d0b7
commit afc2454913
1 changed files with 1 additions and 1 deletions

View File

@ -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);