📚 PDF资源导航

Advanced Statistical Distributions in IB Mathematics | IB 数学:统计分布进阶探讨

📚 Advanced Statistical Distributions in IB Mathematics | IB 数学:统计分布进阶探讨

Statistical distributions are the foundation of probability and inference in IB Mathematics. This article explores advanced ideas beyond a first introduction: the precise conditions for each distribution, algebraic rules for expectation and variance, linear combinations, probability generating functions, and the Central Limit Theorem. Each concept is matched with an exam-focused explanation so that you can apply it quickly and correctly under time pressure.

统计分布是 IB 数学中概率论与统计推断的基石。本文将超越初步介绍,深入探讨每一种分布的精确适用条件、期望与方差的代数运算规则、线性组合、概率母函数以及中心极限定理。每个概念都会配以紧扣考试的解释,帮助你在限时条件下快速而准确地进行应用。


1. Binomial Distribution Revisited | 二项分布再探讨

A binomial random variable counts the number of successes in a fixed number of independent trials, each with the same probability of success. We write X ~ B(n, p). The probability of exactly x successes is given by:

P(X = x) = C(n, x) × pˣ × (1 − p)ⁿ⁻ˣ

这里 C(n, x) 表示组合数(从 n 个元素中取 x 个)。二项分布描述的是独立重复试验中“成功”次数的分布,记作 X ~ B(n, p)。出现恰好 x 次成功的概率为上面的公式。

For the binomial distribution, the mean and variance are:

E(X) = np, Var(X) = np(1 − p)

二项分布的期望与方差分别为 np 与 np(1 − p)。注意方差中因子为 (1 − p),不是 p;当 p 越接近 0 或 1 时,方差越小,分布越集中在端点附近。

In IB exam questions, always verify the four binomial conditions before applying the formula: (a) fixed number of trials n; (b) each trial is independent; (c) exactly two outcomes per trial; (d) constant probability p. Many marks are lost by using binomial theory in a situation that is not actually binomial.

在 IB 考试中,使用二项分布前务必验证四个条件:第一,试验次数 n 固定;第二,各次试验相互独立;第三,每次试验只有两种结果;第四,概率 p 恒定不变。许多失分源于在并非二项分布的问题中错误套用二项公式。


2. Poisson Distribution and Its Conditions | 泊松分布及其条件

A Poisson random variable models the number of rare events occurring in a fixed interval of time or space, when events occur independently at a constant average rate λ. We write X ~ Po(λ). The probability of x events is:

P(X = x) = e⁻λ × λˣ / x!

泊松分布用于建模在固定时间或空间区间内稀有事件发生的次数,要求事件相互独立且平均速率 λ 恒定。上述公式中 e ≈ 2.718,x! 表示 x 的阶乘。

A distinctive property of the Poisson distribution is that its expectation and variance are equal:

E(X) = Var(X) = λ

泊松分布的一个显著性质是期望与方差相等,均为 λ。这一性质在选择题中非常有用:如果题目给出的数据显示均值与方差大致相等,则常常适合用泊松模型。

The Poisson distribution can also serve as an approximation to the binomial distribution when n is large and p is small, typically when n ≥ 50 and np < 5. In this case we take λ = np. This approximation is frequently tested in IB Paper 2 questions.

泊松分布也可作为二项分布的近似:当 n 很大且 p 很小时(通常 n ≥ 50 且 np < 5),取 λ = np。这种近似是 IB 卷二(Paper 2)的常考内容。


3. Expectation and Variance under Linear Transformations | 线性变换下的期望与方差

Given a random variable X and constants a and b, the new variable Y = aX + b has expectation and variance given by:

E(aX + b) = aE(X) + b, Var(aX + b) = a²Var(X)

对于常数 a 与 b,新变量 Y = aX + b 的期望为 aE(X) + b,方差为 a²Var(X)。注意期望受加减影响,而方差不受加减影响,因为平移不改变离散程度。

The key idea is that variance is measured in squared units, so the scale factor a is squared. Adding a constant b shifts the center (mean) but does not affect the spread at all. This principle underlies standardization of the normal distribution.

关键直觉是:方差以“平方单位”衡量,因此比例因子 a 需要平方。加常数 b 只移动分布的中心(均值),完全不影响离散程度。这一原理正是正态分布标准化的理论基础。


