Results 1 to 4 of 4

Thread: A good non-linear fitting data program?

  1. #1
    Join Date
    Aug 2007
    Location
    Canada
    Beans
    459
    Distro
    Ubuntu 14.04 Trusty Tahr

    A good non-linear data fitting program?

    Hallo every one...

    I been looking for a good program to fit some E-V data to the Birch–Murnaghan equation of state without luck... any idea?

    Thanks a lot...
    Last edited by gnusci; November 13th, 2007 at 02:49 PM.
    Best, Gnusci

    "Never make a calculation until you know the answer." -- Wheeler, Spacetime Physics, pg 60.

  2. #2
    Join Date
    Nov 2004
    Location
    Nyack NY USA
    Beans
    988
    Distro
    Ubuntu Development Release

    Re: A good non-linear fitting data program?

    From experience it is better to transform your data first so that the fitting is to a simple function like a polynomial. That equation of state seems to be a function of V^{-2/3} so use that as a dependent variable and then you have a cubic fit problem which is easy.
    "Linux is evolution, not intelligent design." - Linus Torvalds

  3. #3
    Join Date
    Jan 2007
    Location
    California
    Beans
    350
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: A good non-linear fitting data program?

    R has some very solid non-linear estimation routines. One of the major packages for it is nlme (non-linear maximum likelihood estimation) it can also do non-linear least squares.
    Euler_fan
    Ubuntu User # 15369 at the Ubuntu Counter Project
    Woot for GPG

  4. #4
    Join Date
    Oct 2005
    Location
    Wyoming, USA
    Beans
    488
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: A good non-linear fitting data program?

    Quote Originally Posted by euler_fan View Post
    R has some very solid non-linear estimation routines. One of the major packages for it is nlme (non-linear maximum likelihood estimation) it can also do non-linear least squares.
    +1 for R. Check out the 'drc' package.
    This looks nothing like my signature...
    My Page

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •