Median
A median is a measure of central tendency which divides data into parts, separating the upper and lower half of the data by a value which is called the median value. Before calculating a median, we need to arrange all the values in an ascending order. After that, we can calculate the median for different types of series in different ways:
Individual Series: Arrange all the observations in an ascending order. See whether the number of observations is an odd or even number. If the number is odd, use the formula observation, where is the number of observations. When the number of observations are even, the median is calculated by taking the average of the observation and the next observation.
Discrete Series: Take the cumulative frequency for all the observations by successively adding the previous frequencies and then use the same formula as stated above in individual series.
Continuous Series: The formula is
where
- represents the lower limit of the median class interval;
- represents the total number of frequency;
- represents the cumulative frequency of the class interval preceding the median class;
- represents the corresponding frequency of the median class interval;
- represents the width of the median class interval.
For more information on the types of statistical series, see Statistical Series.
What is the median of the following distribution:
Since the number of observations is odd, use the formula . Here . Putting this in the formula, we get that the median is the observation which is . So, the median is .
What is the median of the following distribution:
Since the number of observations are even in number, we have to take the average of the observation and the next observation. Here, . So, the average of the and observations is the median of this distribution. So, the median is
I have 3 distinct positive integers.
The sum of these three integers is either 5, 6 or 7.
The product of these three integers is either 8, 9 or 10.
What is the median of these three integers?
Inspiration.