[Numpy-discussion] lsq problem

2007-02-14 Thread Tommy Grav
I need to fit a gaussian profile to a set of points and would like to use scipy (or numpy) to do the least square fitting if possible. I am however unsure if the proper routines are available, so I thought I would ask to get some hints to get going in the right direction. The input are two

Re: [Numpy-discussion] lsq problem

2007-02-14 Thread Keith Goodman
On 2/14/07, Tommy Grav [EMAIL PROTECTED] wrote: I need to fit a gaussian profile to a set of points and would like to use scipy (or numpy) to do the least square fitting if possible. I am however unsure if the proper routines are available, so I thought I would ask to get some hints to get

Re: [Numpy-discussion] lsq problem

2007-02-14 Thread Charles R Harris
On 2/14/07, Tommy Grav [EMAIL PROTECTED] wrote: I need to fit a gaussian profile to a set of points and would like to use scipy (or numpy) to do the least square fitting if possible. I am however unsure if the proper routines are available, so I thought I would ask to get some hints to get