4. Linear Combinations of Independent Random Variables | 独立随机变量的线性组合

When X and Y are independent, the expectation of their linear combination takes the natural additive form, and the variance also adds after squaring the coefficients:

E(aX ± bY) = aE(X) ± bE(Y)

Var(aX ± bY) = a²Var(X) + b²Var(Y)

当 X 与 Y 相互独立时,线性组合的期望为 aE(X) ± bE(Y),方差为 a²Var(X) + b²Var(Y)。注意:即使是“减号”,方差仍然相加,因为方差刻画的是偏离程度,与方向无关。

For the special case of independent normal variables, the sum or difference is again normal:

If X ~ N(μ₁, σ₁²) and Y ~ N(μ₂, σ₂²), then aX ± bY ~ N(aμ₁ ± bμ₂, a²σ₁² + b²σ₂²)

若两个独立变量均服从正态分布,它们的线性组合仍服从正态分布。这个性质可以推广到 n 个独立正态变量的和,是处理“两个独立包装总重量”等实际问题的核心工具。


5. Standardisation and the Standard Normal Distribution | 标准化与标准正态分布

Any normal random variable X ~ N(μ, σ²) can be converted to the standard normal distribution Z ~ N(0, 1) using the transformation:

Z = (X − μ) / σ

任何正态随机变量 X ~ N(μ, σ²) 都可以通过上式转换为标准正态分布 Z ~ N(0, 1)。减去均值后分布中心移到 0;除以标准差后分布形状被压缩或拉伸为标准尺度。

The standard normal distribution has a mean of 0 and a variance of 1. When using statistical tables, we look up probabilities of the form P(Z ≤ z). Most IB tables provide values only for positive z; the symmetry of the bell curve, P(Z ≥ z) = P(Z ≤ −z), allows us to handle negative values.

标准正态分布的均值为 0、方差为 1。查表时我们需要 P(Z ≤ z) 形式的概率。多数 IB 统计表只给出正 z 值;利用钟形曲线的对称性 P(Z ≥ z) = P(Z ≤ −z),我们可以处理负 z 的情况。

Careful: the transformation is only valid for a normal distribution. For other distributions, standardising does not produce a standard normal variable. Always state the assumption of normality before applying the Z-score method in an exam.

请小心:上述变换只对正态分布有效。对于其他分布,标准化不会产生标准正态变量。在考试中应用 Z 分数前,务必说明正态性假设成立。


6. The Normal Approximation to the Binomial and Poisson Distributions | 正态近似:二项与泊松

For large n, the binomial distribution B(n, p) can be approximated by a normal distribution with mean np and variance np(1 − p). Similarly, a Poisson distribution Po(λ) with large λ can be approximated by a normal distribution with mean λ and variance λ.

当 n 很大时,二项分布 B(n, p) 可以用均值为 np、方差为 np(1 − p) 的正态分布来近似;当 λ 很大时,泊松分布 Po(λ) 也可以用均值为 λ、方差为 λ 的正态分布来近似。

A common rule is to use the normal approximation only when np ≥ 5 and n(1 − p) ≥ 5 for the binomial, and λ > 10 for the Poisson. However, because we are approximating a discrete distribution with a continuous one, we must apply a continuity correction.

常用的经验法则是:二项分布作正态近似时要求 np ≥ 5 且 n(1 − p) ≥ 5;泊松分布作正态近似时通常要求 λ > 10。由于我们是用连续分布近似离散分布,必须进行连续性修正。

P(X ≤ x) ≈ P(Z ≤ (x + 0.5 − μ) / σ)

P(X ≥ x) ≈ P(Z ≥ (x − 0.5 − μ) / σ)

连续性修正的核心思想是给离散值“扩充”一个半单位区间:例如 X ≤ x 的范围实际覆盖 (−∞, x + 0.5) 的连续区间。忘记修正 0.5 是 IB 考生在近似计算题中最常见的扣分点之一。

Continuity correction means we expand the discrete boundary by 0.5 in the appropriate direction. Forgetting this adjustment is one of the most common mark deductions in IB statistics questions involving normal approximations.


7. Probability Generating Functions (HL) | 概率母函数(HL)

A probability generating function (PGF) condenses the entire probability distribution of a non-negative integer-valued random variable into a single function. It is defined as:

Gₓ(t) = E(tˣ) = Σ pₓ × tˣ

