Normal Distribution Calculator
Compute PDF, CDF, between-bound probability, or inverse quantile (z and x) for any normal distribution. Set your own mean and standard deviation.
Standard Normal Distribution Reference
| Z-Score | Area Below | Area Between Mean and Z |
|---|---|---|
| -1 | 0.1587 | 0.3413 |
| 0 | 0.5000 | 0 |
| 1 | 0.8413 | 0.3413 |
| 1.645 | 0.9500 | 0.4500 |
| 1.96 | 0.9750 | 0.4750 |
| 2.576 | 0.9950 | 0.4950 |
Frequently Asked Questions about the Normal Distribution Calculator
What is the normal distribution?
The normal (Gaussian) distribution is the bell curve defined by two parameters: mean (mu) sets where it is centered and standard deviation (sigma) sets how wide it spreads. PDF: f(x) = (1 / (sigma x sqrt(2 pi))) x e^(-(x - mu)^2 / (2 sigma^2)). It models heights, measurement errors, test scores, and many other natural quantities.
What is the difference between the PDF and the CDF?
PDF gives the height of the bell curve at a single x and is not a probability on its own. CDF gives the cumulative probability P(X <= x), the area under the curve to the left of x, always between 0 and 1. P(X = x) is exactly 0 for any continuous distribution.
How do I find the probability between two values?
Use the between mode with lower bound a and upper bound b. The calculator returns P(a <= X <= b) = CDF(b) - CDF(a). With mu = 0 and sigma = 1, P(-1.96 <= X <= 1.96) is about 0.95, the basis for the 95% confidence interval.
What is the inverse (quantile) mode for?
Given a probability p between 0 and 1, find x such that P(X <= x) = p. It is how you turn confidence levels into critical values. With mu = 0 and sigma = 1, p = 0.975 gives x = 1.96 and p = 0.025 gives x = -1.96.
What is the 68-95-99.7 rule?
About 68% of values fall within one standard deviation of the mean, about 95% within two, and about 99.7% within three. With mu = 0 and sigma = 1, the probabilities for [-1, 1], [-2, 2], and [-3, 3] come out to roughly 0.6827, 0.9545, and 0.9973.
Related Calculators
More calculators in "Math"
Confidence Interval CalculatorOctagon CalculatorBinomial Distribution CalculatorP-Value CalculatorExponential Growth CalculatorAntilog Calculator
See all 202 calculators in "Math"