bundles / scipy latest / scipy / stats / _mstats_basic / scoreatpercentile
function
scipy.stats._mstats_basic:scoreatpercentile
Signature
def scoreatpercentile ( data , per , limit = () , alphap = 0.4 , betap = 0.4 ) Summary
Calculate the score at the given 'per' percentile of the sequence a. For example, the score at per=50 is the median.
Extended Summary
This function is a shortcut to mquantile
Aliases
-
scipy.stats._mstats_basic.scoreatpercentile