On 7/25/2014 1:40 PM, Eelco Hoogendoorn wrote:
> At the risk of repeating myself: explicit is better than implicit


This sounds like an argument for renaming the `mean` function `naivemean`
rather than `mean`.  Whatever numpy names `mean`, shouldn't it
implement an algorithm that produces the mean?  And obviously, for any
float data type, the mean value of the values in the array is representable
as a value of the same type.

Alan Isaac

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to