Common Probability Distributions and Their Characteristics | 常见概率分布类型与特征

📚 Common Probability Distributions and Their Characteristics | 常见概率分布类型与特征

Probability distributions are the mathematical backbone of statistics, allowing us to model random phenomena and make informed predictions. In IB Mathematics, whether you are studying Analysis and Approaches (AA) or Applications and Interpretation (AI), understanding the key features of common distributions is essential for solving problems in probability, hypothesis testing, and real-world modelling. This article provides a comprehensive yet concise overview of the most frequently examined distributions, their parameters, formulas, and when to apply them.

概率分布是统计学的数学基石,它使我们能够对随机现象进行建模并做出有根据的预测。在IB数学中,无论你学习的是分析与方法(AA)还是应用与解释(AI),理解常见分布的关键特征对于解决概率、假设检验和现实世界建模中的问题都至关重要。本文将全面而简明地介绍最常考的几个分布,包括它们的参数、公式及适用场景。


1. Discrete vs Continuous Distributions | 离散分布与连续分布

A fundamental distinction in probability theory is between discrete and continuous random variables. A discrete random variable takes on a countable number of distinct values, such as the number of heads in three coin tosses. Its probability distribution can be represented by a probability mass function (PMF), which assigns a probability to each possible value. The sum of all probabilities must equal 1. A continuous random variable, by contrast, can take any value within an interval, such as the height of a student or the time until a radioactive particle decays. Continuous distributions are described by a probability density function (PDF), and probabilities are calculated as areas under the curve over a specified interval, with the total area equal to 1.

概率论中一个基本区别是离散随机变量与连续随机变量之间的差异。离散随机变量仅可取可数的若干个不同值,例如三次抛硬币中出现正面的次数。其概率分布可用概率质量函数(PMF)表示,该函数为每一个可能取值赋予一个概率,且所有概率之和必须等于1。相比之下,连续随机变量可以在某个区间内取任意值,例如学生的身高或放射性粒子衰变所需的时间。连续分布用概率密度函数(PDF)描述,概率表现为曲线下某一区间内的面积,总面积为1。


2. Bernoulli Distribution | 伯努利分布

The Bernoulli distribution is the simplest discrete distribution, modelling a single trial with exactly two outcomes: success or failure. If the probability of success is denoted by p, then the probability of failure is 1 − p. The mean (expected value) of a Bernoulli random variable is p, and the variance is p(1 − p). In IB questions, you might be asked to compute the expected value and variance directly, or to recognise that a Bernoulli distribution is a special case of the binomial distribution with n = 1.

伯努利分布是最简单的离散分布,它模拟单次试验,结果只有成功与失败两种。若成功的概率记为p,则失败的概率为1 − p。伯努利随机变量的均值(期望值)为p,方差为p(1 − p)。在IB考题中,你可能会被要求直接计算期望值和方差,或者识别出伯努利分布是n = 1时的二项分布特例。

For example, if you roll a fair die and define success as rolling a 6, then p = ⅙, with mean ⅙ and variance ⅙ × ⅚ = 5⁄36. This simple model is the foundation upon which more complex binomial problems are built.

例如,掷一枚公平骰子,若将掷出6点定义为成功,则p = ⅙,均值为⅙,方差为⅙ × ⅚ = 5⁄36。这个简单模型是构建更复杂二项分布问题的基础。


3. Binomial Distribution | 二项分布

The binomial distribution extends the Bernoulli model to n independent and identical trials, each with the same success probability p. It counts the number of successes X. The probability of obtaining exactly k successes is given by the formula P(X = k) = ⁿCₖ · pᵏ · (1 − p)ⁿ⁻ᵏ, where ⁿCₖ is the binomial coefficient. The mean is np and the variance is np(1 − p). In IB examinations, you must verify that all conditions are satisfied: a fixed number of trials, two possible outcomes, constant probability of success, and independence of trials.

二项分布将伯努利模型推广到n次独立且相同的试验,每次试验的成功概率均为p,它统计成功次数X。恰好获得k次成功的概率为P(X = k) = ⁿCₖ · pᵏ · (1 − p)ⁿ⁻ᵏ,其中ⁿCₖ为二项式系数。均值为np,方差为np(1 − p)。在IB考试中,你必须验证所有条件是否满足:试验次数固定、结果只有两种、成功概率恒定、各次试验相互独立。

P(X = k) = ⁿCₖ · pᵏ · (1 − p)ⁿ⁻ᵏ,  E[X] = np,  Var(X) = np(1 − p)

A typical IB question might involve a quality control scenario: a factory produces light bulbs with a 5% defect rate. If a sample of 20 bulbs is selected, the probability of finding exactly 2 defective bulbs is P(X = 2) = ²⁰C₂ · 0.05² · 0.95¹⁸ ≈ 0.1887. Using a GDC (graphical display calculator) with the binomial probability function is often the most efficient approach.

一个典型的IB题目可能涉及质量控制场景:某工厂生产的灯泡次品率为5%,若从中抽取20个灯泡,恰好发现2个次品的概率为P(X = 2) = ²⁰C₂ · 0.05² · 0.95¹⁸ ≈ 0.1887。使用图形计算器(GDC)的二项概率功能通常是最快捷的方法。


4. Geometric Distribution | 几何分布

The geometric distribution models the number of trials needed until the first success occurs in a sequence of independent Bernoulli trials, each with success probability p. The probability that the first success occurs on the k-th trial is P(X = k) = (1 − p)ᵏ⁻¹ · p. The mean is 1/p and the variance is (1 − p)/p². This distribution is memoryless, meaning the probability of success does not depend on how many trials have already been performed.

几何分布模拟在一系列独立的伯努利试验中,直到首次成功出现所需的试验次数,每次试验成功概率为p。首次成功出现在第k次试验的概率为P(X = k) = (1 − p)ᵏ⁻¹ · p。均值为1/p,方差为(1 − p)/p²。该分布具有无记忆性,即成功的概率与已经进行的试验次数无关。

P(X = k) = (1 − p)ᵏ⁻¹ · p,  E[X] = 1/p,  Var(X) = (1 − p)/p²

For example, if a basketball player has a 30% free-throw success rate, the probability that their first successful shot occurs on their 4th attempt is P(X = 4) = 0.70³ × 0.30 ≈ 0.1029. In IB questions, geometric distributions often appear in contexts such as repeated independent trials, waiting times, or reliability testing.

例如,若一名篮球运动员的罚球命中率为30%,其首次命中的投篮出现在第4次尝试的概率为P(X = 4) = 0.70³ × 0.30 ≈ 0.1029。在IB题目中,几何分布常出现在重复独立试验、等待时间或可靠性测试等场景中。


5. Poisson Distribution | 泊松分布

The Poisson distribution models the number of events occurring in a fixed interval of time or space, given that events occur independently and at a constant average rate λ. The probability of observing exactly k events is P(X = k) = e⁻ˡ · λᵏ / k!, where e is Euler’s number. A key property of the Poisson distribution is that its mean and variance are both equal to λ, i.e., E[X] = λ and Var(X) = λ.

泊松分布用于模拟在固定时间或空间区间内事件发生的次数,条件是事件独立发生且平均发生率λ恒定。恰好观察到k个事件的概率为P(X = k) = e⁻ˡ · λᵏ / k!,其中e为欧拉数。泊松分布的一个关键性质是其均值与方差均等于λ,即E[X] = λ,Var(X) = λ。

P(X = k) = e⁻ˡ · λᵏ / k!,  E[X] = λ,  Var(X) = λ

A classic example is the number of customer arrivals at a bank per hour. If the average rate is λ = 10 customers per hour, the probability of exactly 12 customers arriving in an hour is P(X = 12) = e⁻¹⁰ · 10¹² / 12! ≈ 0.0948. The Poisson distribution is also used to approximate the binomial distribution when n is large and p is small, typically when n ≥ 50 and np ≤ 5, making it a powerful tool for modelling rare events.

一个经典例子是银行每小时到达的顾客人数。若平均速率为λ = 10人/小时,则一小时内恰好有12位顾客到达的概率为P(X = 12) = e⁻¹⁰ · 10¹² / 12! ≈ 0.0948。泊松分布还可用于近似二项分布,当n较大且p较小时,通常当n ≥ 50且np ≤ 5时效果良好,因此它是对稀有事件建模的有力工具。


6. Continuous Uniform Distribution | 连续均匀分布

The continuous uniform distribution assigns equal probability density to every value within a finite interval [a, b]. Its probability density function is f(x) = 1/(b − a) for a ≤ x ≤ b, and 0 otherwise. The mean is (a + b)/2, and the variance is (b − a)²/12. The cumulative distribution function is F(x) = (x − a)/(b − a), which increases linearly from 0 to 1 across the interval.

连续均匀分布为有限区间[a, b]内的每一个值赋予相等的概率密度。其概率密度函数为f(x) = 1/(b − a)(当a ≤ x ≤ b),否则为0。均值为(a + b)/2,方差为(b − a)²/12。累积分布函数为F(x) = (x − a)/(b − a),在区间内从0线性递增至1。

f(x) = 1/(b − a),  E[X] = (a + b)/2,  Var(X) = (b − a)²/12

Consider a bus that arrives at a stop every 20 minutes uniformly. If you arrive at a random time, the probability of waiting between 5 and 10 minutes is calculated as (10 − 5)/20 = 0.25. This distribution is frequently used in simulation studies and in IB questions involving random arrival times or rounding errors.

假设公交车每20分钟均匀地到达某站,如果你在随机时刻到达,等待时间在5到10分钟之间的概率为(10 − 5)/20 = 0.25。该分布常被用于模拟研究,以及IB中涉及随机到达时间或舍入误差的题目中。


7. Normal Distribution | 正态分布

The normal distribution, often called the bell curve, is the most important continuous distribution in statistics. It is defined by two parameters: the mean μ, which determines the centre, and the standard deviation σ, which determines the spread. Its probability density function is f(x) = 1/(σ√(2π)) · e^(−(x−μ)²/(2σ²)). The distribution is symmetric about μ, with approximately 68% of data within one standard deviation, 95% within two, and 99.7% within three, known as the empirical rule.

正态分布,通常称为钟形曲线,是统计学中最重要的连续分布。它由两个参数定义:均值μ决定中心位置,标准差σ决定离散程度。其概率密度函数为f(x) = 1/(σ√(2π)) · e^(−(x−μ)²/(2σ²))。该分布关于μ对称,约68%的数据落在均值的一个标准差范围内,95%落在两个标准差范围内,99.7%落在三个标准差范围内,这就是经验法则。

f(x) = 1/(σ√(2π)) · e^(−(x−μ)²/(2σ²)),  E[X] = μ,  Var(X) = σ²

The standard normal distribution has mean 0 and standard deviation 1, denoted Z ~ N(0, 1). To convert any normal variable X to the standard form, we use the z-score transformation z = (x − μ)/σ. In IB examinations, you are expected to use the GDC’s normal cumulative distribution function (normalcdf) or the provided z-table to compute probabilities. For example, if X ~ N(100, 15), the probability that X is between 85 and 130 is P(85 < X < 130) = P(−1 < Z < 2) ≈ 0.8186.

标准正态分布的均值为0,标准差为1,记为Z ~ N(0, 1)。要将任意正态变量X转换为标准形式,可使用z分数变换z = (x − μ)/σ。在IB考试中,你应使用GDC的正态累积分布功能(normalcdf)或所附的z表来计算概率。例如,若X ~ N(100, 15),则X介于85和130之间的概率为P(85 < X < 130) = P(−1 < Z < 2) ≈ 0.8186。


