Dividing Data Ranks into One Hundred Parts
You already know that quartiles divide ordered data into equally populated parts. Percentiles extend the same idea.
Percentiles divide positions in ordered data into equally populated parts. Each part contains the same proportion of observations, although the ranges of values can have different widths.
The interior cut points are commonly written , , , ..., through . Exact numerical values can vary with the percentile convention, especially for small samples.
- (the th percentile) marks the point at or below which approximately of the observations lie. The other lie above it.
- (the th percentile) is the median or second quartile ( ). It marks the distribution's halfway rank. Ties can prevent exactly half of the observed values from lying strictly on each side.
- (the th percentile) marks the point at or below which approximately of the observations lie. About lie above it.
Percentiles describe a value's relative position in a distribution. They are used, for example, to compare a test score with the rest of a cohort or a child's growth measurement with a suitable reference group.
How to Find Percentile Values for Grouped Data
As with quartiles, grouped data require interpolation to estimate a percentile value within its class interval. The method has two stages: locate the class that holds the rank you want, then interpolate inside that class. The worked table below applies both stages to the same data set.
Find the Percentile Class Position
First, locate the position associated with the th percentile:
- = percentile number, such as
- = total frequency
Then use the cumulative-frequency column to find the class interval containing that position.
Calculate the Percentile Value using the Interpolation Formula
Once the percentile class is known, interpolate within it:
The quantities in this formula are:
- = estimated value of the requested percentile
- = lower boundary of the percentile class
- = percentile number, such as
- = total frequency
- = cumulative frequency before the percentile class
- = frequency of the percentile class
- = class width
This is the quartile interpolation formula with in place of .
The interpolation assumes that observations are distributed uniformly within the selected class. It estimates a percentile from the grouped model. It does not reconstruct the original observations.
Finding Math Test Scores
The following table groups the mathematics test scores of :
| Test Score | Frequency () | Cumulative Frequency () | Lower Boundary () | Class Width () |
|---|---|---|---|---|
| Total |
We will estimate the th percentile, .
-
Find the Position of :
The position of is the -th data point.
-
Determine the Class of :
The cumulative frequency is through the class and through . Positions through therefore lie in the final class, so the class is .
-
Record the formula values:
- (Lower boundary of class ) is
- (Cumulative frequency before class ) =
- (Frequency of class ) is
- (Class width) is
-
Calculate :
The estimated th percentile is . In the interpolated grouped-data model, approximately of scores are at or below , while approximately are above it.
Exercise
Before reading the solution, estimate the th percentile from the same table. Write down the class you chose and the two boundaries you interpolate between, because those two values are where most mistakes happen.
Worked solution
-
Position of :
The position of is the -th data point.
-
Class of :
Look at . The th data point is in the class (because the previous class's is , and this class's is ).
-
Formula values:
-
Calculate :
The estimated th percentile is . It lies in the class , as expected.