On Sun, 8 May 2005, Grant Edwards wrote:
> 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 L
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://s