Dispersion | DSE - Wyatt's Notes
Statistics is the branch of mathematics concerned with the collection, organisation, analysis, and Interpretation of data. In the DSE compulsory syllabus, we focus on descriptive ./4-statistics-and-probability/2_statistics — Summarising a dataset through measures of central tendency and measures of dispersion. This page Also covers grouped data techniques and graphical representations such as box-and-whisker plots. These tools are frequently combined with probability concepts in exam questions.
Measures of Central Tendency
Section titled “Measures of Central Tendency”A measure of central tendency identifies a single value that is representative of an entire dataset.
The mean (arithmetic average) of a dataset is defined as:
The mean uses every data value, making it sensitive to outliers. It is the only measure of central Tendency that lends itself to algebraic manipulation (e.g., combining datasets).
Examples
- The scores of $5$ students are $72, 85, 90, 68, 80$. The mean is $\bar{x} = \frac{72+85+90+68+80}{5} = \frac{395}{5} = 79$. - If every score is increased by $5$ bonus marks, the new mean is $79 + 5 = 84$.Median
Section titled “Median”The median is the middle value of an ordered dataset. For data values sorted in ascending Order:
- If is odd, the median is the value at position .
- If is even, the median is the average of the values at positions and .
The median is robust to outliers since only on the position of data points, not their Magnitude.
The mode is the value that occurs most frequently in a dataset. A dataset may be unimodal (one Mode), bimodal (two modes), multimodal, or have no mode at all.
The mode is the only measure of central tendency applicable to nominal (categorical) data.
Examples
- $\{4, 2, 7, 4, 3, 4, 8\}$: mode = $4$ (appears $3$ times). - $\{5, 5, 8, 8, 10\}$: bimodal, modes are $5$ and $8$. - $\{1, 2, 3, 4, 5\}$: no mode.Comparison of the Three Measures
Section titled “Comparison of the Three Measures”| Measure | Uses all values | Affected by outliers | Applicable to categorical data | Unique value |
|---|---|---|---|---|
| Mean | Yes | Yes | No | Yes |
| Median | No | No | No | Yes |
| Mode | No | No | Yes | No |
Measures of Dispersion
Section titled “Measures of Dispersion”Measures of dispersion (spread) quantify how far individual data values deviate from the centre. Two Datasets can share the same mean yet have very different spreads.
The range is simple to compute but uses only two data points, making it highly sensitive to Outliers.
Interquartile Range (IQR)
Section titled “Interquartile Range (IQR)”The quartiles divide an ordered dataset into four equal parts:
- (lower quartile): the median of the lower half.
- (median): the middle value.
- (upper quartile): the median of the upper half.
The IQR is resistant to outliers since it ignores the most extreme of data.
Examples
- Dataset: $\{3, 5, 7, 8, 12, 14, 18, 20, 25\}$ ($n=9$Odd). - Lower half: $\{3, 5, 7, 8\}$, $Q_1 = \frac{5+7}{2} = 6$. - $Q_2 = 12$. - Upper half: $\{14, 18, 20, 25\}$, $Q_3 = \frac{18+20}{2} = 19$. - IQR $= 19 - 6 = 13$.Variance
Section titled “Variance”Variance measures the average squared deviation from the mean. There are two versions depending on Whether the data represents the entire population or a sample drawn from a larger Population.
Population variance (divides by ):
Sample variance (divides by ):
An equivalent computational formula is:
Why vs ? Dividing by (Bessel”s correction) provides an unbiased estimator of The population variance when working with a sample. Using only data points, the sample mean is closer to the data points than the true population mean So the squared Deviations tend to underestimate the true spread. Dividing by compensates for this. In the DSE Syllabus, unless the problem explicitly identifies the data as a sample, the population formula (dividing by ) is expected.
Standard Deviation
Section titled “Standard Deviation”The standard deviation is the positive square root of the variance, restoring the units to match The original data:
Since the standard deviation is in the same units as the data, it is more interpretable than the Variance for comparing spread.
Examples
- Following the previous example: $\sigma = \sqrt{4} = 2$, $s = \sqrt{\frac{32}{7}} \approx 2.14$. - Two machines produce rods of length $10$ cm. Machine A has $\sigma = 0.1$ cm, Machine B has $\sigma = 0.5$ cm. Machine A is more precise.Grouped Data
Section titled “Grouped Data”When data is presented in a grouped frequency distribution, individual values are not available. We work with class intervals instead.
Key Definitions
Section titled “Key Definitions”- Class boundaries: The endpoints of each class interval, with no gaps between consecutive classes. For example, if raw intervals are — and —The class boundaries are — and —.
- Class width: The difference between the upper and lower class boundaries.
- Class mark (midpoint): used as the representative value for all data in the class.
Mean of Grouped Data
Section titled “Mean of Grouped Data”Where is the number of classes, is the frequency of class And is the class Mark.
Assumed Mean Method (Coding Method)
Section titled “Assumed Mean Method (Coding Method)”When class marks are equally spaced, let be the common class width and be the class mark of A convenient class (the assumed mean). Define . Then:
This method simplifies calculation by working with small integer values of .
| Class interval | Class mark | |||
|---|---|---|---|---|
| 30 — 39 | 4 | 34.5 | ||
| 40 — 49 | 8 | 44.5 | ||
| 50 — 59 | 14 | 54.5 | ||
| 60 — 69 | 10 | 64.5 | ||
| 70 — 79 | 4 | 74.5 |
Here , .
Variance of Grouped Data
Section titled “Variance of Grouped Data”For grouped data, the population variance is:
Or equivalently:
Histogram Estimation
Section titled “Histogram Estimation”In a histogram, the area of each bar represents the frequency of the corresponding class. If class Widths are unequal, the height of each bar is the frequency density:
The median, quartiles, and other percentiles can be estimated from a cumulative frequency curve (ogive) by linear interpolation within the relevant class.
Properties of Variance
Section titled “Properties of Variance”Linear Transformation
Section titled “Linear Transformation”For a dataset and constants :
Adding a constant shifts all values equally and does not affect spread. Multiplying by Scales the spread by .
For the mean: .
Examples
- If $\bar{x} = 50$ and $\sigma^2 = 16$ Then for $Y = 3X - 4$: $\bar{y} = 3(50)-4 = 146$ and $\mathrm{Var}(Y) = 9 \times 16 = 144$. - Temperatures recorded in Celsius have mean $25$ and standard deviation $3$. In Fahrenheit ($F = 1.8C + 32$): mean $= 1.8(25)+32 = 77$Standard deviation $= 1.8 \times 3 = 5.4$.Combined Variance
Section titled “Combined Variance”Given two datasets and with sizes and Means and And Variances and The combined variance of the pooled dataset is:
Where the combined mean is:
The additional terms and account for The between-group variation caused by the difference in means.
Combined mean: .
Applications
Section titled “Applications”Coefficient of Variation
Section titled “Coefficient of Variation”The coefficient of variation (CV) allows comparison of variability between datasets measured in Different units or with vastly different means:
A larger CV indicates greater relative dispersion.
Examples
- Investment A: mean return $= 8\%$Standard deviation $= 2\%$. CV $= \frac{2}{8} \times 100\% = 25\%$. - Investment B: mean return $= 15\%$Standard deviation $= 5\%$. CV $= \frac{5}{15} \times 100\% \approx 33.3\%$. - Investment A has lower relative risk.Box-and-Whisker Plots
Section titled “Box-and-Whisker Plots”A box-and-whisker plot is a standardised graphical display of the five-number summary: minimum, Q_1$$Q_2 (median), And maximum.
Construction:
- Draw a rectangular box from to .
- Draw a line inside the box at .
- Extend “whiskers” to the minimum and maximum values.
Identifying outliers: A data point is considered a potential outlier if it falls below or above .
Skewness (DSE awareness)
Section titled “Skewness (DSE awareness)”While not computed algebraically in the compulsory syllabus, students should recognise:
- Positively skewed: mean median, the right tail is longer.
- Negatively skewed: mean median, the left tail is longer.
- Symmetrical: mean median mode (for unimodal distributions).
Wrap-up Questions
1. **Question:** The marks of $7$ students are $56, 62, 45, 78, 83, 71, 65$. Find the mean, median, and mode. ### DetailsAnswer
- Sorted: $\{45, 56, 62, 65, 71, 78, 83\}$. - Mean: $\bar{x} = \frac{460}{7} \approx 65.7$. - Median (position $4$ of $7$): $65$. - Mode: none (all values are distinct).- Question: A dataset has mean and variance . Find the mean and variance of the Transformed dataset .
- .
- .
- Question: For the grouped frequency distribution below, find the mean and standard deviation using the coding method.
| Class | Frequency |
|---|---|
| 10 — 19 | 5 |
| 20 — 29 | 12 |
| 30 — 39 | 18 |
| 40 — 49 | 10 |
| 50 — 59 | 5 |
Answer
- Class marks: $14.5, 24.5, 34.5, 44.5, 54.5$. Let $A = 34.5$$h = 10$. - $d_i$: $-2, -1, 0, 1, 2$. - $\sum f_i = 50$$\sum f_i d_i = 5(-2) + 12(-1) + 18(0) + 10(1) + 5(2) = -10 + (-12) + 0 + 10 + 10 = -2$. - $\bar{x} = 34.5 + \frac{-2}{50} \times 10 = 34.5 - 0.4 = 34.1$. - $\sum f_i d_i^2 = 5(4) + 12(1) + 18(0) + 10(1) + 5(4) = 20 + 12 + 0 + 10 + 20 = 62$. - $\sigma_d^2 = \frac{62}{50} - \left(\frac{-2}{50}\right)^2 = 1.24 - 0.0016 = 1.2384$. - $\sigma^2 = 1.2384 \times 10^2 = 123.84$. So $\sigma = \sqrt{123.84} \approx 11.13$.- Question: Two classes sat the same test. Class A (n_1 = 30$$\bar{x}_1 = 72 ). Class B (n_2 = 20$$\bar{x}_2 = 80$$\sigma_2 = 6). Find the combined mean and Combined standard deviation.
- Combined mean: .
- Combined variance: \begin{aligned} \sigma_c^2 &= \frac{30(64) + 20(36) + 30(72-75.2)^2 + 20(80-75.2)^2}{50} \ &= \frac{1920 + 720 + 30(10.24) + 20(23.04)}{50} \ &= \frac{1920 + 720 + 307.2 + 460.8}{50} \ &= \frac{3408}{50} = 68.16 \end{aligned}
- Combined standard deviation: .
- Question: The following are the lifetimes (in hours) of light bulbs: . Determine the range, IQR, and identify any Outliers.
Answer
- Sorted: .
- Range .
- .
- Lower half: \{780, 790, 795, 800, 805\}$$Q_1 = 795.
- Upper half: \{810, 815, 820, 830, 855\}$$Q_3 = 820.
- IQR .
- Lower fence: . Upper fence: .
- No outliers (all values lie within ).
- Question: A farmer records the yields (in kg) of two varieties of wheat over several seasons. Variety A: mean Standard deviation . Variety B: mean Standard deviation . Which variety has more consistent yield?
- CV.
- CV.
- Since CV CVVariety A has more consistent (less variable) yield relative to its mean.
- Question: Given the dataset with mean and variance Find the value of .
Answer
- .
- .
- .
- Question: A set of numbers has mean and standard deviation . If each number is Multiplied by and then is added, find the new mean and new standard deviation.
- New mean: .
- New variance: .
- New standard deviation: .
- Question: The histogram below (described verbally) shows the distribution of weights of apples. The class intervals and frequencies are:
| Weight (g) | Frequency |
|---|---|
| 100 — 119 | 6 |
| 120 — 139 | 14 |
| 140 — 159 | 20 |
| 160 — 179 | 8 |
| 180 — 199 | 2 |
Estimate the median weight from the cumulative frequency distribution.
Answer
- Cumulative frequencies: .
- The median is the Th value, which lies in the class — (cumulative to ).
- Using linear interpolation within the class: \begin{aligned} \mathrm{Median} &= 139.5 + \frac{25-20}{40-20} \times (159.5 - 139.5) \ &= 139.5 + \frac{5}{20} \times 20 \ &= 139.5 + 5 = 144.5 \mathrm{ g} \end{aligned}
- Question: For the dataset Find \sum x_i$$\sum x_i^2 The mean, and the population variance. Verify your variance using both the definition formula and The computational formula.
- .
- .
- .
- Definition formula:
- Computational formula:
- Question: The weekly wages (in dollars) of workers in a small factory are . The factory owner claims the average wage is
USD 5150. Is this claim misleading? Explain using an appropriate measure of central tendency and Dispersion.
Answer
- Mean: . The owner’s figure is arithmetically correct.
- Sorted: .
- Median: .
- The median () is a far more representative measure here. The single extreme value of
USD 12000(likely the owner’s own salary or a manager’s) inflates the mean byUSD 800. The median is resistant to outliers and better reflects what a typical worker earns. - The range () and the large gap between the mean and median both indicate Significant skewness, confirming the mean is a poor choice of summary statistic.
- Question: A set of data has variance and mean . A new set is formed by removing the Value from the original set. If the original set had values, find the new mean and new Variance.
- Original: \bar{x} = 0$$\sigma^2 = 25$$n = 6.
- So .
- After removing : new sum New .
- New mean: .
- New sum of squares: .
- New variance: .
For the A-Level treatment of this topic, see Data Representation.
Intuition
Section titled “Intuition”Mathematics is the study of structure, quantity, and change. Algebra provides symbols for unknown quantities, geometry describes spatial relationships, and calculus captures motion and growth. Together, these branches form a powerful toolkit for solving problems that range from calculating areas to predicting population dynamics. Mathematical literacy is essential for science, technology, and informed citizenship.