📚 Normal Distribution and Properties of the Normal Curve | 正态曲线与正态分布的性质
The normal distribution is the cornerstone of statistical inference. It describes a continuous random variable whose values cluster symmetrically around a central mean, creating the familiar bell-shaped curve that appears throughout the natural and social sciences.
正态分布是统计推断的基石。它描述了一个连续型随机变量,其取值围绕中心均值对称地聚集,形成我们在自然科学和社会科学中常见的钟形曲线。
1. What Is a Normal Distribution? | 什么是正态分布?
A normal distribution is a continuous probability distribution defined by two parameters: the mean μ, which locates the centre of the curve, and the standard deviation σ, which controls the spread. If a random variable X follows this distribution, we write X ~ N(μ, σ²).
正态分布是一种连续型概率分布,由两个参数决定:均值μ,确定曲线的中心位置;标准差σ,控制分布的分散程度。若随机变量X服从该分布,我们记为X ~ N(μ, σ²)。
The normal curve is strictly theoretical but provides an excellent approximation for many real datasets, including test scores, physical measurements, and biological characteristics.
正态曲线是严格的数学模型,但对许多真实数据集(如考试成绩、物理测量值和生物特征)提供了极佳的近似。
2. The Probability Density Function | 概率密度函数
The mathematical expression that generates the normal curve is the probability density function (PDF):
生成正态曲线的数学表达式是概率密度函数(PDF):
f(x) = (1 / (σ √(2π))) · e−(x−μ)² / (2σ²)
Here x is the value of the random variable, μ is the mean, σ is the standard deviation, π ≈ 3.14159, and e ≈ 2.71828. The factor 1/(σ√(2π)) ensures that the total area under the curve is exactly 1, which corresponds to a total probability of 1.
其中x是随机变量的取值,μ是均值,σ是标准差,π≈3.14159,e≈2.71828。系数1/(σ√(2π))保证了曲线下总面积为1,即总概率为1。
3. Key Properties of the Normal Curve | 正态曲线的关键性质
The normal curve has several distinctive properties that are used in almost every statistical procedure:
正态曲线具有几个标志性性质,几乎用于所有统计方法中:
- Symmetry about the vertical line x = μ. | 关于竖直线x = μ对称。
- Bell-shaped with a single peak at x = μ. | 钟形,在x = μ处有一个单峰。
- Mean = median = mode = μ. | 均值 = 中位数 = 众数 = μ。
- Inflection points occur at x = μ − σ and x = μ + σ. | 拐点出现在x = μ − σ和x = μ + σ处。
- The tails extend indefinitely in both directions and approach the x‑axis asymptotically. | 两端无限延伸,并逐渐逼近x轴(渐近线)。
- The total area under the curve equals 1. | 曲线下总面积为1。
Because of these properties, probabilities for a normal random variable can be found by measuring areas under the curve.
正因为这些性质,正态随机变量的概率可以通过计算曲线下的面积来得到。
4. The Role of μ and σ | μ与σ的作用
The mean μ determines the horizontal location of the curve. Increasing μ shifts the entire curve to the right; decreasing μ shifts it to the left. The shape, however, remains unchanged.
均值μ决定曲线的水平位置。增大μ会将整条曲线右移;减小μ则左移。但曲线的形状保持不变。
The standard deviation σ determines the spread or width of the curve. A larger σ produces a flatter, wider curve; a smaller σ produces a taller, narrower curve. The area under the curve remains 1 regardless of these changes.
标准差σ决定曲线的分散程度或宽度。σ较大时曲线更平缓、更宽;σ较小时曲线更高、更窄。不论如何变化,曲线下面积始终为1。
5. The Empirical Rule (68-95-99.7) | 经验法则(68-95-99.7)
The empirical rule gives a quick way to estimate probabilities for normally distributed data without a table:
经验法则提供了一种无需查表即可快速估算正态分布数据概率的方法:
- About 68% of the data lie within one standard deviation of the mean: (μ − σ, μ + σ). | 约68%的数据落在均值的一个标准差范围内:(μ − σ, μ + σ)。
- About 95% of the data lie within two standard deviations: (μ − 2σ, μ + 2σ). | 约95%的数据落在两个标准差范围内:(μ − 2σ, μ + 2σ)。
- About 99.7% of the data lie within three standard deviations: (μ − 3σ, μ + 3σ). | 约99.7%的数据落在三个标准差范围内:(μ − 3σ, μ + 3σ)。
This rule is especially useful for identifying outliers, since values beyond μ ± 3σ are extremely rare.
这条法则特别有助于识别异常值,因为超出μ ± 3σ的取值极为罕见。
6. The Standard Normal Distribution and z-Scores | 标准正态分布与Z分数
A normal distribution with mean 0 and standard deviation 1 is called the standard normal distribution, denoted Z ~ N(0, 1). To use standard normal tables, we convert any normal random variable X to a z-score:
均值为0、标准差为1的正态分布称为标准正态分布,记为Z ~ N(0, 1)。为了使用标准正态分布表,我们将任意正态随机变量X转换为Z分数:
z = (x − μ) / σ
The z-score measures how many standard deviations a value lies above or below the mean. A positive z corresponds to a value above the mean; a negative z corresponds to a value below the mean.
Z分数度量某个取值距均值有多少个标准差。Z为正表示该值高于均值;Z为负表示该值低于均值。
7. Using Normal Distribution Tables | 使用正态分布表
Standard normal tables typically give the probability P(Z < z), i.e., the area under the standard normal curve to the left of z. For example, P(Z < 1.25) is read directly from the table.
标准正态分布表通常给出P(Z < z),即标准正态曲线下z左侧的面积。例如,P(Z < 1.25)可直接由表查得。
For probabilities of the form P(Z > z), use the complement: P(Z > z) = 1 − P(Z < z). Because the curve is symmetric, P(Z < −z) = P(Z > z). These relationships allow all probability questions to be answered using one table.
对于P(Z > z)型的概率,利用互补关系:P(Z > z) = 1 − P(Z < z)。由于曲线对称,P(Z < −z) = P(Z > z)。这些关系使我们可以用一张表解决所有概率问题。
8. The Central Limit Theorem | 中心极限定理
The central limit theorem (CLT) states that for a sufficiently large sample size n, the sampling distribution of the sample mean x̄ is approximately normal, regardless of the original population distribution. The mean of this sampling distribution equals μ, and its standard deviation equals σ/√n.
中心极限定理(CLT)指出:当样本量n足够大时,无论总体分布如何,样本均值x̄的抽样分布近似为正态分布。该抽样分布的均值等于μ,其标准差等于σ/√n。
The CLT justifies the use of normal probability calculations in hypothesis testing and confidence intervals, even when the data themselves are not perfectly normal.
中心极限定理为假设检验和置信区间中采用正态概率计算提供了依据,即使数据本身并非完全正态。
9. Checking Whether Data Are Normal | 判断数据是否呈正态
In practice, we cannot prove that data come from a normal distribution, but we can assess normality using graphs and numerical measures.
实践中,我们无法证明数据来自正态分布,但可以通过图形和数值指标评估正态性。
A normal probability plot (Q-Q plot) compares the ordered sample values with the expected z-scores from a standard normal distribution. If the points lie roughly on a straight diagonal line, the data are approximately normal. Histograms and boxplots can also reveal skewness or outliers.
正态概率图(Q-Q图)将排序后的样本值与标准正态分布的理论Z分数进行比较。如果点大致落在一条直线上,则数据近似正态。直方图和箱线图也能揭示偏态或异常值。
10. Applications and Common Pitfalls | 应用与常见误区
Normal distributions are used in quality control, finance, biology, and education. For instance, IQ scores, blood pressure readings, and manufacturing tolerances are often modelled as normal variables.
正态分布广泛用于质量控制、金融、生物学和教育等领域。例如,智商分数、血压读数和制造公差常被建模为正态变量。
However, a common pitfall is to assume normality without checking the data. Many real-world variables are skewed, heavy-tailed, or contain outliers. Applying normal-based rules to such data can lead to incorrect conclusions. Always visualise and test the data before using normal theory.
然而,常见的误区是在未检查数据的情况下就假定正态。许多现实变量是偏态、重尾或含异常值的。对此类数据应用基于正态的方法会导致错误结论。在使用正态理论之前,务必先通过图形和检验来判断数据。
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