Statistics is about making a pile of numbers say something useful. The skills here are mechanical, which makes them reliable marks — but only if you are precise about which average a question wants and what the data actually is.
Types of data
Qualitative data describes a quality: colour, favourite subject, blood group. It is not a number.
Quantitative data is numerical, and splits in two:
- Discrete data can only take separate, countable values. The number of children in a family is 2 or 3, never 2.4.
- Continuous data can take any value in a range and comes from measuring. Height, mass, time and temperature are all continuous — a height of 1.632 m is perfectly possible.
Frequency tables
A frequency table records how many times each value occurs. Twenty students were asked how many siblings they have:
| Number of siblings | Frequency |
|---|---|
| 0 | 3 |
| 1 | 5 |
| 2 | 4 |
| 3 | 8 |
The frequencies add to , which must match the number of students. That check costs two seconds and catches a miscount.
Bar charts and pie charts
A bar chart compares frequencies. The bars are all the same width, they have gaps between them, and the vertical axis starts at zero and is labelled.
A pie chart shows how a whole splits into parts. Each category gets a slice whose angle is its share of :
Sixty students chose a sport. Football 25, cricket 15, netball 12, athletics 8. Find the angle of each slice.
- Football:
- Cricket:
- Netball:
- Athletics:
Going the other way, a slice's frequency is
So a slice of a chart representing 300 people stands for people.
Mean, median and mode
Three different "averages", each answering a different question.
The mean is the total shared out equally:
The median is the middle value once the data is in order.
The mode is the value that occurs most often. Data can have more than one mode, or none at all.
Find the mean, median and mode of .
Mean:
Median: in order the data is . The middle of five values is the third, so the median is .
Mode: appears twice and everything else once, so the mode is .
An even number of values
With an even count there is no single middle, so take the mean of the middle two. For :
Notice the median need not be one of the data values.
Mean from a frequency table
Do not add the values once each — each one occurs as many times as its frequency says. Multiply, then divide by the total frequency.
For the siblings table above:
The range
For the range is .
The range measures spread, not position. A small range means the data is tightly bunched; a large one means it is scattered.
Choosing the right average
Questions often ask which average is most appropriate, and there are marks in the reason.
| Average | Use it when | Weakness |
|---|---|---|
| Mean | the data is fairly even and you want every value to count | one extreme value drags it a long way |
| Median | there are extreme values or outliers | ignores how far away the other values are |
| Mode | the data is qualitative, or you want the most common outcome | may not exist, or may not be near the centre |
Example. Six workers earn \$400, \$420, \$430, \$440, \$450 and \$3000 a week. The mean is \$856.67 — more than every worker earns but one. The median, \$435, describes a typical wage far better. The single large salary is an outlier, and outliers are exactly why the median exists.