Study Guide

Statistical Inference

CIE A-Level Further MathematicsΒ· 7 min read

1. Core Inference Concepts & Terminologyβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Statistical Inference

The process of drawing generalised conclusions about an entire population, using only data collected from a smaller random sample of that population.

Example:

Estimating the average exam score of all 11th graders in England from a sample of 500 11th graders

πŸ“˜ Definition

Parameter vs Statistic

A parameter is a fixed, unknown number that describes the whole population. A statistic is a known number calculated from sample data, used to estimate the unknown parameter.

Example:

True average height of all adult men (parameter) vs average height of 100 sampled men (statistic)

πŸ“ Worked Example

A bakery produces 2000 loaves of bread daily. A sample of 40 loaves has an average mass of 402.1 g. Identify the parameter and statistic in this scenario.

  1. 1

    The parameter of interest is the true average mass of all 2000 loaves produced that day. This is unknown and fixed for the entire population.

  2. 2

    The statistic is the sample average mass of 402.1 g, calculated from the 40 sampled loaves. This is known and used to estimate the unknown parameter.

2. Unbiased Estimatorsβ˜…β˜…β˜…β˜†β˜†β± 20 min

βœ“ Calculator OK

πŸ“˜ Definition

Unbiased Estimator

A statistic is an unbiased estimator of the population parameter if its expected value equals the true parameter: .

Example:

The sample mean is always an unbiased estimator of the population mean

πŸ“ Worked Example

Show that is an unbiased estimator of population variance .

  1. 1

    Expand the expectation of the sum of squared deviations:

  2. 2
    E[βˆ‘(Xiβˆ’XΛ‰)2]=E[βˆ‘((Xiβˆ’ΞΌ)βˆ’(XΛ‰βˆ’ΞΌ))2]E\left[\sum (X_i - \bar{X})^2\right] = E\left[\sum ((X_i - \mu) - (\bar{X} - \mu))^2\right]
  3. 3

    Simplify the expression using and :

  4. 4
    βˆ‘E(Xiβˆ’ΞΌ)2βˆ’nE(XΛ‰βˆ’ΞΌ)2=nΟƒ2βˆ’nβ‹…Οƒ2n=(nβˆ’1)Οƒ2\sum E(X_i - \mu)^2 - n E(\bar{X} - \mu)^2 = n\sigma^2 - n \cdot \frac{\sigma^2}{n} = (n-1)\sigma^2
  5. 5

    Rearrange to find the expected value of :

  6. 6
    E(s2)=1nβˆ’1(nβˆ’1)Οƒ2=Οƒ2E(s^2) = \frac{1}{n-1} (n-1)\sigma^2 = \sigma^2
  7. 7

    This confirms is an unbiased estimator of .

3. Confidence Interval Constructionβ˜…β˜…β˜…β˜†β˜†β± 25 min

βœ“ Calculator OK

πŸ“˜ Definition

Confidence Interval

A range of values constructed from sample data that is designed to capture the true unknown population parameter, with a specified confidence level (e.g. 95%).

Example:

A 95% confidence interval for mean battery life: (11.5 hours, 13.5 hours)

  1. Population mean, known:

  2. Population mean, unknown, large :

  3. Population mean, unknown, small :

  4. Population proportion, large :

πŸ“ Worked Example

A sample of 25 batteries has an average lifetime of 12.5 hours, with sample standard deviation 2.4 hours. Construct a 95% confidence interval for the true mean lifetime.

  1. 1

    Identify the case: is unknown, sample size , so use t-distribution with .

  2. 2

    Find the 95% two-tailed critical value: .

  3. 3

    Calculate the standard error: .

  4. 4

    Calculate the margin of error: .

  5. 5

    Final 95% confidence interval: hours.

4. Interpreting Inference Resultsβ˜…β˜…β˜…β˜…β˜†β± 15 min

βœ“ Quick check

Test your understanding of interpretation:

  1. Which of the following is the correct interpretation of a 95% confidence interval?

    • 95% of the population data lies in the interval

    • There is a 95% probability the true parameter is in the interval

    • 95% of intervals constructed this way will contain the true parameter

    • The sample statistic is in the interval 95% of the time

    Reveal answer
    95% of intervals constructed this way will contain the true parameter β€”

    Correct: The confidence level describes the long-run performance of the interval construction method, not a single interval or the parameter.

5. Common Pitfalls

Wrong move:

Interpreting a 95% confidence interval as '95% of the sample data lies in the interval'

Why:

This confuses the spread of sample data with the range of uncertainty for the unknown population parameter

Correct move:

The 95% confidence level describes the probability that the interval construction method will produce an interval containing the true parameter

Wrong move:

Using a z-critical value instead of a t-critical value for small samples with unknown variance

Why:

The t-distribution accounts for extra uncertainty from estimating population variance, which the z-distribution does not

Correct move:

Always use the t-distribution with degrees of freedom for small samples with unknown population variance

Wrong move:

Dividing the sum of squared deviations by to get an unbiased sample variance

Why:

Dividing by produces a biased downward estimate of population variance, leading to incorrect intervals

Correct move:

Divide by to get an unbiased sample variance for inference

Wrong move:

Claiming that an unbiased estimator will always give a value equal to the true parameter

Why:

Unbiasedness describes the expected value over all possible samples, not any single sample

Correct move:

A single sample estimate will almost always differ from the true parameter, so we use interval estimates to account for uncertainty

Wrong move:

Using the normal approximation for a proportion confidence interval when or

Why:

The normal approximation is invalid for very small expected counts, leading to inaccurate intervals

Correct move:

Always check that both and are at least 5 before using the normal approximation

6. Quick Reference Cheatsheet

Parameter

Conditions

Confidence Interval Formula

Population mean

known, any

Population mean

unknown, large

Population mean

unknown, small

Population proportion

Large ,

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 2

    Unbiased estimator confidence interval

  • 2023 Β· 1

    Interpret a 95% confidence interval

  • 2024 Β· 2

    Construct interval for population proportion

What's Next

Statistical inference is the foundation for hypothesis testing, the next core topic in CIE A-Level Further Probability & Statistics. The concepts of unbiased estimators, sampling variation, and interval estimation you learned here underpin all hypothesis testing methods you will encounter. They help you understand why hypothesis tests work, how p-values quantify evidence against a claim, and how to draw valid conclusions about unknown population parameters. After mastering the basics of inference, you will be ready to tackle one- and two-sample tests for means, proportions, and differences between population parameters, which make up a large proportion of marks on 9231 papers. Correct interpretation of inference also helps you avoid common costly exam mistakes.