1
0.24197072
0.841345
0.158655
1
0.24197072
0.841345
0.158655
The Normal Distribution Calculator computes the z-score, probability density function (PDF), and cumulative distribution function (CDF) for any value $$x$$ from a normal distribution with specified mean $$\mu$$ and standard deviation $$\sigma$$.
The normal (Gaussian) distribution is the most important probability distribution in statistics, described by the PDF:
$$f(x) = \frac{1}{\sigma\sqrt{2\pi}} \, e^{-\frac{(x-\mu)^2}{2\sigma^2}}$$
The z-score standardizes any normally distributed value to the standard normal distribution ($$\mu = 0, \sigma = 1$$):
$$z = \frac{x - \mu}{\sigma}$$
The CDF gives the probability that a random variable $$X$$ takes a value less than or equal to $$x$$:
$$\Phi(x) = P(X \le x) = \int_{-\infty}^{x} f(t) \, dt$$
Since the normal CDF has no closed-form expression, this calculator uses the Abramowitz and Stegun rational approximation with five polynomial terms, achieving accuracy to approximately 6 decimal places.
When $$\mu = 0$$ and $$\sigma = 1$$, we obtain the standard normal distribution. Any normal distribution can be converted to standard normal via the z-score transformation. This is the foundation of z-tables used throughout statistics.
For any normal distribution:
This rule provides quick mental estimates before computing exact probabilities.
The normal distribution is symmetric about its mean, with mean = median = mode. It is completely determined by two parameters: $$\mu$$ (location) and $$\sigma$$ (scale). The total area under the curve equals 1. The inflection points occur at $$x = \mu \pm \sigma$$.
The normal distribution appears throughout science and statistics due to the Central Limit Theorem: the sum (or average) of many independent random variables tends toward a normal distribution regardless of the underlying distribution. This makes it fundamental for hypothesis testing, confidence intervals, quality control, financial modeling, and measurement error analysis.
Enter the mean (μ), standard deviation (σ), and a value (x). The calculator computes the z-score by standardizing x, evaluates the PDF using the Gaussian formula, and approximates the CDF using the Abramowitz-Stegun polynomial method. The right-tail probability P(X > x) is 1 minus the CDF.
The z-score tells you how many standard deviations x is from the mean (positive = above, negative = below). The PDF gives the height of the bell curve at x (not a probability itself). The CDF gives the probability of observing a value ≤ x. The right tail gives the probability of exceeding x.
Inputs
Results
The classic 95% confidence interval boundary. About 97.5% of values fall below z = 1.96, leaving 2.5% in the right tail.
Inputs
Results
An IQ of 130 is 2 standard deviations above the mean. Only about 2.3% of the population scores higher.
A z-score measures how many standard deviations a value is from the mean: $$z = (x - \mu) / \sigma$$. A z-score of 0 means the value equals the mean, +1 means one standard deviation above, and -2 means two standard deviations below.
The PDF $$f(x)$$ gives the relative likelihood (height of the curve) at a specific point — it is not a probability. The CDF $$\Phi(x) = P(X \le x)$$ gives the cumulative probability up to that point, which is the area under the curve to the left of $$x$$.
The Central Limit Theorem states that the average of many independent random variables tends toward a normal distribution, regardless of the original distribution. This makes the normal distribution the theoretical foundation for most statistical inference methods.
For any normal distribution, approximately 68% of data falls within one standard deviation of the mean, 95% within two, and 99.7% within three. This provides quick probability estimates without detailed calculations.
This calculator uses the Abramowitz and Stegun polynomial approximation (formula 26.2.17), which is accurate to about 6 decimal places. For most practical applications, this precision is more than sufficient.
Yes. The PDF gives a density, not a probability. For narrow distributions (small $$\sigma$$), the peak of the PDF can exceed 1. The constraint is that the total area under the curve equals 1, not that the height is bounded by 1.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!
Exponential Distribution Calculator
Probability Distributions
Uniform Distribution Calculator
Probability Distributions
Geometric Distribution Calculator
Probability Distributions
Hypergeometric Distribution Calculator
Probability Distributions
Negative Binomial Distribution Calculator
Probability Distributions
Gamma Distribution Calculator
Probability Distributions