📚 AS CIE Statistics: Core Concepts Overview | AS CIE 统计:核心知识点梳理
This article provides a structured revision of the essential topics in the CIE AS Level Statistics syllabus (Probability & Statistics 1). It covers data representation, measures of central tendency and spread, probability, permutations and combinations, discrete random variables, the binomial and the normal distribution. Mastering these concepts will give you a solid foundation for Paper 5 and build confidence for tackling exam-style questions.
本文系统梳理了 CIE AS 统计(概率与统计 1)大纲中的核心知识点,涵盖数据表示、集中趋势与离散度量、概率、排列组合、离散随机变量、二项分布以及正态分布。掌握这些内容是攻克 Paper 5 的基础,也能帮助你自信面对考试中的各类问题。
1. Representation of Data | 数据表示
Data can be displayed using stem-and-leaf diagrams, which preserve original values while showing the shape of the distribution. A stem represents the leading digit(s) and a leaf the trailing digit. An ordered stem-and-leaf diagram makes it easier to locate the median and quartiles.
数据可以用茎叶图表示,它既能保留原始数值,又能展示分布形态。茎代表前导数字,叶代表尾随数字。有序茎叶图有助于快速定位中位数和四分位数。
Box-and-whisker plots are ideal for comparing datasets. They display the minimum, lower quartile (Q1), median (Q2), upper quartile (Q3) and maximum. Outliers can be identified using the 1.5 × IQR rule and marked individually.
箱线图非常适合比较数据集。它展示了最小值、下四分位数(Q1)、中位数(Q2)、上四分位数(Q3)和最大值。异常值可通过 1.5 × IQR 法则识别,并单独标出。
Histograms are used for continuous data where the area of each bar is proportional to the frequency. The vertical axis represents frequency density, calculated as frequency ÷ class width, which ensures an accurate visual representation when class widths are unequal.
直方图用于连续数据,每个矩形的面积与频率成正比。纵轴代表频率密度,即频率 ÷ 组距。当组距不相等时,频率密度可以保证直方图正确地反映分布形状。
2. Measures of Central Tendency | 集中趋势度量
The mean (x̄) for ungrouped data is the sum of all values divided by the number of observations. For grouped data, we use the midpoint of each class interval and apply the formula Mean = Σ(fx)/Σf. The mean is sensitive to extreme values.
未分组数据的均值(x̄)等于所有数值之和除以观测个数。对于分组数据,我们用组中值计算,公式为 均值 = Σ(fx)/Σf。均值会受到极端值的显著影响。
The median is the middle value when data are ordered. For discrete data it can be found directly; for grouped continuous data linear interpolation is used. The median is robust to outliers and often preferred for skewed distributions.
中位数是排序后位于中间位置的数值。对于离散数据可直接确定;对于连续分组数据需要使用线性插值。中位数对异常值不敏感,在偏态分布中常被优先选用。
The mode is the most frequently occurring value or, in a histogram, the class with the highest frequency density. The mode is rarely used in formal comparisons but gives a quick idea of the most typical observation.
众数是出现次数最多的数值,在直方图中对应频率密度最高的组。众数在正式比较中较少使用,但能快速指示最典型的观测值。
3. Measures of Dispersion | 离散度量
The range is the difference between the maximum and minimum values. It is simple but affected by outliers. The interquartile range (IQR = Q3 − Q1) gives the spread of the middle 50% of the data and is more resistant to extreme values.
极差是最大值与最小值的差,计算简单但受异常值影响。四分位距(IQR = Q3 − Q1)给出中间 50% 数据的散布情况,对极端值的鲁棒性更强。
Variance measures the average squared deviation from the mean. For a population we use σ² = Σ(x − μ)²/N, while for a sample the unbiased estimate is s² = Σ(x − x̄)²/(n − 1). In CIE AS questions, the formula Variance = Σx²/n − (x̄)² is frequently used to simplify calculation.
方差衡量各数值与均值离差平方的平均数。总体方差公式为 σ² = Σ(x − μ)²/N,样本的无偏估计为 s² = Σ(x − x̄)²/(n − 1)。在 CIE AS 题目中,常使用 方差 = Σx²/n − (x̄)² 来简化计算。
The standard deviation is the square root of the variance, returning the spread to the original units of measurement. A lower standard deviation means data points cluster tightly around the mean.
标准差是方差的平方根,将离散程度还原为原始度量单位。标准差越小,说明数据点越紧密地聚集在均值周围。
4. Basic Probability | 概率基础
Probability is a measure of the likelihood of an event, ranging from 0 (impossible) to 1 (certain). The sum of probabilities of all mutually exclusive outcomes in a sample space equals 1. For any event A, P(A) + P(A’) = 1.
概率衡量事件发生的可能性,范围从 0(不可能)到 1(必然)。样本空间中所有互斥结果的概率之和为 1。对于任一事件 A,P(A) + P(A’) = 1。
The addition rule works for mutually exclusive events: P(A ∪ B) = P(A) + P(B). If events are not mutually exclusive, we must subtract the intersection: P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
加法法则适用于互斥事件:P(A ∪ B) = P(A) + P(B)。如果事件不互斥,则需要减去交集:P(A ∪ B) = P(A) + P(B) − P(A ∩ B)。
Sample spaces can be represented by lists, tables or Venn diagrams. A systematic approach, such as listing all ordered pairs when rolling two dice, reduces the risk of missing outcomes.
样本空间可用列表、表格或文氏图表示。采用系统化的方法,如列出掷两颗骰子的所有有序对,可减少遗漏结果的风险。
5. Permutations and Combinations | 排列与组合
When order matters, the number of ways to arrange r items from n distinct items is given by ⁿPr = n!/(n − r)!. This is used in scenarios such as forming a race finishing order or creating passwords.
当顺序重要时,从 n 个不同物品中选取 r 个的排列数为 ⁿPr = n!/(n − r)!。这适用于比赛排名或设计密码等场景。
When order does not matter, the number of ways to choose r items from n distinct items is ⁿCr = n!/[r!(n − r)!]. This is essential for probability calculations involving selections, such as picking a committee or lottery numbers.
当顺序不重要时,组合数公式为 ⁿCr = n!/[r!(n − r)!]。在涉及选择的概率计算中,这一公式至关重要,例如选取委员会或乐透号码。
For arrangements with repeated items, the number of distinguishable permutations of n items where there are groups of identical items is n!/(a!b!c!…), with a, b, c being the frequencies of each repeated item.
处理含有重复物品的排列时,n 个物品中如果有重复组,其可区分的排列数为 n!/(a!b!c!…),其中 a, b, c 为各重复物品的出现次数。
6. Conditional Probability and Independence | 条件概率与独立事件
Conditional probability P(A|B) is the probability of event A occurring given that B has occurred. The formula is P(A|B) = P(A ∩ B)/P(B), provided P(B) > 0. Tree diagrams are a powerful visual tool to handle multi-stage conditional problems.
条件概率 P(A|B) 表示在事件 B 已发生的条件下事件 A 发生的概率。公式为 P(A|B) = P(A ∩ B)/P(B),其中 P(B) > 0。树状图是处理多阶段条件问题的强大直观工具。
Events A and B are independent if the occurrence of one does not affect the probability of the other. Mathematically, P(A ∩ B) = P(A) × P(B), or equivalently P(A|B) = P(A). Independence is a key assumption often checked before using multiplication rules.
如果事件 A 和 B 的发生互不影响,则称它们相互独立。数学上,独立性表现为 P(A ∩ B) = P(A) × P(B),或等价地 P(A|B) = P(A)。独立性是使用概率乘法法则前需要检验的关键假设。
When solving problems, replacing (with replacement) preserves independence, while without replacement creates conditional dependence. Always identify the nature of the selection before building a probability model.
解题时,有放回的抽取保持独立性,而不放回抽取则产生条件依赖。在构建概率模型前,一定要先确认抽取方式。
7. Discrete Random Variables | 离散随机变量
A discrete random variable X takes a countable set of values each with a probability P(X = x). A valid probability distribution must satisfy Σ P(X = x) = 1 and each 0 ≤ P(X = x) ≤ 1.
离散随机变量 X 取可数个数值,每个值对应一个概率 P(X = x)。一个有效的概率分布必须满足 Σ P(X = x) = 1 且每个 0 ≤ P(X = x) ≤ 1。
The expected value E(X), or mean of X, is calculated as E(X) = Σ x·P(X = x). It represents the long‑run average outcome if the experiment were repeated many times.
期望值 E(X),即 X 的均值,计算公式为 E(X) = Σ x·P(X = x)。它表示如果试验重复无限多次,所得结果的长期平均值。
The variance Var(X) measures the spread of the distribution. Two common formulas are Var(X) = Σ(x − μ)²P(X = x) = E(X²) − [E(X)]². The second is usually faster for manual calculation. Standard deviation is σ = √Var(X).
方差 Var(X) 衡量分布的离散程度。常用公式有 Var(X) = Σ(x − μ)²P(X = x) = E(X²) − [E(X)]²。后者通常更便于手工计算。标准差为 σ = √Var(X)。
8. The Binomial Distribution | 二项分布
A binomial distribution arises when we have a fixed number of independent trials (n), each with two outcomes (success/failure) and a constant probability of success (p). To denote it, we write X ~ B(n, p).
当试验满足固定次数 (n)、每次独立、结果只有成功或失败、且每次成功概率 (p) 相同时,该随机变量服从二项分布,记作 X ~ B(n, p)。
The probability of exactly x successes is given by P(X = x) = ⁿCx px (1 − p)n − x. Remember to check that the binomial conditions hold before applying this formula.
恰好获得 x 次成功的概率为 P(X = x) = ⁿCx px (1 − p)n − x。在使用该公式前,务必确认二项分布的条件是否成立。
The mean and variance of a binomial random variable are E(X) = np and Var(X) = np(1 − p). These simple formulas are extremely useful for solving problems without summing lengthy probability lists.
二项随机变量的均值和方差分别为 E(X) = np 和 Var(X) = np(1 − p)。这两个简洁的公式在解题时非常有用,无需累加冗长的概率列表。
9. The Normal Distribution | 正态分布
The normal distribution is a continuous probability distribution with a symmetric bell‑shaped curve. It is defined by two parameters: the mean (μ) and the variance (σ²). We write X ~ N(μ, σ²). The total area under the curve is 1.
正态分布是一种连续型概率分布,具有对称的钟形曲线。它由两个参数定义:均值 (μ) 和方差 (σ²),记作 X ~ N(μ, σ²)。曲线下的总面积为 1。
Properties of the normal curve include: the mean, median and mode are all equal and lie at the centre; approximately 68% of data falls within μ ± σ, 95% within μ ± 2σ, and 99.7% within μ ± 3σ. The distribution is asymptotic to the horizontal axis.
正态曲线的性质包括:均值、中位数和众数相等且位于中心;约 68% 的数据落在 μ ± σ 内,95% 落在 μ ± 2σ 内,99.7% 落在 μ ± 3σ 内。曲线以横轴为渐近线。
Because the normal distribution is continuous, the probability of X taking an exact single value is zero. We always calculate probabilities for intervals, such as P(a < X < b). Draw a curve and shade the required region to avoid errors.
由于正态分布是连续型分布,X 取某一确切值的概率为零。我们总是计算区间概率,例如 P(a < X < b)。画图并标出所需区域可以避免出错。
10. Standard Normal Distribution and Calculations | 标准正态分布与计算
To calculate probabilities for any normal variable, we standardise X using the Z‑score: Z = (X − μ)/σ. The standard normal distribution is Z ~ N(0, 1), and its probabilities are found in statistical tables as Φ(z) = P(Z < z).
计算任意正态变量的概率时,我们通过 Z 分数进行标准化:Z = (X − μ)/σ。标准正态分布为 Z ~ N(0, 1),其概率可通过统计表查得 Φ(z) = P(Z < z)。
For a problem asking P(X < a), standardise to find P(Z < (a−μ)/σ) and use the lower‑tail table directly. For P(X > a), use 1 − Φ(z). For interval probabilities P(a < X < b), compute Φ(zb) − Φ(za).
对于求 P(X < a) 的问题,标准化后查下侧尾部表得到 P(Z < (a−μ)/σ)。对于 P(X > a),使用 1 − Φ(z)。区间概率 P(a < X < b) 则计算 Φ(zb) − Φ(za)。
In inverse normal problems, you are given a probability and need to find the corresponding x‑value. Use the table in reverse to obtain z, then transform using x = μ + zσ. Always check whether the probability relates to a left‑tail or a right‑tail area.
反查正态分布问题中,已知概率需要求对应的 x 值。通过反向查表得到 z,再使用公式 x = μ + zσ 转换。注意检查概率对应的是左尾还是右尾面积。
Many CIE problems combine normal distribution with binomial approximations or sample means. Always check the context, round z‑values to the required accuracy, and clearly indicate continuity corrections if a normal approximation is used in later units.
CIE 试题常将正态分布与二项近似或样本均值结合。始终关注题目背景,按要求精度四舍五入 z 值,若在后续单元中使用正态近似,要明确写出连续性校正。
Published by TutorHao | Statistics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply