scipy.stats.mstats.

scoreatpercentile#

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

計算序列 a 在給定 'per' 百分位數的分數。例如,per=50 的分數是中位數。

此函數是 mquantile 的快捷方式