Giter VIP home page Giter VIP logo

Comments (2)

whoburg avatar whoburg commented on July 21, 2024

It looks like this data set is well approximated by an affine function (straight line):

issue22

It's probably best in this case to do a simple least-squares fit, which can be accomplished by a single-term max affine fit:

In [57]: res = fit.fit(x_log, y_log, 1, "MA")
w = 0.0171 * (u_1)**3.23

The reason for the failure of the SMA fit is likely related to the fact that the data is so close to being affine. The SMA fit found above, w**424 = 0 * (u_1)**1.5e+03 + 0 * (u_1)**1.36e+03, is clearly poorly conditioned. It's fair to say gpfit should fail more gracefully in this case, but I think the simple fix is to simply use a single-term fit.

from gpfit.

mjburton11 avatar mjburton11 commented on July 21, 2024

Thank you!

from gpfit.

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.