On 2005-05-08, Tom Anderson <[EMAIL PROTECTED]> 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!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to