Percentile(Data,Percent)
Data. Data array that determines relative position.
Percent. Percentile value. Available values are taken from the range [0, 1].
The method returns the k-th percentile of values in a range.
Use this function to determine a threshold of acceptance.
If k is not a multiple of 1/(n - 1), the Percentile function interpolates to determine the value at the k-th percentile.
See also: