📚 A-Level AQA Mathematics: Statistics Exam Essentials | 统计考点精讲
The AQA A-Level Mathematics specification places strong emphasis on statistical reasoning, data handling, and inferential methods. This revision guide distills the essential topics from the Statistics component—covering both S1 and S2 material—into a clear, bilingual summary. Each concept is explained with precise language, key formulas, and common pitfalls, helping you master the skills needed for success in AQA examinations.
AQA A-Level 数学大纲非常重视统计推理、数据处理和推断方法。这份复习指南将统计部分的核心主题(涵盖 S1 和 S2 内容)凝练成一份清晰的中英双语总结。每个概念都配以精确的语言、关键公式和常见陷阱,帮助你掌握在 AQA 考试中取得成功所需的技能。
1. Measures of Central Tendency and Dispersion | 集中趋势与离散程度的度量
The sample mean is the arithmetic average of all observations, given by the sum of the data values divided by the number of items. It is sensitive to outliers and is the most commonly used measure of location.
样本均值是所有观测值的算术平均值,由数据值之和除以数据个数得到。它对异常值敏感,是最常用的位置度量。
Sample mean: x̄ = Σx / n
样本均值:x̄ = Σx / n
The median is the middle value when data are arranged in order. For an odd number n of observations, the median is the (n+1)/2-th value; for an even number, it is the average of the n/2-th and (n/2 + 1)-th values. The median is robust to outliers and skewed data.
中位数是将数据排序后位于中间的值。若观测值个数 n 为奇数,中位数为第 (n+1)/2 个值;若为偶数,则是第 n/2 和第 (n/2 + 1) 个值的平均值。中位数对异常值和偏态数据具有较强的稳健性。
The mode is the most frequent value. A data set can have no mode, one mode (unimodal), or several modes. It is rarely used alone in A-Level analysis but helps describe categorical data.
众数是出现频率最高的值。数据集可能没有众数,也可能有一个众数(单峰的)或多个众数。在 A-Level 分析中它很少单独使用,但有助于描述分类数据。
Measures of dispersion quantify the spread of a data set. The range is simply the difference between the maximum and minimum values, but it is heavily affected by outliers. The interquartile range (IQR = Q3 – Q1) measures the spread of the middle 50% of the data and is useful for constructing box plots.
离散程度的度量量化了数据集的分散情况。极差就是最大值与最小值之差,但它极易受异常值影响。四分位距(IQR = Q3 – Q1)衡量中间 50% 数据的分散程度,常用于构建箱线图。
Sample variance: s² = Σ(x – x̄)² / (n – 1)
样本方差:s² = Σ(x – x̄)² / (n – 1)
The sample standard deviation s is the positive square root of the variance and has the same units as the original data. Dividing by (n – 1) gives an unbiased estimate of the population variance; this is often called Bessel’s correction.
样本标准差 s 是方差的正平方根,单位与原始数据相同。除以 (n – 1) 可获得总体方差的无偏估计;这常被称为贝塞尔校正。
2. Probability Basics and Conditional Probability | 概率基础与条件概率
Probability measures the likelihood of an event, ranging from 0 (impossible) to 1 (certain). For any event A, P(A) = number of favourable outcomes / total number of equally likely outcomes, when the sample space is equally likely. The complement of A is A’ and P(A’) = 1 – P(A).
概率度量事件发生的可能性,取值范围从 0(不可能)到 1(必然)。对于任意事件 A,当样本空间等可能时,P(A) = 有利结果数目 / 所有等可能结果总数。A 的补事件记为 A’,且 P(A’) = 1 – P(A)。
Two events A and B are mutually exclusive if they cannot occur together, so P(A ∩ B) = 0 and P(A ∪ B) = P(A) + P(B). If events are not mutually exclusive, the general addition rule applies: P(A ∪ B) = P(A) + P(B) – P(A ∩ B).
如果两个事件 A 和 B 不能同时发生,则它们互斥,此时 P(A ∩ B) = 0 且 P(A ∪ B) = P(A) + P(B)。若事件不互斥,则采用一般加法法则:P(A ∪ B) = P(A) + P(B) – P(A ∩ B)。
Two events are independent if the occurrence of one does not affect the probability of the other. For independent events, P(A ∩ B) = P(A) × P(B). When events are not independent, conditional probability applies.
若一个事件的发生不影响另一个事件的发生概率,则两事件独立。对于独立事件,P(A ∩ B) = P(A) × P(B)。当事件不独立时,需使用条件概率。
Conditional probability: P(A | B) = P(A ∩ B) / P(B), provided P(B) > 0
条件概率:P(A | B) = P(A ∩ B) / P(B),其中 P(B) > 0
Tree diagrams are extremely helpful for solving complex conditional probability problems. Multiply probabilities along branches, and add them across branches. Always check that the sum of probabilities on branches from a single point equals 1. Venn diagrams are also useful for visualizing intersections and unions.
树形图对于解决复杂的条件概率问题非常有帮助。沿分支相乘概率,跨分支相加概率。务必检查从同一点出发的各分支概率之和等于 1。文氏图也有助于直观表示交集与并集。
3. Discrete Random Variables and Expectation | 离散随机变量与数学期望
A discrete random variable X takes a countable number of values with associated probabilities P(X = x). The probability distribution must satisfy two conditions: 0 ≤ P(X = x) ≤ 1 and ΣP(X = x) = 1. The cumulative distribution function F(x) = P(X ≤ x) gives the sum of probabilities up to x.
离散随机变量 X 可取可数个值,并带有相应的概率 P(X = x)。概率分布必须满足两个条件:0 ≤ P(X = x) ≤ 1 且 ΣP(X = x) = 1。累积分布函数 F(x) = P(X ≤ x) 给出直到 x 处的概率之和。
Expectation: E(X) = Σ x · P(X = x)
期望:E(X) = Σ x · P(X = x)
Expectation represents the long-run average value of the random variable. It is often denoted by μ. For a linear function, E(aX + b) = aE(X) + b. The variance is the expected squared deviation from the mean.
期望表示随机变量的长期平均值,常用 μ 表示。对于线性函数,有 E(aX + b) = aE(X) + b。方差是与均值之差的平方的期望。
Var(X) = E(X²) – [E(X)]² = Σ x² P(X = x) – [Σ x P(X = x)]²
方差:Var(X) = E(X²) – [E(X)]² = Σ x² P(X = x) – [Σ x P(X = x)]²
Standard deviation is the positive square root of the variance. When combining independent random variables, the variance of the sum is the sum of the variances: Var(X + Y) = Var(X) + Var(Y); but expectation adds regardless of independence: E(X + Y) = E(X) + E(Y).
标准差是方差的正平方根。当合并独立的随机变量时,和的方差等于方差之和:Var(X + Y) = Var(X) + Var(Y);但期望的相加与独立性无关:E(X + Y) = E(X) + E(Y)。
4. The Binomial Distribution | 二项分布
A binomial distribution models the number of successes in a fixed number n of independent trials, where each trial has the same probability of success p. We write X ~ B(n, p). The conditions are: fixed number of trials, two possible outcomes per trial (success/failure), constant probability p, and independence between trials.
二项分布用于建模在固定次数 n 的独立试验中成功的次数,其中每次试验成功的概率 p 相同。记作 X ~ B(n, p)。条件为:试验次数固定,每次试验只有两种可能结果(成功/失败),概率 p 恒定不变,且各次试验相互独立。
P(X = r) = nCr pr (1 – p)n – r
P(X = r) = ⁿCᵣ pʳ (1 – p)ⁿ⁻ʳ
The binomial coefficient nCr (also written nCr) counts the number of ways to choose r successes out of n trials. It can be computed as n! / [r!(n – r)!] or found using a calculator. The probabilities for all possible r sum to 1.
二项式系数 ⁿCᵣ(也写作 nCr)计算从 n 次试验中选取 r 次成功的方法数。它可通过 n! / [r!(n – r)!] 计算或使用计算器求得。所有可能的 r 对应的概率之和为 1。
E(X) = np, Var(X) = np(1 – p)
期望:E(X) = np,方差:Var(X) = np(1 – p)
To solve binomial problems, identify n and p, then use the probability formula, cumulative probability tables, or your calculator’s distribution functions. When n is large, direct calculation is time-consuming; you may later use a normal approximation (see Section 9).
解决二项分布问题时,先确定 n 和 p,然后使用概率公式、累积概率表或计算器的分布功能。当 n 很大时,直接计算极为耗时;之后可借助正态近似(见第9节)。
5. The Normal Distribution | 正态分布
The normal distribution is a continuous probability distribution, symmetric about its mean μ. Its shape is the famous bell curve, with spread determined by the standard deviation σ. Notation: X ~ N(μ, σ²). The total area under the curve equals 1, and the probability of X lying between a and b is the area under the curve between those bounds.
正态分布是一种连续型概率分布,关于均值 μ 对称。它的形状是著名的钟形曲线,分散程度由标准差 σ 决定。记作 X ~ N(μ, σ²)。曲线下的总面积为 1,X 落在 a 和 b 之间的概率即为该区间曲线下的面积。
Standardization: Z = (X – μ) / σ, Z ~ N(0, 1)
标准化:Z = (X – μ) / σ,Z ~ N(0, 1)
The standard normal distribution Z has mean 0 and standard deviation 1. Tables or calculator functions give Φ(z) = P(Z < z). To find probabilities for any normal X, convert the relevant x-values to z-scores, then use the standard normal table. For a percentage point problem, work backwards: from a given probability find z, then x = μ + zσ.
标准正态分布 Z 的均值为 0,标准差为 1。表或计算器函数给出 Φ(z) = P(Z < z)。要计算任意正态变量 X 的概率,将有关的 x 值转化为 z 分数,再查标准正态表。对于反查问题,则由已知概率找出 z,再由 x = μ + zσ 求出 x。
The 68-95-99.7 rule is a useful approximation: about 68% of data lie within μ ± σ, 95% within μ ± 2σ, and 99.7% within μ ± 3σ. When dealing with sample means, the distribution of the sample mean X̄ is X̄ ~ N(μ, σ²/n) if the population is normal or by the Central Limit Theorem for large samples.
68-95-99.7 规则是一个有用的近似:约 68% 的数据落在 μ ± σ 范围内,95% 落在 μ ± 2σ 内,99.7% 落在 μ ± 3σ 内。在处理样本均值时,若总体服从正态分布,或根据中心极限定理(大样本),样本均值 X̄ 的分布为 X̄ ~ N(μ, σ²/n)。
6. Sampling and Data Representation | 抽样与数据表示
AQA expects you to understand different sampling methods. Simple random sampling gives every member of the population an equal chance of being selected and avoids bias, but it requires a full sampling frame. Stratified sampling divides the population into distinct groups (strata) and samples proportionally from each, ensuring representation. Systematic sampling selects every k-th item, which is convenient but can introduce bias if there is an underlying order. Cluster sampling and quota sampling also appear in some exam contexts.
AQA 要求你理解不同的抽样方法。简单随机抽样使总体中每个成员被选中的机会均等,可避免偏差,但需要一个完整的抽样框。分层抽样将总体划分为不同的组(层),并按比例从每层抽样,保证代表性。系统抽样每隔 k 个选一个,操作方便,但如果存在某种隐含的顺序,则可能引入偏差。整群抽样和配额抽样在某些考试情境中也会出现。
Histograms are used to represent grouped continuous data. The vertical axis is frequency density = frequency / class width. The area of each bar is proportional to the frequency. When drawing a histogram, label axes clearly and ensure that bars touch, reflecting the continuous nature of the data.
直方图用于表示分组的连续数据。纵轴为频数密度 = 频数 / 组距。每个直条的面积与频数成正比。绘制直方图时,须清晰标记坐标轴,并确保直条相连,以体现数据的连续性。
Cumulative frequency graphs (ogives) plot running totals against upper class boundaries. They allow estimation of medians, quartiles, and inter-percentile ranges. Box plots (box-and-whisker diagrams) display minimum, Q1, median, Q3, and maximum, and are excellent for comparing distributions. Outliers are typically defined as values below Q1 – 1.5×IQR or above Q3 + 1.5×IQR.
累积频数图(累积曲线)将累积频数对上组界点绘出。它能用于估计中位数、四分位数和百分位距。箱线图(须形图)展示了最小值、Q1、中位数、Q3 和最大值,非常适合比较分布。异常值通常定义为小于 Q1 – 1.5×IQR 或大于 Q3 + 1.5×IQR 的数值。
7. Correlation and Linear Regression | 相关与线性回归
Correlation measures the strength and direction of a linear relationship between two variables. The Pearson product-moment correlation coefficient r (PMCC) ranges from -1 to 1. A positive r indicates that as one variable increases, the other tends to increase; negative r indicates an inverse relationship. r = 0 suggests no linear correlation, but there might still be a non-linear relationship.
相关度量两个变量之间线性关系的强度和方向。皮尔逊积矩相关系数 r(PMCC)的取值范围为 -1 到 1。r 为正值表示一个变量增加时另一个也趋于增加;负值表示反向关系。r = 0 表明没有线性相关,但仍可能存在非线性关系。
Linear regression aims to find the line of best fit y = a + bx. The slope b
Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导