Calculate any percentile of a dataset. Percentiles indicate the value below which a given percentage of observations fall, widely used in test scores, income data, and performance metrics.
Enter your values below
How this calculator works
Sort the data, compute the index i = (k/100) · (n-1), then interpolate between the values at positions floor(i) and ceil(i).
Common questions about this calculator