Calculated result
Enter values and select Calculate.
Inclusive percentile method
Values are sorted and h = (n − 1)p/100. The result interpolates between floor(h) and ceil(h), so the 0th percentile is the minimum and the 100th is the maximum.
Worked example
For 1, 2, 3, 4, 5, the 90th percentile is 4.6.
Rank and limitations
Rank mode uses 100 × (L + 0.5E) / n, where L is the count below and E the count equal. Percentile conventions vary. Up to 10,000 finite observations are accepted.
