percentilrank
Percentilrank is a statistic that describes the relative position of a value within a distribution, expressed as a percentile. It indicates how a given observation compares to the rest of the data and is commonly reported as a value between 0 and 1 (often shown as a percentage between 0 and 100).
Calculation can follow two common approaches. The simplest definition uses the cumulative proportion: the percentile rank
A second, widely used method is rank-based, exemplified by the PERCENT_RANK function found in many database
Relation to percentile and quantile: a percentile is a value below which a given percentage of observations
Applications include comparing performance across datasets, non-parametric ranking, normalization and calibration of scores, and identifying outliers.