[Numpy-discussion] non-standard standard deviation

Chris Colbert sccolbert at gmail.com
Fri Dec 4 05:19:27 EST 2009


Why cant the divisor constant just be made an optional kwarg that
defaults to zero?
It wont break any existing code, and will let everybody that wants the
other behavior, to have it.

On Thu, Dec 3, 2009 at 1:49 PM, Colin J. Williams <cjw at ncf.ca> wrote:
> Yogesh,
>
> Could you explain the rationale for this choice please?
>
> Colin W.
>
> On 03-Dec-09 00:35 AM, yogesh karpate wrote:
>> The thing is that the normalization by (n-1) is done for the no. of
>> samples >20 or23(Not sure about this no. but sure about the thing that
>> this no isnt greater than 25) and below that we use normalization by n.
>> Regards
>> ~ymk
>>
>>
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-Discussion at scipy.org
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list