CALC.percentile(array, k)

Returns the k-th percentile of values in a range. You can use this function to establish a threshold of acceptance.

Example

CALC.percentile([9,7,5,3,1], 0.9);

// returns 8.2 (90 percentile)

<< CALC.pearson(array1, array2) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.percentrank(array, x, significance) >>