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.scoreatpercentileis deprecated as of SciPy 2.0.0 and will be removed, along with thescipy.stats.mstatsnamespace, in SciPy 2.4.0. For similar functionality, usescipy.stats.quantilewith MArray(s) instead of NumPy masked array(s).