scipy.stats.mstats.

scoreatpercentile#

scipy.stats.mstats.scoreatpercentile(data, per, limit=(), alphap=0.4, betap=0.4)[source]#

Calculate the score at the given ‘per’ percentile of the sequence a. For example, the score at per=50 is the median.

This function is a shortcut to mquantile

Deprecated since version 2.0.0: scipy.stats.mstats.scoreatpercentile is deprecated as of SciPy 2.0.0 and will be removed, along with the scipy.stats.mstats namespace, in SciPy 2.4.0. For similar functionality, use scipy.stats.quantile with MArray(s) instead of NumPy masked array(s).