CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Curve Fitting

  1. #1
    Join Date
    Apr 1999
    Posts
    37

    Curve Fitting

    Hi
    Who can tell me some URL that has source code or arithmetic for curve fitting?
    thanks


  2. #2
    Join Date
    May 1999
    Location
    Texas, USA
    Posts
    568

    Re: Curve Fitting

    I don't know of any URL, but check out "Numerical Recipes in C" or "Numerical Recipes in C++". That is where I learned it.

    Wayne



  3. #3
    Guest

    Re: Curve Fitting

    Numerical Recipes in C(++) has curve fitting dealt with here is their URL

    http://nr.harvard.edu/numerical-recipes/


    Also many other math software packages would have what you want.
    Take a look at this guy's list

    http://www.cts.com.au/tomasz.html

    hope it helps
    [email protected]


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured