Introduction to Averages and Spread
In the world of Statistics, we often have a huge pile of data (like the heights of every student in your school) and we need a way to summarize it. Instead of looking at hundreds of numbers, we use averages to find a "typical" value and measures of spread to see how consistent or varied the data is. Whether you are checking your average exam score or looking at the spread of temperatures in a week, these tools help you make sense of the world.
In this chapter, we will learn how to calculate and interpret these values, including for data shown in tables.
The Three Averages (Central Tendency)
There are three main ways to find a "center" for your data. Each has its own strengths!
1. The Mode (The "Most Common")
The mode is the value that appears most often in a data set. A set of data can have one mode, more than one mode, or no mode at all if all values appear equally.
Example: In the list \(3, 5, 5, 6, 9\), the mode is \(5\).
Quick Tip: Think MOde = MOst common.
2. The Median (The "Middle Value")
The median is the middle number when the data is written in order of size. Important: You must put the numbers in order first!
To find the position of the median, you can use the formula: \(\frac{n + 1}{2}\), where \(n\) is the number of data values.
Example: For \(2, 3, 7, 8, 10\), the median is \(7\). If there are two middle numbers, the median is halfway between them.
3. The Mean (The "Fair Share")
The mean is what most people mean when they say "average." To find it, add up all the values and divide by how many values there are.
\(\text{Mean} = \frac{\text{Total sum of values}}{\text{Total number of values}}\)
Did you know? The mean is very sensitive to outliers (values that are much bigger or smaller than the rest), which can sometimes make it less representative of the "middle."
Averages from Frequency Tables
When data is organized in a table, we don't want to list out every single number to find the average. We use shortcuts instead.
Finding the Mean from a Table
If we have a table showing a value \(x\) and its frequency \(f\), we follow these steps:
- Multiply each value by its frequency (\(x \times f\)).
- Add up all these products to find the total sum.
- Divide that total by the total frequency (the sum of the \(f\) column).
Formula: \(\text{Mean} = \frac{\sum fx}{\sum f}\)
Grouped Data and the "Estimated Mean"
Sometimes data is grouped into classes (e.g., \(0 < h \le 10\)). Because we don't know the exact values in the group, we use the midpoint of each class as our best guess.
Step-by-step:
- Find the midpoint of each class.
- Multiply midpoint \(\times\) frequency.
- Add these up and divide by the total frequency.
This is called an "estimate" because we used midpoints rather than exact data.
Modal Class
In grouped data, we look for the Modal Class. This is simply the class interval with the highest frequency. Don't do any calculations; just look for the biggest number in the frequency column!
Measuring Spread: The Range
Average tells us about the center, but spread tells us how "stretched out" the data is.
The Range
The range is the simplest measure of spread. It is the difference between the largest value and the smallest value.
\(\text{Range} = \text{Largest Value} - \text{Smallest Value}\)
Key Takeaway: A small range means the data is consistent and close together. A large range means the data is more varied.
Common Mistake: Students often write the range as "2 to 10." In the exam, you must subtract: \(10 - 2 = 8\). The range is a single number!
Quartiles and Inter-quartile Range (Higher Tier Only)
(H) While the range is useful, it can be misleading if there are outliers. To get a better idea of the spread of the "typical" data, we use quartiles.
Lower and Upper Quartiles
Quartiles split the ordered data into four equal quarters:
- Lower Quartile (\(Q_1\)): The value \(25\%\) of the way through the data.
- Upper Quartile (\(Q_3\)): The value \(75\%\) of the way through the data.
The Inter-quartile Range (IQR)
The IQR is the difference between the upper and lower quartiles.
\(IQR = Q_3 - Q_1\)
Why use it? The IQR only looks at the middle \(50\%\) of the data. This means it isn't affected by extreme outliers, making it a "cleaner" measure of spread than the range.
Comparing Distributions
A common exam question will ask you to "Compare two distributions" (for example, the test scores of two different classes). To get full marks, you must compare two things and put them into the context of the question:
- Compare an Average: Use the median or the mean.
Example: "Class A has a higher median score than Class B, so on average, Class A performed better." - Compare a Spread: Use the range or the inter-quartile range (H).
Example: "Class B has a smaller range than Class A, so Class B's results were more consistent."
Quick Review Box:
- Mode: Most common.
- Median: Middle value (order them first!).
- Mean: Total \(\div\) Number of values.
- Range: Max \(-\) Min.
- IQR (H): \(Q_3 - Q_1\).
Cross-References
To see how these averages and spreads are shown visually, check out the chapter on "Tables, charts and time series" or the Higher Tier chapter on "Histograms, cumulative frequency and box plots".