概率母函数(PGF)将一个取非负整数值的随机变量的全部概率信息浓缩在单个函数中。求和记号 Σ 表示对所有可能的取值 x 求和,pₓ 是 P(X = x)。

Two central results connect the PGF to the mean and variance:

E(X) = Gₓ′(1)

Var(X) = Gₓ″(1) + Gₓ′(1) − [Gₓ′(1)]²

两个核心公式将概率母函数与期望、方差联系起来:期望等于 G 在 t = 1 处的一阶导数;方差等于一阶导数加二阶导数再减去一阶导数的平方。务必注意最后一项是平方,并且代入 t = 1 计算。

For example, the Bernoulli distribution with parameter p has PGF G(t) = 1 − p + pt. Differentiating gives G′(t) = p, hence E(X) = p; the second derivative is 0, so Var(X) = 0 + p − p² = p(1 − p), which agrees with the known formula. PGFs are especially powerful when working with sums of independent variables.

例如,参数为 p 的伯努利分布的概率母函数为 G(t) = 1 − p + pt。求导得 G′(t) = p,所以 E(X) = p;二阶导数为 0,因此 Var(X) = p − p² = p(1 − p),与已知公式一致。在求独立变量之和时,概率母函数特别有用。


8. The Central Limit Theorem | 中心极限定理

The Central Limit Theorem (CLT) states that, regardless of the underlying distribution, the sample mean of n independent identically distributed random variables is approximately normal for large n:

X̄ ≈ N(μ, σ²/n)

中心极限定理指出:无论总体原本服从何种分布,当样本容量 n 足够大时,样本均值 X̄ 近似服从正态分布,其均值为总体均值 μ,方差为总体方差除以样本容量 σ²/n。

This theorem is revolutionary because it justifies using normal probabilities for sums and averages of non-normal data. In IB questions, treat the approximation as valid when n ≥ 30 for most distributions, though some textbooks require larger n when the underlying distribution is heavily skewed.

中心极限定理之所以革命性,在于它保证了我们可以对非正态数据之和或平均值使用正态概率计算。IB 题目中,通常认为 n ≥ 30 时近似合理;若总体分布严重偏斜,则可能需要更大的样本量。

Notice that the standard deviation of the sample mean is σ/√n, not σ. A common examiner trick is to ask for the probability that a single observation lies in a range versus the probability that the sample mean lies in a range. These two questions use different standard deviations.

注意样本均值的标准差是 σ/√n,而不是 σ。考官常用的陷阱是让考生区分“单个观测值落在某区间”与“样本均值落在某区间”的概率——两者使用的标准差完全不同。


9. Choosing the Correct Distribution | 正确选择分布

IB examination questions often do not name the distribution explicitly. You must infer the correct model from the context. The table below summarises the guiding questions.

IB 考题常常不会直接给出分布名称,你需要根据问题背景推断正确的模型。下表总结了判断时的关键问题。

Distribution Typical Question Parameters
Binomial Fixed number of trials, e.g. 20 light bulbs, each defective with probability 0.05 n, p
Poisson Events in a fixed interval, e.g. number of calls per hour, accidents per week λ
Normal Continuous measurements, e.g. heights, weights, test scores, diameters μ, σ²

Standard clues: “a fixed number of independent trials” points to binomial; “random events over time” points to Poisson; “normally distributed” is usually stated explicitly for normal. If the question says “estimated by the normal distribution” or “large sample”, consider a normal approximation.

常见的提示词:“固定次数的独立试验”指向二项分布;“一段时间内随机发生的事件”指向泊松分布;正态分布通常会被明确表述为“服从正态分布”。如果题目说“用正态分布估计”或“大样本”,则考虑正态近似。


10. Common Pitfalls and Exam Tips | 常见陷阱与考试技巧

Below are the most frequent mistakes that cost IB candidates marks in statistics questions, together with tips to avoid them.

