Difference Between Mean And Median

The difference between mean and median is that mean is the average of a set of numbers, while the median is the middle value when the numbers are arranged in order. Mean is influenced by extreme values, while median is more resistant to them.

What Is Mean?

In mathematics and statistics, the “mean” is a measure of central tendency that represents the average value of a set of numbers. It is calculated by adding up all the numbers in the set and then dividing by the total count of numbers. The mean provides a sense of the “typical” value within the dataset.

Example of Mean

Let’s take a set of exam scores: 85, 92, 78, 88, and 95. To find the mean, you would add up all these scores and then divide by the total count (which is 5 in this case):

Mean = (85 + 92 + 78 + 88 + 95) / 5 = 87.6

Result

So, the mean exam score for this set of students is 87.6.

What Is Median?

The “median” is a statistical measure that represents the middle value in a dataset when the numbers are arranged in ascending or descending order. It is not affected by extreme values, making it useful for describing the “central” value of a distribution.

If the dataset has an odd number of values, the median is the middle number. If the dataset has an even number of values, the median is the average of the two middle numbers.

Example Of Median

Let’s consider the following dataset of exam scores: 78, 85, 88, 92, and 95.

First, we arrange the scores in ascending order: 78, 85, 88, 92, 95.

Since the dataset has an odd number of values (5), the median is the middle number, which is 88.

Result

So, in this case, the median exam score is 88.

Mean Vs Median

The basic difference between mean and median is that:

AspectMeanMedian
DefinitionAverage value of the datasetMiddle value in the dataset
CalculationSum of all values divided by total count of valuesMiddle value when data is ordered
SensitivitySensitive to extreme valuesNot affected by extreme values
UsefulnessUseful for describing overall averageUseful for describing central value, especially with skewed data
Influence of OutliersAffected by outliersNot strongly influenced by outliers
Calculation ComplexityCan be affected by complex distributionsSimpler to calculate for skewed data

Leave a Comment