📚 Cumulative Probability: Methods and Techniques | 累积概率的计算方法与技巧
Cumulative probability is one of the most fundamental concepts in statistics and probability theory, appearing in virtually every exam board’s mathematics syllabus. It answers a simple yet powerful question: what is the probability that a random variable takes a value less than or equal to a given threshold? This article explores its definition, calculation methods, and the practical techniques that help students master this topic with confidence.
累积概率是统计学和概率论中最基本的概念之一,几乎出现在所有考试局的数学大纲中。它回答一个简单却极具力量的问题:随机变量取值小于或等于某个给定阈值的概率是多少?本文将探讨其定义、计算方法以及帮助学生自信掌握这一主题的实用技巧。
1. Definition and Notation | 定义与符号
For a random variable X, the cumulative distribution function (CDF) is defined as F(x) = P(X ≤ x). This function gives the total probability accumulated up to and including the value x. For discrete random variables, F(x) is a step function that jumps at each possible value of X; for continuous random variables, it is a smooth, non-decreasing curve.
对于随机变量 X,累积分布函数定义为 F(x) = P(X ≤ x)。该函数给出截至并包括数值 x 的总累积概率。对于离散型随机变量,F(x) 是一个在每个可能 X 值处跳跃的阶梯函数;对于连续型随机变量,它是一条平滑、非递减的曲线。
-
Key property 1: 0 ≤ F(x) ≤ 1 for all x, and F(-∞) = 0, F(+∞) = 1.
关键性质1: 对所有 x,有 0 ≤ F(x) ≤ 1,且 F(-∞) = 0,F(+∞) = 1。
-
Key property 2: F(x) is non-decreasing: if x₁ ≤ x₂, then F(x₁) ≤ F(x₂).
关键性质2: F(x) 是非递减的:若 x₁ ≤ x₂,则 F(x₁) ≤ F(x₂)。
-
Key property 3: P(a < X ≤ b) = F(b) − F(a), which is the probability that X falls in the interval (a, b].
关键性质3: P(a < X ≤ b) = F(b) − F(a),即 X 落在区间 (a, b] 内的概率。
F(x) = P(X ≤ x) = Σₓ p(t) for discrete; F(x) = ∫₋∞ˣ f(t) dt for continuous
The notation serves as a bridge between probability mass/density functions and the cumulative perspective. Recognising when to use F(x) directly versus when to subtract two CDF values is the first step toward solving cumulative probability problems efficiently.
这一符号连接了概率质量/密度函数与累积视角。识别何时直接使用 F(x)、何时减去两个 CDF 值,是高效解决累积概率问题的第一步。
2. Discrete Random Variables | 离散型随机变量
For a discrete random variable X with probability mass function p(x), the cumulative probability is simply the sum of all probabilities up to the target value: F(k) = P(X ≤ k) = Σᵢ₌₋∞ᵏ p(i). In practice, this often means adding a finite number of terms from a given probability table.
对于具有概率质量函数 p(x) 的离散型随机变量 X,累积概率就是所有直到目标值的概率之和:F(k) = P(X ≤ k) = Σᵢ₌₋∞ᵏ p(i)。在实践中,这通常意味着从给定概率表中相加有限项。
Worked example: Consider a fair six-sided die. Let X be the outcome. Then F(4) = P(X ≤ 4) = P(X=1) + P(X=2) + P(X=3) + P(X=4) = 1/6 + 1/6 + 1/6 + 1/6 = 4/6 = 2/3.
示例: 考虑一颗公平的六面骰子。设 X 为结果。则 F(4) = P(X ≤ 4) = P(X=1) + P(X=2) + P(X=3) + P(X=4) = 1/6 + 1/6 + 1/6 + 1/6 = 4/6 = 2/3。
| x | 1 | 2 | 3 | 4 | 5 | 6 |
| P(X=x) | 1/6 | 1/6 | 1/6 | 1/6 | 1/6 | 1/6 |
| F(x) | 1/6 | 2/6 | 3/6 | 4/6 | 5/6 | 1 |
A common pitfall is forgetting that F(k) includes the probability at k itself. When calculating P(X < k), one must sum up to k−1, not to k. Similarly, P(X > k) = 1 − F(k).
常见错误是忘记 F(k) 包含 k 本身的概率。计算 P(X < k) 时,必须加到 k−1 而不是 k。类似地,P(X > k) = 1 − F(k)。
3. Continuous Random Variables | 连续型随机变量
For a continuous random variable, the cumulative distribution function is obtained by integrating the probability density function: F(x) = ∫₋∞ˣ f(t) dt. Because individual point probabilities are zero in the continuous case, P(X = a) = 0, and therefore P(X ≤ a) = P(X < a).
对于连续型随机变量,累积分布函数通过对概率密度函数积分获得:F(x) = ∫₋∞ˣ f(t) dt。由于连续情形下单个点的概率为零,P(X = a) = 0,因此 P(X ≤ a) = P(X < a)。
Worked example: Let X have pdf f(x) = 2x for 0 ≤ x ≤ 1, and 0 otherwise. Then F(x) = ∫₀ˣ 2t dt = [t²]₀ˣ = x². Hence P(X ≤ 0.5) = (0.5)² = 0.25, and P(0.2 < X ≤ 0.6) = F(0.6) − F(0.2) = 0.36 − 0.04 = 0.32.
示例: 设 X 的概率密度函数为 f(x) = 2x(0 ≤ x ≤ 1),否则为 0。则 F(x) = ∫₀ˣ 2t dt = [t²]₀ˣ = x²。因此 P(X ≤ 0.5) = (0.5)² = 0.25,且 P(0.2 < X ≤ 0.6) = F(0.6) − F(0.2) = 0.36 − 0.04 = 0.32。
The key technique here is to correctly identify the limits of integration. When the pdf is defined piecewise, the CDF must be built piecewise as well, ensuring continuity at the boundaries.
这里的关键技术是正确识别积分上下限。当概率密度分段定义时,CDF 也必须分段构建,并确保在边界处连续。
4. The Complement Rule | 补集法则
One of the most powerful shortcuts in cumulative probability is the complement rule: P(X > x) = 1 − F(x). This often simplifies calculations dramatically when dealing with “at least” or “more than” type questions.
累积概率中最强大的捷径之一是补集法则:P(X > x) = 1 − F(x)。在处理“至少”或“超过”类型的问题时,这通常能大幅简化计算。
Example: Suppose X ~ Binomial(n = 10, p = 0.2). Finding P(X ≥ 3) directly requires summing P(X=3) through P(X=10). Using the complement, P(X ≥ 3) = 1 − P(X ≤ 2) = 1 − F(2), which involves only three terms instead of eight.
示例: 假设 X ~ 二项分布(n = 10, p = 0.2)。直接求 P(X ≥ 3) 需要累加 P(X=3) 到 P(X=10)。使用补集,P(X ≥ 3) = 1 − P(X ≤ 2) = 1 − F(2),只需计算三项而不是八项。
P(X ≥ k) = 1 − F(k − 1) (discrete); P(X ≥ x) = 1 − F(x) (continuous)
Always check whether the boundary value is inclusive or exclusive. For discrete variables, P(X ≥ 3) means including 3, so we subtract F(2), not F(3). Misreading this single detail is the most common source of error in cumulative probability problems.
始终检查边界值是包含还是不包含。对于离散变量,P(X ≥ 3) 表示包含 3,所以应减去 F(2) 而不是 F(3)。误读这一细节是累积概率问题中最常见的错误来源。
5. The Normal Distribution | 正态分布
The normal distribution is the most important continuous distribution in statistics. Its CDF is not available in closed form, so we rely on standardisation and statistical tables (or calculators) to find cumulative probabilities.
正态分布是统计学中最重要的连续分布。其 CDF 没有封闭形式,因此我们依赖标准化和统计表(或计算器)来查找累积概率。
To standardise, we convert any normal random variable X ~ N(μ, σ²) into the standard normal Z ~ N(0, 1) using:
为了标准化,我们将任意正态随机变量 X ~ N(μ, σ²) 转换为标准正态 Z ~ N(0, 1):
Z = (X − μ) / σ
Then P(X ≤ x) = Φ((x − μ)/σ), where Φ is the standard normal CDF. Most exam boards provide a table of Φ(z) values for z ≥ 0; for negative z use the symmetry property Φ(−z) = 1 − Φ(z).
然后 P(X ≤ x) = Φ((x − μ)/σ),其中 Φ 是标准正态 CDF。大多数考试局提供 z ≥ 0 的 Φ(z) 数值表;对于负 z,使用对称性质 Φ(−z) = 1 − Φ(z)。
Worked example: Let X ~ N(100, 16). Find P(X ≤ 108). Standardise: z = (108 − 100)/4 = 2. Then P(X ≤ 108) = Φ(2) ≈ 0.9772.
示例: 设 X ~ N(100, 16)。求 P(X ≤ 108)。标准化:z = (108 − 100)/4 = 2。则 P(X ≤ 108) = Φ(2) ≈ 0.9772。
6. Inverse Normal Calculations | 逆正态计算
Sometimes the cumulative probability is given and we must find the corresponding value of X. This is the inverse normal problem. Using the standard normal table in reverse, we find the z-value that corresponds to the given probability, then solve for x = μ + zσ.
有时题目给出累积概率,我们需要反求对应的 X 值,即逆正态问题。反向使用标准正态表,找到给定概率对应的 z 值,然后解出 x = μ + zσ。
Worked example: For X ~ N(100, 16), find the value a such that P(X ≤ a) = 0.90. Since Φ(z) = 0.90 gives z ≈ 1.2816, we have a = 100 + 1.2816 × 4 = 105.13.
示例: 对于 X ~ N(100, 16),求满足 P(X ≤ a) = 0.90 的 a 值。由于 Φ(z) = 0.90 对应 z ≈ 1.2816,因此 a = 100 + 1.2816 × 4 = 105.13。
Care must be taken when the probability is less than 0.5: the corresponding z will be negative. For example, if P(X ≤ a) = 0.20, then z ≈ −0.8416, giving a = 100 − 0.8416 × 4 = 96.63.
当概率小于 0.5 时要格外小心:对应的 z 为负值。例如,若 P(X ≤ a) = 0.20,则 z ≈ −0.8416,得到 a = 100 − 0.8416 × 4 = 96.63。
7. Cumulative Binomial and Poisson Tables | 二项与泊松累积表
For discrete distributions such as Binomial(n, p) and Poisson(λ), exam boards often provide cumulative probability tables. Reading these tables efficiently requires knowing the exact structure of the table, typically arranged by parameter values with rows for x and columns for p or λ.
对于二项分布和泊松分布等离散分布,考试局常提供累积概率表。高效查阅这些表需要了解表格的具体结构,通常按参数排列,行对应 x,列对应 p 或 λ。
Binomial table usage: To find P(X ≤ 3) for X ~ Binomial(n = 10, p = 0.3), locate the row x = 3 under n = 10 and the column p = 0.3. The entry gives the cumulative probability directly. To find P(X = 3), subtract: P(X = 3) = F(3) − F(2).
二项表用法: 要求 X ~ 二项分布(n = 10, p = 0.3) 的 P(X ≤ 3),在 n = 10 下找到行 x = 3,并找到列 p = 0.3,交叉项即给出累积概率。要求 P(X = 3) 则相减:P(X = 3) = F(3) − F(2)。
Poisson table usage: For X ~ Poisson(λ = 4), to find P(X ≥ 5), use P(X ≥ 5) = 1 − P(X ≤ 4) = 1 − F(4). The table provides F(4) directly under λ = 4.
泊松表用法: 对于 X ~ 泊松分布(λ = 4),求 P(X ≥ 5) 时使用 P(X ≥ 5) = 1 − P(X ≤ 4) = 1 − F(4)。表中 λ = 4 下可直接查到 F(4)。
Always confirm whether the table gives P(X = x) or P(X ≤ x) — some tables mix both. Reading the heading and any explanatory notes carefully can save you from losing full marks.
务必确认表中给出的是 P(X = x) 还是 P(X ≤ x)——有些表格两者混用。仔细阅读标题和说明文字可以避免丢失全部分数。
8. Continuity Correction | 连续性修正
When using the normal distribution to approximate a discrete distribution, a continuity correction is essential. This correction accounts for the fact that a discrete value x is treated as covering the interval [x − 0.5, x + 0.5] on the continuous scale.
当使用正态分布近似离散分布时,连续性修正是必不可少的。这一修正考虑了离散值 x 在连续尺度上覆盖区间 [x − 0.5, x + 0.5] 这一事实。
-
P(X ≤ k) becomes P(X ≤ k + 0.5)
P(X ≤ k) 变为 P(X ≤ k + 0.5)
-
P(X < k) becomes P(X ≤ k − 0.5)
P(X < k) 变为 P(X ≤ k − 0.5)
-
P(X ≥ k) becomes P(X ≥ k − 0.5)
P(X ≥ k) 变为 P(X ≥ k − 0.5)
-
P(X > k) becomes P(X ≥ k + 0.5)
P(X > k) 变为 P(X ≥ k + 0.5)
Example: Approximate X ~ Binomial(n = 200, p = 0.4) as normal. Here μ = 80, σ = √(200 × 0.4 × 0.6) = √48 ≈ 6.928. To estimate P(X ≤ 85), use P(X ≤ 85.5) = Φ((85.5 − 80)/6.928) = Φ(0.794) ≈ 0.7864. Without the correction, Φ((85 − 80)/6.928) = Φ(0.722) ≈ 0.7649, a noticeably less accurate result.
示例: 用正态近似 X ~ 二项分布(n = 200, p = 0.4)。这里 μ = 80,σ = √(200 × 0.4 × 0.6) = √48 ≈ 6.928。要估计 P(X ≤ 85),使用 P(X ≤ 85.5) = Φ((85.5 − 80)/6.928) = Φ(0.794) ≈ 0.7864。若不修正,Φ((85 − 80)/6.928) = Φ(0.722) ≈ 0.7649,精确度明显较差。
9. Common Pitfalls and Exam Tips | 常见误区与考试技巧
Even strong students lose marks on cumulative probability questions due to small but costly mistakes. Below are the most frequently seen pitfalls and the correct approaches.
即使是优秀学生也会在累积概率问题上因细小但代价高昂的错误而失分。以下是最高频的误区和正确的处理方法。
| Pitfall | 误区 | Correct approach | 正确做法 |
| Confusing < with ≤ | 混淆 < 与 ≤ | For discrete X, F(k) includes k. Use F(k−1) for strict inequality. 离散时 F(k) 包含 k;严格不等式使用 F(k−1)。 |
| Forgetting to standardise | 忘记标准化 | Always convert X to Z: z = (x − μ)/σ. 始终将 X 转换为 Z:z = (x − μ)/σ。 |
| Skipping continuity correction | 省略连续性修正 | Always apply ±0.5 when approximating discrete with normal. 用正态近似离散时始终应用 ±0.5。 |
| Misreading table orientation | 误读表格方向 | Check whether the table shows P(X = x) or P(X ≤ x). 检查表给出的是 P(X = x) 还是 P(X ≤ x)。 |
Exam tip: Write out the inequality symbol clearly in your working, and translate every probability statement into a CDF expression before looking up tables. This small habit reduces errors dramatically and shows the examiner your method clearly.
考试技巧: 在解题过程中明确写出不等式符号,并在查表之前将每一个概率陈述转换为 CDF 表达式。这个小习惯能显著减少错误,并向考官清晰展示你的方法。
10. Worked Multi-Part Problem | 综合多部分例题
The following problem integrates several techniques covered in this article. It resembles the style of a typical exam question on cumulative probability.
下面这道题整合了本文涵盖的多项技术,风格接近典型的累积概率考试题。
Problem: A random variable X is normally distributed with mean 50 and standard deviation 8. (a) Find P(X < 45). (b) Find k such that P(X ≤ k) = 0.75. (c) If Y ~ Binomial(n = 20, p = 0.3), find P(Y ≥ 5).
题目: 随机变量 X 服从均值为 50、标准差为 8 的正态分布。(a) 求 P(X < 45)。(b) 求 k 使 P(X ≤ k) = 0.75。(c) 若 Y ~ 二项分布(n = 20, p = 0.3),求 P(Y ≥ 5)。
Solution: (a) z = (45 − 50)/8 = −0.625. Then P(X < 45) = Φ(−0.625) = 1 − Φ(0.625) ≈ 1 − 0.7340 = 0.2660.
解答: (a) z = (45 − 50)/8 = −0.625。则 P(X < 45) = Φ(−0.625) = 1 − Φ(0.625) ≈ 1 − 0.7340 = 0.2660。
(b) 0.75 corresponds to z ≈ 0.6745, so k = 50 + 0.6745 × 8 = 55.40.
(b) 0.75 对应 z ≈ 0.6745,因此 k = 50 + 0.6745 × 8 = 55.40。
(c) P(Y ≥ 5) = 1 − P(Y ≤ 4). From binomial cumulative tables with n = 20, p = 0.3, F(4) ≈ 0.2374, hence P(Y ≥ 5) = 1 − 0.2374 = 0.7626.
(c) P(Y ≥ 5) = 1 − P(Y ≤ 4)。查 n = 20、p = 0.3 的二项累积表,F(4) ≈ 0.2374,因此 P(Y ≥ 5) = 1 − 0.2374 = 0.7626。
11. Using Calculators Efficiently | 高效使用计算器
Modern exam-approved calculators can compute cumulative probabilities for normal, binomial, and Poisson distributions directly. Knowing the correct menu path and input order saves time and reduces transcription errors.
现代考试允许的计算器可以直接计算正态、二项和泊松分布的累积概率。了解正确的菜单路径和输入顺序可以节省时间并减少抄写错误。
-
Normal CDF: Enter lower bound, upper bound, mean, and standard deviation. For P(X ≤ x), use a lower bound of −1 × 10⁹⁹ or the calculator’s built-in “-∞” option.
正态 CDF: 输入下限、上限、均值和标准差。对于 P(X ≤ x),使用 −1 × 10⁹⁹ 或计算器内置的 “-∞” 选项作为下限。
-
Binomial CDF: Use the cumulative mode (usually labelled “Binomial CD” or similar). Input n, p, and the value of x. For P(X ≥ 5), use 1 − P(X ≤ 4) or the upper-tail function if available.
二项 CDF: 使用累积模式(通常标记为 “Binomial CD” 或类似名称)。输入 n、p 和 x 值。对于 P(X ≥ 5),使用 1 − P(X ≤ 4) 或可用的上尾函数。
-
Inverse normal: Use the inverse normal function with inputs for probability, mean, and standard deviation. This gives the value of x directly, but double-check whether the calculator returns the left-tail or right-tail quantile.
逆正态: 使用逆正态函数,输入概率、均值和标准差。这可以直接给出 x 值,但要确认计算器返回的是左尾还是右尾分位数。
12. Summary and Practice Advice | 总结与练习建议
Cumulative probability is a unifying thread across many areas of A-Level mathematics and statistics. Mastery comes from understanding the definition deeply, practising with tables, and developing a habit of checking boundary conditions. Every question ultimately reduces to identifying F(something) correctly and applying a small set of rules.
累积概率贯穿 A-Level 数学和统计学的许多领域。掌握它需要深入理解定义、勤加练习查表,并养成检查边界条件的习惯。每一个问题最终都归结为正确识别 F(某值) 并应用一组简洁的规则。
As you prepare for your exams, create a one-page summary of the key formulas: F(x) = P(X ≤ x), the complement rule, standardisation z = (x − μ)/σ, and the continuity correction rules. Use this summary while practising past-paper questions until it becomes second nature.
备考时,请制作一页关键公式摘要:F(x) = P(X ≤ x)、补集法则、标准化 z = (x − μ)/σ 以及连续性修正规则。在练习历年真题时使用这份摘要,直到其成为你的本能反应。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply