📚 Understanding Probability Distributions and Statistical Tables | 概率分布与统计表的理解与应用
Probability distributions are the backbone of statistical inference. They describe how probabilities are assigned to different outcomes of a random experiment, and statistical tables allow us to compute probabilities and critical values efficiently without performing complex calculations every time. This article explores the key concepts of probability distributions and the correct use of statistical tables in IB Mathematics.
概率分布是统计推断的基石。它描述了随机试验的各个结果如何被赋予概率,而统计表则使我们无需每次进行复杂计算,就能高效地求出概率和临界值。本文探讨IB数学中概率分布的核心概念以及统计表的正确应用。
1. Random Variables and Probability Distributions | 随机变量与概率分布
A random variable is a numerical outcome of a random process. It is either discrete (taking countable values) or continuous (taking values in an interval). A probability distribution lists all possible values and their corresponding probabilities, satisfying the conditions: each probability is between 0 and 1, and the sum of all probabilities equals 1.
随机变量是随机过程的数值结果,分为离散型(取可数个值)和连续型(在区间内取值)。概率分布列出所有可能取值及其对应概率,并满足条件:每个概率在0和1之间,且所有概率之和等于1。
-
Discrete: P(X = x) is defined for each value x.
离散型:对每个值 x 定义 P(X = x)。
-
Continuous: P(a ≤ X ≤ b) is found by integrating the probability density function.
连续型:P(a ≤ X ≤ b) 通过对概率密度函数积分求得。
2. Expected Value and Variance | 期望与方差
The expected value E(X) represents the mean of a probability distribution, while Var(X) measures the spread. For a discrete distribution with values xᵢ and probabilities pᵢ:
期望 E(X) 表示概率分布的平均值,方差 Var(X) 度量分布的离散程度。对于取值为 xᵢ、概率为 pᵢ 的离散分布:
E(X) = Σ xᵢpᵢ, Var(X) = Σ (xᵢ − μ)²pᵢ = E(X²) − [E(X)]²
For a continuous distribution, replace the sum with an integral. Variance is often denoted by σ², and the standard deviation is σ = √Var(X).
对于连续分布,将求和替换为积分。方差常用 σ² 表示,标准差为 σ = √Var(X)。
3. Discrete Distributions: Binomial | 离散分布:二项分布
A binomial distribution models the number of successes in n independent trials, each with the same probability of success p. The probability of exactly k successes is:
二项分布描述 n 次独立试验中的成功次数,每次成功概率为 p。恰好 k 次成功的概率为:
P(X = k) = ⁿCₖ pᵏ(1 − p)ⁿ⁻ᵏ
Its mean and variance are μ = np and σ² = np(1 − p). In IB exams, binomial probabilities can be found using a GDC or the formula, and the binomial table may be used when n is small.
其均值和方差分别为 μ = np 和 σ² = np(1 − p)。在IB考试中,可使用计算器或公式求二项概率,当 n 较小时也可查二项分布表。
4. Discrete Distributions: Poisson | 离散分布:泊松分布
The Poisson distribution models the number of events occurring in a fixed interval of time or space, given a constant average rate λ. Its probability mass function is:
泊松分布用于描述在固定时间或空间区间内以恒定平均速率 λ 发生的事件次数。其概率质量函数为:
P(X = k) = e⁻ˡᵃᵐᵇᵈᵃ λᵏ / k!
For a Poisson distribution, E(X) = Var(X) = λ. It is often used to approximate the binomial distribution when n is large and p is small, with λ = np.
泊松分布的 E(X) = Var(X) = λ。当 n 大且 p 小时,它常被用来近似二项分布,此时 λ = np。
5. Continuous Distributions: Normal | 连续分布:正态分布
The normal distribution is the most important continuous distribution, with probability density function:
正态分布是最重要的连续分布,其概率密度函数为:
f(x) = (1 / (σ√(2π))) e^(−(x−μ)²/(2σ²))
Here μ is the mean and σ is the standard deviation. The distribution is symmetric about μ, and the total area under the curve is 1. To use the standard normal table, convert any normal variable to the z-score:
其中 μ 是均值,σ 是标准差。分布关于 μ 对称,曲线下总面积为 1。为使用标准正态表,需将任意正态变量转化为 z 分数:
z = (X − μ) / σ
6. Reading the Standard Normal Table | 标准正态表的读取
The standard normal table gives P(Z < z) for non-negative values of z. The table is often organised with rows representing the first two digits of z and columns representing the second decimal place. To find P(Z < 1.28), locate row 1.2 and column 0.08.
标准正态表给出非负 z 值的 P(Z < z)。表格通常以行表示 z 的前两位数字,列表示第二个小数位。例如,查找 P(Z < 1.28),先找到行 1.2,再找列 0.08。
-
P(Z > z) = 1 − P(Z < z)
P(Z > z) = 1 − P(Z < z)
-
P(−a < Z < a) = 2P(Z < a) − 1
P(−a < Z < a) = 2P(Z < a) − 1
Some tables give the area from 0 to z; then add 0.5 to get the cumulative probability.
有些表格给出从 0 到 z 的面积;此时需加上 0.5 才能得到累积概率。
7. Inverse Normal Calculations | 正态分布的逆运算
Inverse normal problems ask for the value of z or X corresponding to a given cumulative probability. For example, the 95th percentile has z ≈ 1.645 because P(Z < 1.645) = 0.95. Using the inverse normal function on a GDC or reading the table in reverse helps find unknown boundaries.
正态逆运算问题是给定累积概率求对应的 z 或 X 值。例如,第95百分位数对应 z ≈ 1.645,因为 P(Z < 1.645) = 0.95。使用计算器上的逆正态功能或反向查表可帮助求未知边界。
X = μ + z σ
This formula converts a z-score back to the original variable. Always draw a sketch of the normal curve to avoid sign errors.
此公式将 z 分数还原为原始变量。绘制正态曲线草图可避免符号错误。
8. The t-Distribution Table | t 分布表
The t-distribution is used when estimating the mean of a normally distributed population with unknown standard deviation, especially for small samples. Its shape is similar to the normal but has heavier tails. The table provides critical values t* for given degrees of freedom (df = n − 1) and confidence levels.
t 分布用于在总体标准差未知时估计正态总体均值,尤其适用于小样本。其形状类似正态分布但尾部更厚。t 分布表按自由度(df = n − 1)和置信水平提供临界值 t*。
| df | 90% | 95% | 99% |
| 5 | 2.015 | 2.571 | 4.032 |
| 10 | 1.812 | 2.228 | 3.169 |
When df is large, the t-distribution approaches the standard normal distribution.
当自由度较大时,t 分布趋近于标准正态分布。
9. The Chi-Squared Table | 卡方分布表
The chi-squared (χ²) distribution is used in hypothesis tests of independence and goodness of fit. The table gives critical values for a given significance level α and degrees of freedom. For a chi-squared test with df = (rows − 1)(columns − 1), find the value such that P(χ² > χ²_crit) = α.
卡方(χ²)分布用于独立性检验和拟合优度检验。卡方表按显著性水平 α 和自由度给出临界值。对于自由度为 df = (行数 − 1)(列数 − 1) 的卡方检验,需找到满足 P(χ² > χ²_crit) = α 的临界值。
χ² = Σ (Oᵢ − Eᵢ)² / Eᵢ
Here Oᵢ are observed frequencies and Eᵢ are expected frequencies. The null hypothesis is rejected if the test statistic exceeds the critical value.
其中 Oᵢ 为观测频数,Eᵢ 为期望频数。若检验统计量大于临界值,则拒绝原假设。
10. Choosing the Correct Distribution | 选择正确的分布
When solving probability problems, first determine the type of random variable and the underlying conditions. Use binomial for independent trials with two outcomes, Poisson for rare events in a fixed interval, normal for continuous symmetric data with known volatility, and t for small-sample inference about means.
在解决概率问题时,首先确定随机变量的类型及条件。对于具有两种结果的独立试验使用二项分布;固定区间内的稀有事件使用泊松分布;连续对称且波动已知的数据使用正态分布;小样本均值推断使用 t 分布。
-
Binomial: fixed n, constant p, independent trials.
二项:固定 n,p 恒定,各次试验独立。
-
Poisson: events occur randomly at a constant average rate.
泊松:事件以恒定平均速率随机发生。
-
Normal: continuous, symmetric, bell-shaped.
正态:连续、对称、钟形。
11. Common Pitfalls in Table Use | 查表的常见误区
A frequent error is using the wrong direction of the table. Be aware of whether your table gives P(Z < z), P(Z > z), or the area from 0 to z. Also remember that the total area is 1, and for continuous distributions P(X = a) = 0.
常见错误是查表方向弄错。请确认你的表格给出的是 P(Z < z)、P(Z > z) 还是从 0 到 z 的面积。还要记住总面积为1,且对于连续分布,P(X = a) = 0。
-
When using the normal table, always convert to z first.
使用正态表时,先转化为 z 值。
-
For the t-table, use the correct degrees of freedom.
使用 t 表时,选择正确的自由度。
-
For the chi-squared table, check whether the table lists cumulative probabilities or right-tail probabilities.
使用卡方表时,检查是累积概率还是右侧尾概率。
12. Applying Probability Distributions in IB Exam Questions | 在IB考试问题中应用概率分布
Exam questions often mix distribution recognition with table reading. For example, given a normally distributed variable with μ = 50 and σ = 8, find P(X > 60). First compute z = (60 − 50)/8 = 1.25, then use the table to get P(Z < 1.25) = 0.8944, so P(X > 60) = 1 − 0.8944 = 0.1056.
考试题通常结合分布判断和查表。例如,已知正态变量 μ = 50,σ = 8,求 P(X > 60)。先算 z = (60 − 50)/8 = 1.25,查表得 P(Z < 1.25) = 0.8944,因此 P(X > 60) = 1 − 0.8944 = 0.1056。
Always write the z-score formula and show the substitution; final answers should be supported by a sketch or a clear table reference.
务必写出 z 分数公式并展示代入过程;最终答案应由草图或清晰的查表过程支持。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导