Re: Curve fitting

2005-05-08 Thread Tom Anderson
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

Re: Curve fitting

2005-05-08 Thread Grant Edwards
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