scipy.stats.mstats.

scoreatpercentile#

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

计算给定序列“a”的“per”百分位数的得分。例如,per=50 的得分为中位数。

此函数是对 mquantile 的快捷处理