A quartile is a set of data that has been divided into four sets of equal size based on median values. This is done to rank data into four categories as an easy way for people to understand where a value lies relative to everything else. Quartiles are calculated using medians and algorithms for sorting sets of data.
Method 1
There are different methods for calculating quartiles that mostly differ in their treatment of the median itself. The following is a reasonable way to calculate a quartile.1. Sort the set of data2. Identify the median3. Split the set in two halves using the median. If there are an even number of values, split the set exactly in half. If there are an odd number of values, include the median in both sets.4. Repeat step #3 on the halves to produce quarters.The values are now sorted into four quartiles. Notice the overlapping median values. The 3rd and 4th quartile are commonly merged into a middle quartile as follows.
Method 2
It is also common to exclude the median when dividing odd numbered sets. To do this, repeat the same steps above except that the median is excluded when dividing the sets in half in step #3. This results in no overlap in the quartiles.
Cookies help us deliver our services. You have choices regarding these cookies. Please visit our privacy policy, cookie policy and consent tool to learn more.
Copyright 2002-2025 Simplicable. All rights reserved. This material may not be published, broadcast, rewritten, redistributed or translated. Report violations here.