Percentile Calculator
Find any percentile, quartiles and the interquartile range (IQR) of a dataset.
Assumptions used in this calculation
- Interpolation method: Percentiles use linear interpolation between adjacent sorted values (the same method as Excel's PERCENTILE.INC / NumPy's default "linear" method), rather than the "nearest rank" method some textbooks use.
About this calculator
The percentile calculator finds any percentile of a dataset using linear interpolation, along with Q1, median, Q3 and the interquartile range (IQR).
Worked example
1-10, 75th percentile
Result: 7.75
Was this helpful?