Numerical Example to Compute Percentile
Given the data set: 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, calculate the 30th and 60th percentiles.
Percentile
Percentiles are those values of the variate which divide the distribution into 100 equal parts, therefore the number of percentiles is 99.
30th Percentile
The 30th percentile is denoted by P30, and to compute its formula is:
P30 = ( 30 × (n + 1) / 100 )th observation
There are 20 observations, so n = 20.
Then,
P30 = ( 30 × (20 + 1) / 100 ) = 0.30 × (21 – 1) = 20.10
60th Percentile
The 60th percentile is denoted by P60, and to compute it, its formula is:
P60 = ( 60 × (n + 1) / 100 )th observation
Then,
P60 = ( 60 × (20 + 1) / 100 ) = 12.60
Observation = 18 + 0.60 × (39 – 36) = 37.20
PDF Presentation
percentilesVideo