CALC.percentrank(array, x, significance)

Array is the array or range of data with numeric values that defines relative standing. X is the value for which you want to know the rank. Significance is an optional value that identifies the number of significant digits for the returned percentage value.

Example

CALC.percentrank([13,12,11,8,4,3,2,1,1,1],2,3);

// returns 0.333

(percent rank of the element 2 in the list above)

<< CALC.percentile(array, k) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.permut(number, number_chosen) >>