Le 27/03/2012 18:56, josef.p...@gmail.com a écrit :
> similar to std, var, histogram, ... some functions from scipy.stats
> are now in numpy.
Ok, historical reasons then. Fair enough.
Would a "See also: numpy.percentile" make sense in stats.scoreatpercentile ?
> However, in contrast to std, var, I think scoreatpercentile should be
> enhanced and not removed (similar to histogram), for example my
> attempt:
> http://projects.scipy.org/scipy/ticket/1329
>
I'm not sure I completely understood what was involved in your ticket.

The overall impression I felt is :
  * for a lot of statistical computations, it is not possible and/or
desirable to have the same code for "regular array" and for
"masked/nans/... arrays".
  * However, it would be possible to have the same api, that is : put
all the entry points in scipy.stats instead of having scipy.stats.mstats
as a separate api. Did I understand you correctly ?

Best,
Pierre

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to