Post Views: 433
Percentiles are a measure of the relative standing of observation within a data. Percentiles divide a set of observations into 100 equal parts, and percentile scores are frequently used to report results from national standardized tests such as NAT, GAT, and GRE, etc.
The th percentile is the value in order statistic such that percent of the values are less than the value and (100-p) percent of the values are greater . The 5th percentile is denoted by , the 10th by and 95th by .
Percentiles for the Ungrouped data
To calculate percentiles (a measure of the relative standing of an observation) for the ungrouped data, adopt the following procedure:
- Order the observation
- For the th percentile, determine the product . If is not an integer, round it up and find the corresponding ordered value and if is an integer, say k, then calculate the mean of the th and th ordered observations.
Example: For the following height data collected from students find the 10th and 95th percentiles. 91, 89, 88, 87, 89, 91, 87, 92, 90, 98, 95, 97, 96, 100, 101, 96, 98, 99, 98, 100, 102, 99, 101, 105, 103, 107, 105, 106, 107, 112.
Solution: The ordered observations of the data are 87, 87, 88, 89, 89, 90, 91, 91, 92, 95, 96, 96, 97, 98, 98, 98, 99, 99, 100, 100, 101, 101, 102, 103, 105, 105, 106, 107, 107, 112.
So the 10th percentile i.e. is the 3rd observation in sorted data is 88, which means that 10 percent of the observations in the data set are less than 88.
The 29th observation is our 95th Percnetile i.e.,
Percentiles for the Frequency Distribution Table (Grouped data)
The th percentile (a measure of the relative standing of an observation) for the Frequency Distribution Table (grouped data) is
Like median, is used to locate the th percentile group.
is the lower class boundary of the class containing the th percentile
is the width of the class containing
is the frequency of the class containing
is the total number of frequencies
is the cumulative frequency of the class immediately preceding the class containing
Note that the 50th percentile is the median by definition as half of the values in the data are smaller than the median and half of the values are larger than the median. Similarly, the 25th and 75th percentiles are the lower () and upper quartiles () respectively. The quartiles, deciles, and percentiles are also called quantiles or fractiles.
Example: For the following grouped data compute , , , and given below.Solution:
- Locate the 10th percentile (lower deciles i.e. )by observation.
so, group is 85.5–90.5 containing the 3rd observation
- Locate the 25th percentile (lower quartiles i.e. ) by observation.
so, group is 90.5–95.5 containing the 7.5th observation
- Locate the 50th percentile (Median i.e. 2nd quartiles, 5th deciles) by observation.
so, P50 group is 95.5–100.5 containing the 15th observation
- Locate the 95th percentile by th observation.
so, group is 105.5–110.5 containing the 3rd observation
The percentiles and quartiles may be read directly from the graphs of the cumulative frequency function.
Further Reading: https://en.wikipedia.org/wiki/Percentile
Drawing Graphs and Charts in R Language