Normal Distribution Calculator
Find probabilities, percentiles, and z-scores for any normal distribution with step-by-step solutions
拖拽或 点击 上传图片或 PDF
What is the Normal Distribution?
The normal distribution (also called the Gaussian distribution or bell curve) is the most important probability distribution in statistics. It describes the distribution of many natural phenomena — heights, test scores, measurement errors — and is the foundation of most parametric inference.
Notation
where is the mean (center of the bell) and is the variance ( is the standard deviation, the spread).
Probability Density Function (PDF)
Key Properties
- Symmetric about : mean = median = mode
- Bell-shaped: highest at , tails extend infinitely
- Total area under the curve = 1 (it's a probability distribution)
- Empirical rule: ~68% of data within , ~95% within , ~99.7% within
| Interval | Approx. probability |
|---|---|
| 68.27% | |
| 95.45% | |
| 99.73% |
The Standard Normal Distribution and Z-Scores
The standard normal distribution is the special case — mean 0, standard deviation 1. Its CDF is written .
Standardizing (Computing Z-Scores)
Any normal random variable can be converted to a standard normal variable:
The z-score tells you how many standard deviations is above or below the mean.
Computing Probabilities
All normal probability problems reduce to looking up (the area to the left of ):
Finding Percentiles (Inverse Normal)
To find the value such that :
where is the -th percentile of the standard normal.
Common percentiles:
| Percentile | |
|---|---|
| 90th | 1.282 |
| 95th | 1.645 |
| 97.5th | 1.960 |
| 99th | 2.326 |
Why the Normal Distribution Matters
The normal distribution is central to statistics because of the Central Limit Theorem (CLT): the sampling distribution of the sample mean approaches as grows, regardless of the original population's shape.
This means:
- Confidence intervals and hypothesis tests for means use normal (or t) critical values
- Many test statistics (t, z, F, ) are derived from normal distributions
- Even non-normal data can be analyzed using normal approximations when is large enough
Normal Approximation to the Binomial
When is large and is not too extreme, is approximately :
(The is the continuity correction for the discrete-to-continuous approximation.)
Validity: use this approximation when and .
示例题目
常见问题
The PDF (probability density function) f(x) gives the height of the bell curve at x — it does NOT directly give probabilities. The CDF Φ(z) gives the cumulative probability P(X ≤ x), i.e., the area under the PDF to the left of x. All probability computations use the CDF.
Standardize to get z = (x - μ)/σ, then P(X > x) = 1 - Φ(z). By symmetry of the standard normal, 1 - Φ(z) = Φ(-z), so you can also look up the left tail of the negative z-value.
For any normal distribution N(μ, σ²): approximately 68% of values fall within ±1σ of the mean, 95% within ±2σ, and 99.7% within ±3σ. This rule is useful for quick mental estimates without a calculator.
Many real-world measurements are approximately normal (heights, weights, test scores, measurement errors). For inference, the Central Limit Theorem guarantees that sample means are approximately normal for n ≥ 30 even if the population is not normal. Always check with a histogram or Q-Q plot before assuming normality for small samples.
相关学习指南
免费试用 AI-Math
任何数学问题都能获得分步解答。拍照上传或输入问题即可。
开始解题