In the previous note, we have seen how to measure the central tendency using the Median. Mainly, it is a value in a frequency distribution that divides the total frequency into two equal parts. Now the question is why only two parts, why not three or four or more parts. In this section, we will try to get answers to the above question.
Quantiles
Quantiles are the values that divide the frequency distribution into different partitions. These partitions can have equal or unequal widths, so in general, these partitions are called Quantiles and the partitions size is decided by us based on the requirements. For example:
- 25% Quantile: Splits the data into two parts such that at least 25% of the values are less than or equal to quantile, and at least 75% of the values are greater than or equal to quantile.
- 50% Quantile: Splits the data into two parts such that at least 50% of the values are less than or equal to quantile, and at least 50% of the values are greater than or equal to the quantile. It is also called Median.
Quartiles
The values which divide the given data into four equal parts, say, .
- : First quartile which has 25% of the observations.
- : Second quartile which has 50% of the observations also called Median.
- : Third quartile which has 75% of the observations.
- : Fourth quartile which has 100% of the observations.
We have divided the entire frequency distribution into four equal parts and these partitions are called as Quartiles and these are the partitions values of Quantiles.
Deciles
The values which divide the given data into ten equal parts, say, .
- : First decile which has 10% of the observations.
- : Second decile which has 20% of the observations.
- : Third decile which has 30% of the observations.
- : Tenth decile which has 100% of the observations.
Percentiles
The percentiles are the values which divide the given data into hundred equal parts, say, .
- : 1st percentile which has 1% of the observations.
- : 2nd percentile which has 2% of the observations.
- : 3rd percentile which has 3% of the observations.
- : 100th percentile which has 100% of the observations
References
- Descriptive Statistic, By Prof. Shalabh, Dept. of Mathematics and Statistics, IIT Kanpur.
136 total views, 1 views today