On Tue, 19 Feb 2008 13:50:04 -0700
  "Charles R Harris" <[EMAIL PROTECTED]> wrote:
> On Feb 19, 2008 12:41 PM, Stefan van der Walt 
><[EMAIL PROTECTED]> wrote:
> 
>> Hi Neal
>>
>> On Tue, Feb 19, 2008 at 01:38:06PM -0500, Neal Becker 
>>wrote:
>> > Does numpy/scipy have a partial_sum and adj_difference 
>>function?
>> >
>> > partial_sum[i] = \sum_{j=0}^{i} x[j]
>>
>> numpy.cumsum
>>
>> Yikes, the docstring contains "Blah, blah".  I'll fix 
>>that
>> immediately.
>>
> 
> Gosh,
> 
> And here I thought you were going to fix that. Deleting 
>the "blahs" isn't a
> fix, it's a coverup. Now there is no extended 
>documentation at all.
> 
> Chuck

;-)

>>> from numpy import cumprod
>>> help (cumprod)

Nils
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to