calculate_percentile (list values, number percentile) ⇒ number
Returns the p-th percentile value in a numeric list. The list is automatically sorted before calculation. For example, the 90th percentile gives the value below which 90% of the data falls.
First available: Version 1.13.8