Difference Between Mean And Median

Explore the distinctions between mean and median as measures of central tendency in statistics, including calculations, examples, and when to use each.

Have More Questions →

Definitions of Mean and Median

The mean is the arithmetic average of a dataset, calculated by summing all values and dividing by the number of values. The median is the middle value in a dataset when arranged in ascending order; for even numbers of observations, it is the average of the two central values. These measures summarize the central tendency of data but respond differently to variations in the dataset.

Key Principles and Calculations

To calculate the mean, add all data points and divide by the count (e.g., for 2, 4, 6: mean = (2+4+6)/3 = 4). For the median, sort the data and select the middle value (e.g., in 2, 4, 6: median = 4; in 1, 2, 3, 4: median = (2+3)/2 = 2.5). The mean incorporates every value equally, while the median focuses on position, making it less sensitive to extreme values.

Practical Example

Consider the dataset of exam scores: 60, 70, 80, 90, 100. The mean is (60+70+80+90+100)/5 = 80, and the median is 80 (middle value). Now, with an outlier: 60, 70, 80, 90, 200. The mean rises to 100, but the median remains 80, showing how outliers skew the mean but not the median.

Importance and Applications

The mean is useful for symmetric distributions and when all data points matter equally, such as in calculating average temperature. The median is preferred for skewed data or datasets with outliers, like income distributions where a few high earners distort the mean, providing a better representation of the typical value in real-world applications like economics and quality control.

Frequently Asked Questions

When should you use the median instead of the mean?
How do outliers affect the mean and median?
In a perfectly symmetric distribution, are mean and median the same?
Is the mean always greater than the median in skewed data?