Giter VIP home page Giter VIP logo

Comments (2)

andyfaff avatar andyfaff commented on June 12, 2024

check that there are no duplicated parameters present in the varying parameters.

the covariance matrix is only estimated for unique varying parameters.

check that step sizes are correct

scipy.optimize._numdiff.approx_derivative calculates the scaled step sizes correctly. In any case the derivatives (to obtain the Jacobian matrix) are calculated on parameters scaled to unity. This scaling is unwound in the final calculation of the covariance matrix.
A test is run against scipy.optimize.least_squares to check that the Jacobian/Hessian/covariance matrices estimated by objective.covar are correct.

check that it's falling back to the scale calculation when required

The parameters are by default scaled to unity.

is the correct matrix inverse being used?

np.linalg.inv should be applicable to this situation. QR decomposition may provide additional precision if the Hessian is close to being singular.

from refnx.

andyfaff avatar andyfaff commented on June 12, 2024

If there are zero values in the parameters then unscaled parameters are used in the calculation of the Jacobian. approx_derivative can deal with zero parameters, and uses an absolute step instead.

objective.covar now uses a pseudo inverse and removes, and identifies singular parameters.

from refnx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.