Curve fitting

Grant Edwards grante at visi.com
Sun May 8 13:10:10 EDT 2005


On 2005-05-08, Tom Anderson <twic at urchin.earth.li> wrote:

> I'd like to fit a curve (a rectangular hyperbola, in fact) to
> some data points as part of a program i'm writing. Can anyone
> suggest a package which would help me do this?

I use the LeastSquares function in Scientific Python:

  http://starship.python.net/~hinsen/ScientificPython/

> A bit of googling suggests that SciPy might be what i want.
> Does that sound likely?

Sure.

-- 
Grant Edwards                   grante             Yow!  An air of FRENCH
                                  at               FRIES permeates my
                               visi.com            nostrils!!



More information about the Python-list mailing list