Salick Academy

Data Representation and Analysis

40 min readCalculator allowedNeeds: arithmetic
By the end of this topic you should be able to
  • Find the mean, median and mode of a data set
  • Find the mean of data given in a frequency table
  • Calculate variance and standard deviation
  • Find quartiles and the semi-interquartile range
  • Read values from a cumulative frequency curve
  • Predict the effect on the mean and the spread when the data changes

Measures of centre

Three different answers to "what is a typical value?", and questions expect you to know which is which.

  • Mean — the total divided by how many there are: xˉ=xn\bar{x} = \dfrac{\sum x}{n}. Uses every value, so a single extreme value drags it.
  • Median — the middle value once the data is in order. Unaffected by extremes.
  • Mode — the most frequent value. The only one that works for non-numerical data.

Frequency tables

When each value xx occurs ff times, you do not list them all out:

f\sum f is the total number of items, not the number of rows in the table.

For grouped data, use the midpoint of each class as xx. The answer is then an estimate, because you no longer know where inside each class the values sat — and CXC expects the word "estimate" in your answer.

Measures of spread

A centre alone says nothing about how tightly the data clusters. Two sets can share a mean and look nothing alike.

  • Range — largest minus smallest. Easy, but ruined by one outlier.
  • Interquartile rangeQ3Q1Q_3 - Q_1, the width of the middle half. Ignores the extremes.
  • Semi-interquartile range — half of that, Q3Q12\dfrac{Q_3 - Q_1}{2}. This is the one CSEC Add Maths usually asks for.
  • Standard deviation — the typical distance of a value from the mean.

Variance and standard deviation

For a plain list, f\sum f is just nn and the formula becomes x2nxˉ2\dfrac{\sum x^2}{n} - \bar{x}^2.

Work in this order: find xˉ\bar{x}, find fx2\sum fx^2, subtract, then take the root. Set the working out in columns — xx, ff, fxfx, fx2fx^2 — and total each one. Almost every lost mark here comes from disorganised arithmetic rather than from not knowing the formula.

Quartiles and the cumulative frequency curve

A cumulative frequency curve plots the running total against the upper boundary of each class. With nn values in total, read across from:

Read at Gives
n4\tfrac{n}{4} lower quartile Q1Q_1
n2\tfrac{n}{2} median Q2Q_2
3n4\tfrac{3n}{4} upper quartile Q3Q_3

So for 200 values you read at cumulative frequencies of 50, 100 and 150.

What happens when the data changes

Worth understanding rather than memorising, because it is quick marks:

  • Add a constant to every value — the mean rises by that constant; the standard deviation is unchanged, because every value moved together and the spread is identical.
  • Multiply every value by a constant — the mean and the standard deviation are both multiplied by it.
  • Add a new value equal to the mean — the mean does not move.