Year 12 CIE Statistics: Core Concepts Review | Year 12 CIE 统计:核心知识点梳理

📚 Year 12 CIE Statistics: Core Concepts Review | Year 12 CIE 统计:核心知识点梳理

The Cambridge International AS Level Mathematics (9709) Probability & Statistics 1 paper demands a solid grasp of fundamental statistical methods and probability theory. This revision guide breaks down the core concepts you need to command as a Year 12 student, helping you build confidence for the exam.

剑桥国际AS数学(9709)概率与统计1试卷要求考生扎实掌握基本的统计方法和概率论。这篇复习指南梳理了Year 12学生必须掌握的核心概念,帮助你在考试中建立信心。

1. Types of Data and Data Representation | 数据类型与数据表示

Data can be qualitative (categorical), such as favourite colour or type of vehicle, or quantitative (numerical). Quantitative data is further classified as discrete – involving counts like ‘number of students’ – or continuous – involving measurements like time or height. Recognising the data type helps you select an appropriate diagram.

数据可以是定性(分类)的,例如最喜欢的颜色或车辆类型,也可以是定量(数值)的。定量数据进一步分为离散型——涉及计数如“学生人数”——或连续型——涉及测量值如时间或身高。识别数据类型有助于选择恰当的图表。

Common representations include stem-and-leaf diagrams, which preserve the original data while displaying order; box-and-whisker plots, which highlight the median, quartiles and potential outliers; and histograms, where the area of each bar is proportional to the frequency. For cumulative data, cumulative frequency curves (ogives) allow you to estimate medians, quartiles and percentiles by reading off the graph.

常用的表示方法有茎叶图,它在展示顺序的同时保留了原始数据;盒须图突出中位数、四分位数和潜在异常值;直方图中每个条形的面积与频率成比例。对于累积数据,累积频率曲线(拱形图)可以通过读取图形来估计中位数、四分位数和百分位数。


2. Measures of Central Tendency: Mean, Median, Mode | 集中趋势度量

The mean (arithmetic average) for ungrouped data is x̄ = (Σx)/n. For grouped data, use midpoints: x̄ ≈ (Σfx)/Σf. The mean is sensitive to extreme values. The median is the middle value when data are ordered; its position is (n+1)/2. In a cumulative frequency graph, the median corresponds to the 50% mark.

未分组数据的均值(算术平均值)为 x̄ = (Σx)/n。对于分组数据,使用组中点:x̄ ≈ (Σfx)/Σf。均值易受极端值影响。中位数是数据排序后的中间值;位置为 (n+1)/2。在累积频率曲线中,中位数对应50%标记。

The mode is the most frequent value or the modal class for grouped data. When data are symmetric, mean ≈ median ≈ mode. In skewed distributions the mean is pulled towards the tail. Linear coding y = ax + b changes the mean to ȳ = ax̄ + b, which is very useful when handling large data sets.

众数是出现频率最高的值,或分组数据的众数组。当数据对称时,均值 ≈ 中位数 ≈ 众数。在偏态分布中,均值会被拖向尾部。线性编码 y = ax + b 将均值变为 ȳ = ax̄ + b,这在处理大数据集时非常有用。


3. Measures of Dispersion: Range, IQR, Variance, Standard Deviation | 离散程度度量

Spread can be measured by the range (max – min), the interquartile range (IQR = Q₃ – Q₁) and the variance/standard deviation. The IQR ignores extreme values and is found from a cumulative frequency graph or ordered list. A box plot displays Q₁, Q₂, Q₃ and any outliers.

离散程度可以用极差(最大值 – 最小值)、四分位距(IQR = Q₃ – Q₁)以及方差/标准差来衡量。四分位距忽略极端值,可从累积频率图或排序列表中得到。箱线图展示了 Q₁、Q₂、Q₃ 以及任何异常值。

For a set of n values, the variance σ² = Σ(x – x̄)² / n, which can also be written as σ² = (Σx²/n) – x̄². The standard deviation σ = √σ². For grouped data, use Σfx² and Σfx. These measures are unaffected by adding a constant, but multiplying by a factor a scales the variance by a².

对于一组 n 个数值,方差 σ² = Σ(x – x̄)² / n,也可以写成 σ² = (Σx²/n) – x̄²。标准差 σ = √σ²。对于分组数据,使用 Σfx² 和 Σfx。这些度量在加上常数时不变,但乘以因子 a 时方差缩放为原来的 a² 倍。


4. Probability Basics and Venn Diagrams | 概率基础与维恩图

The probability of an event A is P(A) = number of favourable outcomes / total number of outcomes, with 0 ≤ P(A) ≤ 1. The complement rule gives P(A’) = 1 – P(A). For two events A and B, the general addition rule is P(A ∪ B) = P(A) + P(B) – P(A ∩ B). If A and B are mutually exclusive, P(A ∩ B) = 0 and the formula simplifies.

事件 A 的概率为 P(A) = 有利结果数 / 总结果数,且满足 0 ≤ P(A) ≤ 1。补规则给出 P(A’) = 1 – P(A)。对于两个事件 A 和 B,一般加法法则是 P(A ∪ B) = P(A) + P(B) – P(A ∩ B)。如果 A 与 B 互斥,则 P(A ∩ B) = 0,公式简化。

Venn diagrams help visualise intersections, unions and complements. They are especially useful for problems involving overlapping categories. When probabilities are calculated from a sample space, always check that the total probability equals 1.

维恩图有助于直观展示交集、并集和补集。在涉及重叠类别的问题中尤为有用。当从样本空间计算概率时,务必检查总概率是否等于 1。


5. Conditional Probability and Tree Diagrams | 条件概率与树状图

Conditional probability is defined as P(A|B) = P(A ∩ B) / P(B), provided P(B) > 0. It represents the probability of A occurring given that B has already happened. Tree diagrams are a powerful tool: multiply along branches for ‘and’ probabilities and add across different branches for ‘or’ probabilities.

条件概率定义为 P(A|B) = P(A ∩ B) / P(B),前提是 P(B) > 0。它表示在 B 已发生的情况下 A 发生的概率。树状图是一种强大的工具:沿着分支相乘得到“且”的概率,把不同分支相加得到“或”的概率。

Two events are independent if P(A|B) = P(A) or equivalently P(A ∩ B) = P(A)P(B). This is a key concept to check when drawing successive trials, such as picking coloured balls with or without replacement. With replacement events are independent; without replacement the probabilities change.

如果 P(A|B) = P(A),或等价地 P(A ∩ B) = P(A)P(B),则两个事件独立。这是检查连续试验(如有放回或无放回地抽取彩色球)的关键概念。有放回时事件独立;无放回时概率会发生变化。


6. Permutations and Combinations | 排列与组合

When arranging objects, the number of ways to arrange n distinct items is n! . The number of permutations of r items from n is nPr = n!/(n – r)!, used when order matters. If some items are repeated, divide by factorials of the repetitions: n!/(p!q!…).

在排列物体时,排列 n 个不同项目的方式数为 n! 。从 n 项中选取 r 项排成一列(顺序有关)的排列数为 nPr = n!/(n – r)!。如果有重复项目,需除以重复次数的阶乘:n!/(p!q!…)。

Combinations count selections where order does not matter: nCr = n!/(r!(n – r)!). This is the binomial coefficient, essential for the binomial distribution. Combinations are used when choosing a committee or a set of items, while permutations apply to races or passwords.

组合计算顺序无关的选取方式:nCr = n!/(r!(n – r)!)。这就是二项式系数,对二项分布至关重要。选择委员会或一组物品时用组合,而排列适用于比赛名次或密码。


7. Discrete Random Variables and Probability Distributions | 离散随机变量与概率分布

A discrete random variable X takes countable values. A probability distribution lists x and P(X = x) such that Σ P(X = x) = 1. The expected value E(X) is the mean: E(X) = Σ [x · P(X = x)]. The variance Var(X) = Σ (x – μ)² P(X = x) = Σ [x² P(X = x)] – [E(X)]².

离散随机变量 X 取可数值。概率分布列出了 x 和 P(X = x),且满足 Σ P(X = x) = 1。期望值 E(X) 就是均值:E(X) = Σ [x · P(X = x)]。方差 Var(X) = Σ (x – μ)² P(X = x) = Σ [x² P(X = x)] – [E(X)]²。

For linear functions, E(aX + b) = aE(X) + b and Var(aX + b) = a²Var(X). Adding or subtracting independent random variables gives E(X ± Y) = E(X) ± E(Y) and Var(X ± Y) = Var(X) + Var(Y). These results allow you to analyse combined experiments.

对于线性函数,E(aX + b) = aE(X) + b,Var(aX + b) = a²Var(X)。对独立的随机变量进行加减,有 E(X ± Y) = E(X) ± E(Y) 及 Var(X ± Y) = Var(X) + Var(Y)。这些结果可用于分析组合实验。


8. The Binomial Distribution | 二项分布

A binomial situation has a fixed number of trials n, each trial independent, only two outcomes (success/failure), and constant probability p of success. We write X ~ B(n, p). The probability of exactly r successes is P(X = r) = ⁿCᵣ pʳ (1 – p)ⁿ⁻ʳ.

二项分布情形具有固定的试验次数 n,每次试验独立,只有两种结果(成功/失败),且成功的概率 p 保持不变。我们记作 X ~ B(n, p)。恰好 r 次成功的概率为 P(X = r) = ⁿCᵣ pʳ (1 – p)ⁿ⁻ʳ。

The mean is E(X) = np, and the variance is Var(X) = np(1 – p). CIE provides binomial cumulative probability tables; you can also use the formula for individual probabilities and sum them. Be careful to distinguish between ‘at most’, ‘at least’ and ‘exactly’ phrasing.

均值为 E(X) = np,方差为 Var(X) = np(1 – p)。CIE 提供二项累积概率表;你也可以使用公式计算单个概率并求和。注意区分“至多”、“至少”和“恰好”等措辞。


9. The Normal Distribution | 正态分布

The normal distribution models continuous data with a symmetric bell-shaped curve. If X ~ N(μ, σ²), then the standardised variable Z = (X – μ)/σ follows the standard normal distribution N(0, 1). Tables give P(Z < z) for positive z; use symmetry for negative values.

正态分布用对称的钟形曲线对连续数据建模。如果 X ~ N(μ, σ²),则标准化变量 Z = (X – μ)/σ 服从标准正态分布 N(0, 1)。正态分布表给出了正 z 值下的 P(Z < z);对负值使用对称性即可。

To find probabilities, draw a sketch, standardise, then use the table. For inverse problems (finding a value given a probability), use the percentage points table. When n is large and both np and nq are greater than 5, the binomial B(n, p) can be approximated by a normal distribution N(np, npq) with a continuity correction.

求概率时,画出图形,标准化,然后查表。对于逆向问题(给定概率求取值),使用百分位数表。当 n 很大且 np 与 nq 都大于 5 时,可用正态分布 N(np, npq) 来近似二项分布,并进行连续性校正。


10. Data Coding and Transformations | 数据编码与变换

Coding data simplifies calculations. A common transformation is y = (x – a)/b or y = ax + b. The mean transforms as ȳ = ax̄ + b. The variance is only affected by the multiplicative factor: Var(y) = a² Var(x), and the standard deviation scales by |a|.

数据编码可简化计算。常见的变换是 y = (x – a)/b 或 y = ax + b。均值变换为 ȳ = ax̄ + b。方差只受乘法因子影响:Var(y) = a² Var(x),标准差按 |a| 缩放。

Using coding you can convert raw data into manageable integers, calculate statistics, and then decode the results. This technique is extremely helpful in exam questions involving large numbers. Always remember to reverse the coding at the end if the question asks for the original mean or variance.

通过编码,你可以将原始数据转换为易处理的整数,计算统计量,然后将结果解码。在涉及大数的考题中这一技巧极其有用。如果题目要求原始均值或方差,务必在最后将编码还原。

Published by TutorHao | Statistics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading