Measures of central tendency are values that represent the center or typical value of a dataset. They help summarize a large amount of data into a single value. Common measures include the arithmetic mean, median, geometric mean, and harmonic mean.
Extreme observations, also known as outliers, are data points that are significantly different from other observations in the dataset. These extreme values can sometimes skew the results of statistical calculations. We need to identify the measure of central tendency that is least affected by these extreme values.
The arithmetic mean is the most common type of average. It's calculated by summing all the values in the dataset and dividing by the number of values.
Formula: \(\bar{x} = \frac{\sum_{i=1}^{n} x_i}{n}\)
Effect of Extreme Observations: The mean is highly sensitive to extreme observations. A single very large or very small value can significantly pull the mean towards it. For example, in the dataset {2, 3, 4, 5, 100}, the mean is (2+3+4+5+100)/5 = 22, which is much higher than most of the data points due to the outlier 100.
The geometric mean is calculated by multiplying all the values and then taking the n-th root (where n is the number of values). It's often used for data that grows exponentially or deals with rates of change.
Formula: \(G = \sqrt[n]{x_1 \cdot x_2 \cdot \ldots \cdot x_n}\)
Effect of Extreme Observations: The geometric mean is also sensitive to extreme values, particularly very large ones, as multiplication emphasizes larger numbers. It is undefined if any value is zero or negative.
The harmonic mean is calculated as the reciprocal of the arithmetic mean of the reciprocals of the observations.
Formula: \(H = \frac{n}{\sum_{i=1}^{n} \frac{1}{x_i}}\)
Effect of Extreme Observations: The harmonic mean is particularly sensitive to extremely small positive values because their reciprocals become very large. While less affected by large positive outliers compared to the arithmetic mean, it's heavily influenced by small outliers.
The median is the middle value in a dataset that has been sorted in ascending or descending order. If there's an even number of observations, the median is the average of the two middle values.
Effect of Extreme Observations: The median is generally considered the most robust measure of central tendency against extreme observations. Changing the value of an outlier, or adding a new outlier at either end of the sorted dataset, does not change the middle value(s). For example, in the sorted dataset {2, 3, 4, 5, 100}, the median is 4. If we change 100 to 1000, the dataset becomes {2, 3, 4, 5, 1000}, and the median remains 4.
| Measure | Sensitivity to Extreme Observations |
|---|---|
| Arithmetic Mean | High |
| Geometric Mean | High |
| Harmonic Mean | High (especially sensitive to small values) |
| Median | Low |
Based on this analysis, the median is the measure of central tendency that is least affected by the presence of extreme observations in the data.
| Marks | Number of Candidates |
| More than 10 | 100 |
| More than 20 | 75 |
| More than 30 | 60 |
| More than 40 | 40 |
What is the mode of the given data?
3, 0, 1, 0, 2, 1, 2, 0, 1, 2, 1, 1, 1, 3, 2What is the mode of the given data?
21, 22, 23, 23, 24, 21, 22, 23, 21, 23, 24, 23, 21, 23A bowler has taken 0, 3, 2, 1, 5, 3, 4, 5, 5, 2, 2, 0, 0, 1 and 2 wickets in 15 consecutive matches. What is the mode of the given data?
The data given below shows the number of people who have saved a certain amount of money.
Saving (In Rs.) | Number of people |
5 | 1 |
15 | 3 |
20 | 4 |
25 | 2 |
30 | 1 |
35 | 1 |
40 | 2 |
What is the median of the given data?
If the ratio of mean and median of a certain data is 4 : 5, then find the ratio of its mean and mode.