以下列出 IB 考生在统计题目中最高频的失分错误,以及相应的避免方法。

  • Forgetting to square the coefficient when computing variance: Var(3X) = 9Var(X), not 3Var(X).

    计算方差时忘记对系数平方:Var(3X) = 9Var(X),而不是 3Var(X)。

  • Confusing σ and σ²: the table gives probabilities in terms of σ, but variance is σ². Always take the square root before using the Z-formula.

    混淆 σ 与 σ²:查表使用 σ,但方差是 σ²。应用 Z 公式前务必先开平方。

  • Forgetting the continuity correction when using a normal approximation to a discrete distribution.

    用正态近似离散分布时忘记连续性修正 0.5。

  • Using the Poisson model when events are not independent or when the rate is not constant over time.

    在事件不独立或速率不稳定时错误使用泊松模型。

  • Applying the Central Limit Theorem to small sample sizes from skewed populations without any caveat.

    在样本量很小且总体偏斜时,不加说明地套用中心极限定理。

A reliable exam strategy is to write down the distribution you are using before calculating anything. This earns method marks and helps you catch conceptual errors early. State the parameters as well, such as X ~ B(20, 0.05), then proceed.

一个稳妥的考试策略是:在任何计算之前,先把所用分布写下来。例如先写出 X ~ B(20, 0.05) 这样的形式,这能获得方法分,也能帮助你在早期发现概念错误。


11. Worked Example | 例题精讲

Let us consolidate these ideas with a complete worked example. A shop sells light bulbs. The probability that a bulb is defective is 0.02, and a box contains 50 bulbs.

让我们用一道完整的例题来巩固以上概念。某商店出售灯泡,每只灯泡为次品的概率是 0.02,每盒装有 50 只灯泡。

(a) Find the probability that a box contains exactly 2 defective bulbs.

(1)求一盒中恰好有 2 只次品灯泡的概率。

Let X be the number of defective bulbs in a box. Since each bulb is independent and the probability is constant, X ~ B(50, 0.02). Therefore:

P(X = 2) = C(50, 2) × (0.02)² × (0.98)⁴⁸ ≈ 0.1858

设 X 为一盒中的次品数量。每只灯泡相互独立且概率恒定,故 X ~ B(50, 0.02)。由此计算得 P(X = 2) ≈ 0.1858。

(b) Use a Poisson approximation to estimate P(X ≤ 2).

(2)用泊松分布近似计算 P(X ≤ 2)。

Since n = 50 is large and p = 0.02 is small, with np = 1, we take λ = 1 and X ≈ Po(1). Then:

P(X ≤ 2) = e⁻¹ + e⁻¹ × 1 + e⁻¹ × 1² / 2 = e⁻¹ × (1 + 1 + 0.5) ≈ 0.9197

由于 n = 50 较大且 p = 0.02 较小,np = 1,故取 λ = 1,X 近似服从 Po(1)。因此 P(X ≤ 2) ≈ 0.9197。

(c) Using the normal distribution, estimate P(X ≥ 3).

(3)利用正态分布估计 P(X ≥ 3)。

For the binomial, μ = np = 1 and σ² = np(1 − p) = 0.98, so σ ≈ 0.9899. Applying the continuity correction, P(X ≥ 3) corresponds to X ≥ 2.5:

Z = (2.5 − 1) / 0.9899 ≈ 1.515

P(X ≥ 3) ≈ P(Z ≥ 1.515) ≈ 0.0648

对于二项分布,μ = np = 1,σ² = np(1 − p) = 0.98,所以 σ ≈ 0.9899。应用连续性修正,P(X ≥ 3) 对应 X ≥ 2.5。标准化得到 Z ≈ 1.515,查表得概率约为 0.0648。

Notice how the same scenario generated a binomial calculation, a Poisson approximation, and a normal approximation. Recognising which approach is required is an essential skill for IB Paper 2.

注意:同一个问题背景中,我们使用了二项计算、泊松近似和正态近似三种方法。识别题目需要哪一种方法是 IB 卷二的核心能力。


12. Conclusion | 总结

Advanced statistical distributions in IB Mathematics require more than memorising formulas. You must understand the conditions that justify each distribution, manipulate expectation and variance algebra correctly, apply continuity corrections when approximating, and use probabilistic tools such as the Central Limit Theorem with care. Mastery comes from practising structured, clearly labelled solutions on realistic exam questions.

IB 数学中的进阶统计分布不仅要求记忆公式,更要求理解每个分布成立的背景条件,正确进行期望与方差的代数运算,在近似时使用连续性修正,并谨慎地应用中心极限定理等概率工具。真正的熟练掌握,来自对仿真考题进行结构清晰、步骤标注完整的反复练习。

Published by TutorHao | IB Math Revision Series | aleveler.com

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

Comments

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

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

Exit mobile version