Skip to content
Snippets Groups Projects
Commit 323e6fdf authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

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);
parent 13eb2185
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment