Back to Statistics and Probability

Higher Applications of Mathematics

Statistical diagrams

Choosing and interpreting suitable displays.

Before you start

  • Be confident reading values from tables and graphs.
  • Check units, sample size and what each variable represents.
  • Use context in written answers, especially when interpreting results.

Method chooser

Which statistics method do I use?

Statistics lesson

Key idea

  • This topic focuses on choosing, reading and criticising suitable displays for real data. In Higher Applications, the aim is to use statistical methods to make careful decisions from real data.
  • Good statistical work has three parts: choose a suitable method, carry it out accurately, then explain what the result means in the situation.
  • When writing conclusions, use cautious language such as 'this suggests' or 'there is evidence to suggest'. Data can support a conclusion, but it rarely proves it completely.

Key formulae, definitions and methods

  • Use bar charts for categories and line graphs for change over time.
  • Use scatter graphs for two numerical variables.
  • Always check title, axes, units, scale and source before interpreting.

Technology output practice

Interpreting statistical output

Read the simulated output, pick out the key value, then turn it into a written conclusion. This is a learning preview, not a real RStudio environment.

Context

Summary statistics output

A class compares journey times to a sports venue, measured in minutes.

Simulated output

> summary(travel$minutes)
Min.   1st Qu.   Median   Mean   3rd Qu.   Max.
18.0     26.0      30.5    31.4     36.0    48.0

> sd(travel$minutes)
[1] 6.8
Mean31.4
Median30.5
Standarddeviation 6.8

Mean

31.4 min

The average journey time in the sample.

Median

30.5 min

Half the journeys were shorter than this and half were longer.

Standard deviation

6.8 min

A typical spread from the mean; smaller would mean more consistent times.

What it means

The typical journey took just over 30 minutes. The standard deviation shows there was some variation, so one journey time should not be treated as exact for everyone.

What to write

The mean journey time was 31.4 minutes and the median was 30.5 minutes, so a typical journey was about 31 minutes. The standard deviation of 6.8 minutes shows the journey times varied by several minutes.

Weak answer: The standard deviation is 6.8, so the average is 6.8.

Watch out

Remember that standard deviation is not the average. It describes spread, not centre.

Which value would you quote to describe consistency?

Choose an option, then check the feedback.

Worked examples

Worked example 1

Choose the method

A council compares cycle counts, bus use and journey times across local routes.

  1. Identify whether the data is categorical, numerical or time-based.
  2. Choose a display that matches the data type.
  3. Label axes with units and use a sensible scale.

A suitable diagram makes the comparison easier and reduces misinterpretation.

Worked example 2

Carry out and interpret

A council compares cycle counts, bus use and journey times across local routes.

  1. Describe the main pattern first.
  2. Quote one value from the graph as evidence.
  3. Avoid claiming more than the graph can support.

A good interpretation uses both pattern and evidence.

Worked example 3

Check the conclusion

A council compares cycle counts, bus use and journey times across local routes.

  1. Check whether the scale starts at zero when comparing bar lengths.
  2. Look for missing labels or grouped categories.
  3. Explain how the display could mislead a reader.

Critical comments about diagrams are important in Higher Applications contexts.

Watch out

  • Choosing a method because it is familiar rather than because it matches the data.
  • Giving a numerical answer without explaining what it means in context.
  • Mixing up sample evidence with certainty about the whole population.
  • Ignoring outliers, skewness, units or the scale on a graph.
  • Using causal language when the data only shows association.

Technology connection

Related RStudio and Spreadsheet topics

Next step

Move into practice

Use the learning notes to choose suitable summaries and conclusions, then try varied data sets, tables, p-values and interpretation prompts.

Statistics mixed quiz