Skip to content
Snippets Groups Projects
Select Git revision
  • 75a26b6d111fcf24df7c9aea842f82a62321c347
  • master default protected
  • pac_composite_target_mce
  • ramsey_k_order
  • 4.6
  • occbin
  • uop
  • rework_pac
  • aux_vars_fix
  • created_preprocessor_repo
10 results

src

Forked from Dynare / preprocessor
Source project has a limited visibility.
Stéphane Adjemian (Charybdis)'s avatar
Stéphane Adjemian authored
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);
323e6fdf
History
Name Last commit Last update
..