Navigation
Name
Rascal
/
Libraries
/
analysis
/
statistics
/
Descriptive
/
percentile
Synopsis
Percentile of data values.
Function
num percentile(list[num] values, num p)
Usage
import analysis::statistics::Descriptive;
Description
Returns the
p
th
percentile
of the data values. 0 <
p
<= 100 should hold.
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.