Table of Contents
statsmodels.sandbox.stats.stats_dhuard.
scoreatpercentile
Return the score at the given percentile of the data.
>>> data = randn(100) >>> scoreatpercentile(data, 50)
will return the median of sample data.