📚 A2 Maths with Statistics | A-Level AQA 数学 A2 数学与统计
In AQA A-level Mathematics, the statistics component at A2 extends your AS knowledge and builds a solid foundation for analysing real-world data, making predictions and testing hypotheses. This revision guide focuses on the most critical topics that appear in the AQA statistics exams, with clear explanations, essential formulas and worked examples.
在AQA A-level数学中,A2阶段的统计部分在AS知识基础上拓展,为分析真实数据、做出预测和检验假设奠定坚实基础。本复习指南聚焦AQA统计考试中最关键的考点,提供清晰的解释、必备公式和典型例题。
1. Introduction and Overview | 引言与概览
In the AQA A-level Mathematics qualification, statistics is an applied strand alongside pure mathematics. At A2, you will encounter more advanced topics such as the normal distribution, hypothesis testing and linear regression. You need to be comfortable with both statistical reasoning and algebraic manipulation.
在AQA A-level数学资格中,统计学是与纯数学并列的应用分支。在A2阶段,你将学习正态分布、假设检验和线性回归等更高级的主题。你需要既熟悉统计推理,也擅长代数运算。
The assessment often combines short calculation questions with longer context-based problems. You will be expected to interpret data presented in tables, graphs and probability distributions, and to justify your conclusions with appropriate statistical language.
考试通常结合简短的计算题和较长的情境应用题。你应能解释表格、图表和概率分布中呈现的数据,并用恰当的统计语言证明你的结论。
2. Sampling Methods and Data Types | 抽样方法与数据类型
Understanding how data is collected is the first step in statistical analysis. In AQA you need to know the main sampling techniques and their advantages or disadvantages.
理解数据收集方式是统计分析的第一步。在AQA中,你需要了解主要的抽样技术及其优缺点。
-
Simple random sampling: every member of the population has an equal chance of being selected.
简单随机抽样:总体中每个成员被选中的机会相等。
-
Stratified sampling: the population is divided into mutually exclusive strata, and a proportional sample is taken from each stratum.
分层抽样:将总体划分为互斥的层,并从每一层按比例抽取样本。
-
Systematic sampling: items are selected at regular intervals from an ordered list.
系统抽样:从有序列表中按固定间隔选取个体。
-
Cluster sampling: the population is divided into clusters, then a random sample of clusters is chosen and all members in those clusters are surveyed.
整群抽样:将总体分成若干群,随机选取若干群,并对群内所有成员进行调查。
-
Quota sampling: interviewers select a predetermined number of people with specific characteristics.
定额抽样:调查人员按预先设定的特征选择特定数量的人员。
Data types are also important. Quantitative data are numerical and can be discrete or continuous; qualitative data are non-numerical and often categorical.
数据类型也很重要。定量数据是数值型的,可分为离散或连续;定性数据是非数值型的,通常是分类的。
3. Measures of Central Tendency and Dispersion | 集中趋势与离散程度的度量
Measures of central tendency describe the typical value of a data set. The three main measures are the mean, median and mode.
集中趋势度量用于描述数据集的典型值。三个主要度量是均值、中位数和众数。
The mean is the sum of all data values divided by the number of values. The median is the middle value when data are ordered, and the mode is the most frequent value.
均值是所有数据值之和除以数据个数。中位数是数据排序后的中间值,众数是出现频率最高的值。
Dispersion measures how spread out the data are. The range is the difference between the largest and smallest values, but the interquartile range (IQR) is more resistant to outliers.
离散程度度量数据的散布情况。极差是最大值与最小值之差,但四分位距(IQR)对异常值更具稳健性。
IQR = Q₃ – Q₁
Variance and standard deviation are the most important measures. For a sample of n values x₁, x₂, …, xₙ with sample mean x̄:
方差和标准差是最重要的度量。对于样本容量为n、样本均值为x̄的样本值x₁, x₂, …, xₙ:
s² = Σ(xᵢ – x̄)² / n
s = √s²
In AQA, you may also need to calculate these from a frequency table using the formula Σfx² / Σf – (Σfx / Σf)².
在AQA中,你可能还需要使用公式Σfx² / Σf – (Σfx / Σf)²从频数表计算它们。
4. Probability Rules | 概率法则
Probability is the foundation of statistical inference. You must know the basic rules and be able to apply them to compound events.
概率是统计推断的基础。你必须掌握基本法则并能够将其应用于复合事件。
The addition rule for mutually exclusive events A and B is:
互斥事件A和B的加法法则是:
P(A ∪ B) = P(A) + P(B)
For non-mutually exclusive events, use the general addition rule:
对于非互斥事件,使用广义加法法则:
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
The multiplication rule for independent events is:
独立事件的乘法法则是:
P(A ∩ B) = P(A) × P(B)
Conditional probability is defined as:
条件概率定义为:
P(A | B) = P(A ∩ B) / P(B)
Tree diagrams are useful for visualising sequential events and calculating probabilities of combined branches.
树形图有助于可视化连续事件并计算组合分支的概率。
5. Discrete Random Variables | 离散随机变量
A discrete random variable X has a countable set of possible values. Its probability distribution assigns a probability p(x) to each value x such that Σ p(x) = 1.
离散随机变量X具有可数个可能值。其概率分布为每个值x赋予概率p(x),且满足Σ p(x) = 1。
The expected value (mean) of X is a measure of central tendency:
X的期望值(均值)是集中趋势的度量:
E(X) = μ = Σ x p(x)
The variance measures spread around the mean:
方差度量均值周围的散布:
Var(X) = Σ (x – μ)² p(x)
An alternative formula is Var(X) = E(X²) – [E(X)]², which is often easier to compute.
另一种公式为Var(X) = E(X²) – [E(X)]²,通常更易计算。
The cumulative distribution function F(x) = P(X ≤ x) is used to find probabilities of intervals.
累积分布函数F(x) = P(X ≤ x)用于求区间概率。
6. The Binomial Distribution | 二项分布
A binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success p. The conditions are essential to remember.
二项分布模拟固定次数的独立试验中的成功次数,每次试验的成功概率p相同。其适用条件必须牢记。
-
There are n identical trials.
有n次相同的试验。
-
Each trial has only two possible outcomes: success or failure.
每次试验只有两种可能结果:成功或失败。
-
The probability of success p is constant.
成功概率p恒定。
-
The trials are independent.
各次试验相互独立。
If X ~ B(n, p), then the probability of exactly r successes is:
若X ~ B(n, p),则恰好r次成功的概率为:
P(X = r) = C(n, r) pʳ (1 – p)ⁿ⁻ʳ
The mean and variance of a binomial distribution are:
二项分布的均值与方差为:
E(X) = np
Var(X) = np(1 – p)
You should also be able to read binomial probabilities from tables or calculate them using a calculator.
你还应能够从表中读取二项概率或用计算器计算它们。
7. The Normal Distribution | 正态分布
The normal distribution is a continuous probability distribution that is symmetric and bell-shaped. It is defined by its mean μ and standard deviation σ.
正态分布是一种对称、钟形的连续概率分布,由其均值μ和标准差σ定义。
Key properties include:
关键性质包括:
-
The curve is symmetric about the mean μ.
曲线关于均值μ对称。
-
The total area under the curve is 1.
曲线下总面积为1。
-
Approximately 68% of values lie within 1 standard deviation of the mean, 95% within 2 standard deviations, and 99.7% within 3 standard deviations.
约68%的值位于均值1个标准差以内,95%位于2个标准差以内,99.7%位于3个标准差以内。
To find probabilities, we use the standard normal distribution N(0, 1) and the z-score transformation:
为了求概率,我们使用标准正态分布N(0, 1)和z分数转换:
z = (x – μ) / σ
Then use the standard normal table to find P(Z < z) or P(Z > z). In AQA, you may be given a table of Φ(z) (the cumulative probability for Z).
然后使用标准正态分布表查找P(Z < z)或P(Z > z)。在AQA中,你可能会得到一张Φ(z)(Z的累积概率)表。
For inverse normal problems, you are given a probability and asked to find the value x that gives that tail probability. This often requires solving the z formula for x.
对于逆正态问题,你会被给定一个概率并要求找到产生该尾概率的x值。这通常需要解z公式以求得x。
8. Hypothesis Testing | 假设检验
Hypothesis testing is a formal procedure for deciding whether a claim about a population is supported by sample evidence. In A2 statistics, you will typically test a binomial population proportion or a normal mean.
假设检验是一个正式程序,用于判断关于总体的声明是否得到样本证据支持。在A2统计中,你通常检验二项总体比例或正态均值。
Start by writing the null hypothesis H₀ and the alternative hypothesis H₁. The null hypothesis always contains an equality, such as H₀: p = 0.5. The alternative can be one-tailed (p > 0.5 or p < 0.5) or two-tailed (p ≠ 0.5).
首先写出零假设H₀和备择假设H₁。零假设总是包含等式,例如H₀: p = 0.5。备择假设可以是单尾(p > 0.5 或 p < 0.5)或双尾(p ≠ 0.5)。
Choose a significance level α (often 10%, 5% or 1%). The critical region is the set of outcomes that would lead you to reject H₀ if observed. For a binomial test, find the critical value(s) from the binomial distribution or use cumulative probabilities.
选择显著性水平α(通常为10%、5%或1%)。临界区域是一组结果,如果观察到这些结果,就会拒绝H₀。对于二项检验,从二项分布中查找临界值或使用累积概率。
Compare the observed test statistic with the critical region. If it falls inside the critical region, reject H₀; otherwise, do not reject H₀. Always state a conclusion in the context of the problem.
将观察到的检验统计量与临界区域比较。如果它落在临界区域内,则拒绝H₀;否则不拒绝H₀。始终在问题情境下陈述结论。
For a normal distribution with known variance, the test statistic is a z-score. For instance, to test μ = μ₀ against a one-tailed alternative, compute z = (x̄ – μ₀) / (σ / √n).
对于方差已知的正态分布,检验统计量是z分数。例如,检验μ = μ₀对单尾备择假设,计算z = (x̄ – μ₀) / (σ / √n)。
9. Correlation and Linear Regression | 相关与线性回归
Correlation measures the strength and direction of a linear relationship between two variables. The product-moment correlation coefficient r lies between -1 and 1. Values close to 1 indicate strong positive linear correlation, values close to -1 indicate strong negative correlation, and r = 0 means no linear relationship.
相关度量两个变量之间线性关系的强度和方向。积矩相关系数r位于-1和1之间。接近1表示强正线性相关,接近-1表示强负相关,r = 0表示无线性关系。
You should be able to interpret scatter graphs and calculate r using your calculator. The formula for r is not usually required for calculation in the exam, but you must know what it represents.
你应能解释散点图并用计算器计算r。考试中通常不要求计算r的公式,但你必须知道它表示什么。
Linear regression finds the line of best fit y = a + bx for the data. The method of least squares minimises the sum of squared vertical distances between the data points and the line.
线性回归为数据找到最佳拟合线y = a + bx。最小二乘法使数据点与直线之间垂直距离的平方和最小。
y = a + bx
The parameter b is the gradient (slope) of the line, and a is the y-intercept. You should be able to use regression equations for prediction and be wary of extrapolating outside the range of data.
参数b是直线斜率,a是y截距。你应能使用回归方程进行预测,并注意不要在数据范围之外进行外推。
10. Exam Technique and Common Pitfalls | 考试技巧与常见错误
Many marks are lost through careless mistakes. Here are some practical tips to improve your performance in the AQA statistics exam.
许多分数因粗心错误而丢失。以下是一些提升你在AQA统计考试中表现的实用技巧。
-
Always define the random variable clearly, e.g. “Let X be the number of customers arriving per minute.”
始终明确定义随机变量,例如”设X为每分钟到达的顾客数”。
-
Check the conditions for using a binomial or normal distribution before applying formulas.
在套用公式前,检查使用二项分布或正态分布的条件。
-
Use a continuity correction when approximating a discrete binomial distribution with a normal distribution if required by the question.
如果题目要求用正态分布近似离散二项分布,请使用连续性修正。
-
Do not round intermediate values too early. Keep several decimal places until the final answer.
不要太早四舍五入中间值。保留多位小数直到最终答案。
-
In hypothesis tests, always compare the probability (p-value) with the significance level, not the test
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课程辅导,国外大学本科硕士研究生博士课程论文辅导