Re: [Numpy-discussion] Vectorizing a class method

2007-02-14 Thread Wojciech Śmigaj
Tom Denniston wrote: I don't know if this helps but you could use where to do the dispatch between the two different formulas. Yes, that's a good idea. Thanks! Wojciech Smigaj ___ Numpy-discussion mailing list Numpy-discussion@scipy.org

Re: [Numpy-discussion] Docstring formatting

2007-02-14 Thread Pierre GM
Stefan, Travis checked numpy/doc/HOWTO_DOCUMENT.txt a couple of days ago. Excellent, just what I needed. Thanks for the info ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

[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