-
- Downloads
Added a second gstep option used as a parameter for the routine computing the hessian matrix.
In some cases, for instance for the non linear filters, it helps to reduce this new gstep parameter to get a positive definite hessian matrix. options_.gstep is now a 2*1 vector. The first element is the old gstep parameter, the second element is the new gstep parameter. The step defined for the computation of the hessian matrix is now: h1=max(abs(x),sqrt(gstep(1))*ones(n,1))*eps^(1/6)*gstep(2);
Loading
Please register or sign in to comment