📚 Core Topics in Year 12 AQA Statistics | AQA考试局Year 12统计核心知识点梳理
In Year 12 AQA Statistics, you will build a strong foundation in data handling, probability models, and inferential reasoning. Mastering these core topics is essential for tackling exam questions and for further study in A2. This guide walks through each key area with clear explanations and practical formulas.
在AQA考试局十二年级统计课程中,你将打下数据处理、概率模型和推断推理的扎实基础。掌握这些核心知识对应对考试和为A2阶段深造至关重要。本指南逐一讲解关键知识点,配有清晰的解释和实用公式。
1. Statistical Sampling | 统计抽样
Simple random sampling gives every member of the population an equal chance of being chosen. It relies on a complete sampling frame and random number generators to avoid selection bias.
简单随机抽样让总体中每个成员被选中的概率相等。它依赖于完整的抽样框和随机数生成器,以避免选择偏差。
Systematic sampling selects individuals at regular intervals from a list after a random start. While easy to implement, it can introduce bias if the list contains a hidden periodicity.
系统抽样从列表中以固定间隔选取个体,起始点随机。虽然易于实施,但如果列表中隐藏周期性,可能会引入偏差。
Stratified sampling divides the population into distinct groups (strata) and samples proportionally from each. This guarantees representation of subgroups and often reduces sampling error.
分层抽样将总体划分为不同的组(层),并按比例从每层抽样。这保证了子群体的代表性,往往能减小抽样误差。
Quota sampling is a non-probability technique in which interviewers fill pre-set quotas based on characteristics. It is cheap and quick but highly prone to interviewer bias.
配额抽样是一种非概率方法,调查人员根据预先设定的人口特征配额进行抽样。这种方式廉价快捷,但极易受调查员偏见影响。
2. Data Presentation | 数据展示
Histograms are used for continuous data. The area of each bar is proportional to frequency, so frequency density = frequency / class width. Adjusting for unequal class widths is essential.
直方图用于连续数据。每个矩形的面积与频数成正比,因此频数密度 = 频数 / 组距。正确处理不等组距至关重要。
Box plots show the minimum, lower quartile (Q1), median, upper quartile (Q3), and maximum. Outliers are usually defined as points lying more than 1.5 × IQR beyond the quartiles.
箱线图显示最小值、下四分位数(Q₁)、中位数、上四分位数(Q₃)和最大值。异常值通常定义为超出四分位数1.5倍四分位距的点。
Cumulative frequency graphs plot running totals against upper class boundaries. They are excellent tools for estimating medians, quartiles, and percentiles by interpolation.
累积频率图将累积频数与各组上限对应作图。通过插值,它们是用以估算中位数、四分位数和百分位数的绝佳工具。
Stem-and-leaf diagrams keep the exact data values while ordering them. This makes it straightforward to find the median and quartiles, and to see the shape of small data sets.
茎叶图在排序的同时保留了确切的数据值。这让寻找中位数和四分位数变得直观,也便于观察小数据集的分布形状。
3. Measures of Location | 位置的度量
The mean is the arithmetic average: x̄ = Σx / n. For grouped data, the midpoints of intervals serve as representative x-values, giving an estimated mean.
平均值是算术平均数:x̄ = Σx / n。对于分组数据,用各组的组中值作为代表值来计算估计平均值。
The median is the middle value when data are ordered. For grouped data, linear interpolation applies: median = L + ( (n/2) – F ) / f × w, where L is the lower boundary of the median class, F is the cumulative frequency before it, f is its frequency, and w its width.
中位数是排序后位于中间的值。对分组数据采用线性插值:中位数 = L + ( (n/2) – F ) / f × w,其中L为中位数组的下限,F是之前的累积频数,f是该组频数,w是组距。
The mode is the most frequently occurring value; in grouped data we identify the modal class with the highest frequency density. Quartiles are special percentiles: Q1 (25th) and Q3 (75th).
众数是出现次数最多的值;在分组数据中我们找出频数密度最高的众数组。四分位数是特殊的百分位数:Q₁(第25百分位)和Q₃(第75百分位)。
4. Measures of Spread | 离散程度的度量
Range = maximum – minimum, but it is heavily affected by extreme values. The interquartile range (IQR = Q3 – Q1) provides a resistant measure of spread.
极差 = 最大值 – 最小值,但它极易受极端值影响。四分位距(IQR = Q₃ – Q₁)是一种对极端值不敏感的离散度量。
Variance captures the average squared deviation from the mean. Sample variance uses s2 = Sxx / (n – 1), where Sxx = Σ(x – x̄)2 = Σx2 – (Σx)2/n.
方差衡量各数据与平均值之差的平方的平均。样本方差为 s² = Sₓₓ / (n – 1),其中 Sₓₓ = Σ(x – x̄)² = Σx² – (Σx)²/n。
Standard deviation s is the positive square root of the variance. It shares the same units as the data and describes the typical distance from the mean.
标准差 s 是方差的非负平方根。它与原始数据单位相同,描述了数据偏离平均值的典型距离。
When comparing distributions, use mean and standard deviation for roughly symmetric data, or median and IQR when data are skewed or contain outliers.
比较分布时,对大致对称的数据使用平均值和标准差,对偏态或含有异常值的数据则用中位数和四分位距。
5. Probability | 概率
For equally likely outcomes, P(A) = number of favourable outcomes / total number of outcomes. This classical definition underpins many simple models.
对于等可能的结果,P(A) = 有利结果数 / 总结果数。这个古典定义为许多简单模型奠定了基础。
The addition rule states P(A ∪ B) = P(A) + P(B) – P(A ∩ B). If A and B are mutually exclusive, the intersection is empty, so P(A ∩ B) = 0.
加法法则为 P(A∪B) = P(A) + P(B) – P(A∩B)。若事件A与B互斥,则交集为空,P(A∩B) = 0。
Conditional probability is given by P(A|B) = P(A ∩ B) / P(B). Events A and B are independent if P(A ∩ B) = P(A) × P(B) or equivalently P(A|B) = P(A).
条件概率定义为 P(A|B) = P(A∩B) / P(B)。如果 P(A∩B) = P(A)×P(B) 或等价地 P(A|B) = P(A),则事件A与B独立。
Tree diagrams handle multi-stage experiments, while Venn diagrams illustrate
Published by TutorHao | Year 12 统计 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导