Introduction to Central Tendency
Welcome! In statistics, we often have huge piles of data. To make sense of it all, we look for a measure of central tendency. This is just a fancy way of saying we want to find the "middle" or "average" value that represents the whole set.
In this chapter, we will look at the three big averages: the mode, the median, and the mean. We will learn how to find them for simple lists (discrete data) and for data that has been bunched into groups (grouped data).
1. The Three Averages for Discrete Data
Discrete data is data that can only take specific values (like the number of siblings you have or your shoe size). Usually, this is data you count.
A. The Mode
The mode is the value that appears most often in a data set.
- Example: In the set \( \{2, 3, 3, 5, 8\} \), the mode is \( 3 \).
- If two values appear most often, the data is bimodal.
- If all values appear only once, there is no mode.
B. The Median
The median is the middle value when the data is written in order of size. Don't forget to put them in order first!
To find the position of the median for a list of \( n \) items, use the formula: \( \text{Position} = \frac{n+1}{2} \)
- Example (Odd number): For \( \{1, 3, 7\} \), the median is \( 3 \).
- Example (Even number): For \( \{2, 4, 6, 8\} \), the median is halfway between \( 4 \) and \( 6 \), which is \( 5 \).
C. The Arithmetic Mean
The mean is what most people mean when they say "average." You add up all the values and divide by how many there are.
\( \text{Mean} = \frac{\text{Sum of all values}}{\text{Total number of values}} \)
2. Averages from Frequency Tables
When we have a lot of discrete data, we put it in a frequency table. This makes it easier to read but requires a slightly different way of calculating averages.
Imagine a table showing the number of goals scored in 10 matches:
| Goals (\( x \)) | Frequency (\( f \)) | \( f \times x \) |
|---|---|---|
| 0 | 2 | \( 0 \times 2 = 0 \) |
| 1 | 5 | \( 1 \times 5 = 5 \) |
| 2 | 3 | \( 2 \times 3 = 6 \) |
| Total | \( \sum f = 10 \) | \( \sum fx = 11 \) |
Finding the Mean from a Table
We use the formula: \( \text{Mean} = \frac{\sum fx}{\sum f} \)
Where \( \sum \) (sigma) means "the sum of." In our example: \( \text{Mean} = \frac{11}{10} = 1.1 \text{ goals} \).
Finding the Mode and Median from a Table
- Mode: Look for the highest frequency. In the table above, the highest frequency is \( 5 \), so the mode is \( 1 \text{ goal} \).
- Median: Find the middle position using \( \frac{\sum f + 1}{2} \). Here, \( \frac{10+1}{2} = 5.5 \). This means the median is between the \( 5^{\text{th}} \) and \( 6^{\text{th}} \) value. Looking at the frequencies, both these values are \( 1 \), so the median is \( 1 \).
3. Grouped Data: Estimating the Mean
Sometimes data is grouped into classes (e.g., Height: \( 140 \le h < 150 \)). Because we don't know the exact heights of the people in that group, we can only estimate the mean.
Step-by-Step: Estimating the Mean
- Find the midpoint (\( x \)) for each class. (Add the lower and upper limits and divide by 2).
- Multiply each midpoint by its frequency (\( f \times x \)).
- Sum the \( fx \) column (\( \sum fx \)).
- Sum the frequency column (\( \sum f \)).
- Calculate \( \text{Mean} = \frac{\sum fx}{\sum f} \).
Memory Trick: M.M.A. — Midpoint, Multiply, Average!
4. Grouped Data: Median and Modal Class
The Modal Class
We don't find a single "mode" for grouped data. Instead, we identify the modal class. This is simply the class interval with the highest frequency.
The Median (Linear Interpolation)
To find the median for grouped data, we first find which class the median lies in. For higher-level questions, you may need to use linear interpolation to find a more specific estimate.
Linear interpolation assumes that the data values are spread out evenly across the class interval. We use the formula:
\( \text{Median} = L + \left( \frac{\frac{n}{2} - C}{f} \right) \times w \)
- \( L \): Lower bound of the median class
- \( n \): Total frequency
- \( C \): Cumulative frequency before the median class
- \( f \): Frequency of the median class
- \( w \): Class width
Note: Don't worry if this seems tricky! It's just a way of "zooming in" on the middle of a group.
Common Mistakes to Avoid
- The "Mean" Mistake: When calculating the mean from a table, students often divide by the number of rows in the table instead of the total frequency (\( \sum f \)). Always divide by the total number of pieces of data!
- Ordering the Median: Forgetting to put a list of numbers in order before finding the middle one.
- Midpoint Errors: Using the upper bound of a class instead of the midpoint when estimating the mean.
Key Takeaways
Quick Review:
- Mode = Most Frequent.
- Median = Middle (Position is \( \frac{n+1}{2} \) for lists).
- Mean = \( \frac{\text{Total Sum}}{\text{Count}} \).
- For Grouped Data, the mean is an estimate because we use the midpoint.
- Use \( \frac{\sum fx}{\sum f} \) for any data in a frequency table.
Looking for how to choose between these averages? See the chapter "Choosing and comparing averages in context"!