Normal Distribution Calculator (PDF + CDF)
Compute probability density and cumulative probability at x for given μ, σ.
Result
General calculation reads
Amazon affiliateAs an Amazon Associate we may earn from qualifying purchases. This does not add cost for you.
How to use this calculator
- Enter x.
- Enter μ and σ of the distribution.
- Read PDF + CDF + percentile.
About this calculator
The normal (Gaussian) distribution N(μ, σ²) is the bell curve. PDF f(x) = (1/(σ√(2π))) exp(−(x−μ)²/(2σ²)). CDF Φ(z) is the area to the left of z under the standard normal — the value used in p-values, confidence intervals, and percentiles. ~68% of values lie within 1σ of mean, 95% within 2σ, 99.7% within 3σ. The most fundamental distribution in statistics — central limit theorem makes sample means approximately normal.
Frequently asked
What's a "z-score"?+
Why does normal distribution show up everywhere?+
How accurate is the CDF approximation?+
68-95-99.7 rule?+
Discrete vs. continuous?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
P(X = k) = C(n,k) p^k (1−p)^(n−k). Probability of exactly k successes in n trials.
C(n, r) = n! / (r!(n−r)!). Number of ways to choose r items from n where order doesn't matter.
P(n, r) = n! / (n−r)!. Number of ways to arrange r items from n where order matters.
Convert a z-score to one-tail or two-tail p-value via the standard normal CDF.
CI = mean ± z × (σ/√n). 90 / 95 / 99 % standard intervals.
Compute a SHA-256 checksum of each page's content stream. Use to detect which page(s) changed between revisions of an otherwise-identical PDF.