8. Exponential Distribution | 指数分布

The exponential distribution is a continuous distribution often used to model waiting times between events in a Poisson process. Its probability density function is f(x) = λe^(−λx) for x ≥ 0, where λ is the rate parameter. The mean is 1/λ and the variance is 1/λ². The cumulative distribution function is F(x) = 1 − e^(−λx), making it straightforward to compute tail probabilities.

指数分布是连续分布,常用于对泊松过程中事件之间的等待时间建模。其概率密度函数为f(x) = λe^(−λx)(x ≥ 0),其中λ为速率参数。均值为1/λ,方差为1/λ²。累积分布函数为F(x) = 1 − e^(−λx),这使得计算尾部概率非常直接。

f(x) = λe^(−λx),  E[X] = 1/λ,  Var(X) = 1/λ²

For instance, if the average time between machine breakdowns is 50 hours, then λ = 1/50 per hour. The probability that the machine operates for at least 80 hours without failure is P(X > 80) = e^(−80/50) ≈ 0.2019. Like the geometric distribution, the exponential distribution has the memoryless property: P(X > s + t | X > s) = P(X > t).

例如,若机器平均无故障运行时间为50小时,则λ = 1/50每小时。机器至少运行80小时不发生故障的概率为P(X > 80) = e^(−80/50) ≈ 0.2019。与几何分布一样,指数分布也具有无记忆性:P(X > s + t | X > s) = P(X > t)。


9. Choosing the Right Distribution | 如何选择合适的分布

Selecting the appropriate distribution is a crucial skill in IB mathematics. The decision depends on whether the variable is discrete or continuous, the nature of the experiment, and the underlying assumptions. For a fixed number of independent trials with two outcomes, use the binomial distribution. If you are counting the number of trials until the first success, use the geometric distribution. For rare events occurring over time or space at a constant rate, use the Poisson distribution. For continuous measurements that are symmetric and bell-shaped, use the normal distribution. For waiting times in a Poisson process, use the exponential distribution.

选择合适的分布是IB数学中的一项关键技能。决策取决于变量是离散还是连续、试验的性质以及基本假设。若为固定次数的独立试验且只有两种结果,使用二项分布。若计算直到首次成功所需的试验次数,使用几何分布。若涉及时间或空间上以恒定速率发生的稀有事件,使用泊松分布。若为对称且钟形的连续测量值,使用正态分布。若为泊松过程中的等待时间,使用指数分布。

Distribution Type Parameters Mean Variance Key Use
Bernoulli Discrete p p p(1 − p) Single success/failure trial
Binomial Discrete n, p np np(1 − p) Number of successes in n trials
Geometric Discrete p 1/p (1 − p)/p² Trial of first success
Poisson Discrete λ λ λ Rare events over interval
Uniform Continuous a, b (a + b)/2 (b − a)²/12 Equal likelihood over interval
Normal Continuous μ, σ μ σ² Symmetric continuous measurements
Exponential Continuous λ 1/λ 1/λ² Waiting times in Poisson process

10. Common Exam Pitfalls | 常见考试陷阱

Many IB students lose marks due to a few recurring mistakes. One common error is confusing the geometric distribution with the binomial distribution: remember that binomial counts successes out of a fixed number of trials, whereas geometric counts the trials up to the first success. Another frequent mistake is using the normal distribution without checking whether the data is actually normally distributed, or without applying the continuity correction when approximating a discrete distribution with the normal. Additionally, students often forget to specify the distribution notation correctly, such as writing X ~ B(n, p) or X ~ N(μ, σ²), which is required for full marks.

许多IB学生因为几个反复出现的错误而失分。一个常见错误是将几何分布与二项分布混淆:请记住,二项分布统计固定次数试验中的成功次数,而几何分布统计直到首次成功所需的试验次数。另一个常见错误是不检查数据是否真正服从正态分布就使用正态分布,或用正态近似离散分布时未应用连续性修正。此外,学生们常常忘记正确写出分布记号,例如X ~ B(n, p)或X ~ N(μ, σ²),这是获得满分的必要条件。

Always check the parameter definitions carefully. For the Poisson distribution, λ is the average rate per interval, so if a question gives a rate per hour but asks about a 3-hour period, you must multiply λ by 3. Similarly, for the exponential distribution, ensure that λ is consistent with the time unit used in the question.

务必仔细检查参数定义。对于泊松分布,λ是每个区间的平均速率,因此若题目给出每小时速率但问的是3小时的情况,必须将λ乘以3。类似地,对于指数分布,确保λ与题目中使用的时间单位一致。


11. Worked Example: Mixed Problem | 综合例题

Suppose the number of emails received by an office follows a Poisson distribution with a mean of 12 emails per hour. (a) Find the probability that exactly 15 emails are received in one hour. (b) Find the probability that fewer than 10 emails are received in 30 minutes. (c) Using a normal approximation, estimate the probability that more than 140 emails are received in 10 hours.

假设某办公室收到的电子邮件数量服从泊松分布,平均每小时12封。(a) 求一小时内恰好收到15封邮件的概率。(b) 求30分钟内收到少于10封邮件的概率。(c) 使用正态近似,估计10小时内收到超过140封邮件的概率。

For part (a), we use λ = 12 and k = 15: P(X = 15) = e⁻¹² · 12¹⁵ / 15! ≈ 0.0724. For part (b), the mean over 30 minutes is λ = 6, so P(X ≤ 9) = e⁻⁶ · (6⁰/0! + 6¹/1! + ⋯ + 6⁹/9!) ≈ 0.9161. For part (c), over 10 hours, the mean is λ = 120. Since λ is large, we can approximate X ~ N(120, 120). Using the continuity correction, P(X > 140) ≈ P(Z > (140.5 − 120)/√120) = P(Z > 1.87) ≈ 0.0307.

对于(a),使用λ = 12,k = 15:P(X = 15) = e⁻¹² · 12¹⁵ / 15! ≈ 0.0724。对于(b),30分钟内的均值为λ = 6,因此P(X ≤ 9) = e⁻⁶ · (6⁰/0! + 6¹/1! + ⋯ + 6⁹/9!) ≈ 0.9161。对于(c),10小时内的均值为λ = 120。由于λ较大,可用X ~ N(120, 120)近似。使用连续性修正,P(X > 140) ≈ P(Z > (140.5 − 120)/√120) = P(Z > 1.87) ≈ 0.0307。


12. Summary and Final Tips | 总结与最终建议

A solid grasp of probability distributions is a cornerstone of IB Mathematics. You should memorise the PMF or PDF, the mean, and the variance for each distribution, and understand the conditions under which each model is appropriate. Practice converting between normal and standard normal variables, and become fluent with your GDC’s probability functions. When solving exam problems, always state the distribution you are using, write down the relevant parameters, and check that your answer makes sense in context.

扎实掌握概率分布是IB数学的基石。你应当熟记每个分布的PMF或PDF、均值和方差,并理解每种模型的适用条件。练习正态变量与标准正态变量的转换,并熟练使用GDC的概率功能。解决考试问题时,始终写明所用的分布、写出相关参数,并检查答案在情境中是否合理。

Finally, remember that the best preparation is consistent practice. Work through past papers, identify which distributions tend to appear together in questions, and build a checklist of conditions for each model. With a clear conceptual framework and routine calculation drills, you will approach any probability distribution question with confidence.

最后,请记住,最好的准备是持续练习。认真做历年真题,识别哪些分布经常在同一题中一起出现,并为每种模型建立一份条件清单。有了清晰的概念框架和常规计算训练,你将自信地面对任何概率分布题目。


Published by TutorHao | IB Mathematics 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