ABSTRACT
Central tendency refers to the statistical measures used to identify the “center” or “typical” value of a dataset. These metrics provide a summary that represents the entire distribution with a single point.
1. Primary Measures
Mean
- The man of a set of quantitative variables is given by:
The mean of is . What is ?
Answer we will go backwards on the operations in finding the mean
To find
Median
- Let the data points be arranged in non-decreasing order ( for all ). Then the median, , is:
The median of is . What is ?
Answer to have the set that we look for, which the , therefore and should be the middle 2 values. With that in mind, it is required that to satisfy this requirement
Since we find the median by taking the middle 2 values and take their average, we see
Mode
- The mode of data points is the value which appears most frequently
The mode of is . What is ?
Answer to be considered the most, the value must appear more than once.
Each known value in the data points are only themselves. In order for
With that in mind, it is clear that to satisfy the condition
2. Comparing Measures by Distribution Shape
The relationship between the mean, median, and mode changes based on the Shape of the distribution.
| Distribution Shape | Relationship |
|---|---|
| Symmetric (Normal) | Mean Median Mode |
| Right-Skewed (Positive) | Mode Median Mean |
| Left-Skewed (Negative) | Mean Median Mode |
3. When to Use Which?
- Use Mean when the data is symmetric and you need to account for every value in the set.
- Use Median when you want to describe the “typical” experience in a skewed dataset (e.g., Household Income).
- Use Mode when you are dealing with non-numerical categories (e.g., “What is the most popular car color?”).