HuntsvilleEngineers mark

Normal Distribution Tail Probability

Turn a z-score into CDF, tail area, and two-sided probability — the guts of a Z-table without the table.

Inputz = (x − μ)/σ , Φ(z) = ½[1 + erf(z/√2)] , upper = 1 − Φ(z)

Your recent runs (stored only in your browser)

No calculations yet — results land here so you can compare runs.

The engineering

The normal CDF gives the probability that a normally distributed value falls at or below x. Standardize with z = (x−μ)/σ, then Φ(z) is the lower-tail area, 1−Φ(z) the upper tail, and the two-sided value is what a symmetric hypothesis test reports as its p-value. Reach for it whenever you need a process yield, a spec-limit fraction, or a significance probability.

Sanity anchors: z=1.645 leaves 5% in the upper tail, z=1.96 leaves 2.5% (5% two-sided), and z=3 leaves ~0.135%. The erf approximation here is Abramowitz & Stegun 7.1.26 — accurate to about 1.5×10⁻⁷, plenty for tail work down to a few ppm but not for six-sigma ppb claims.

Where this math comes from

Abraham de Moivre first sketched the bell curve around 1733 as the limit of binomial coin-flip counts, chasing gamblers' odds. Gauss and Laplace gave it rigor in the early 1800s tying it to measurement error — Gauss used it to nail down the orbit of the asteroid Ceres, which is why 'Gaussian' stuck.

For a century engineers read tail areas off printed Z-tables, and Beyer's CRC Standard Mathematical Tables carried them into every lab drawer. The rational approximation this card uses comes from Abramowitz & Stegun's 1964 Handbook of Mathematical Functions — the formula that let the table live inside a calculator instead of a book.

  1. 1733Abraham de MoivreDerives the normal curve as the limit of the binomial distribution.
  2. 1809Carl Friedrich GaussFormalizes the distribution for measurement error in Theoria Motus.
  3. 1810Pierre-Simon LaplaceCentral limit theorem explains why so many things go normal.
  4. 1964Abramowitz & StegunPublish the erf rational approximation (7.1.26) used here.

See the full timeline of the math behind every calculator →

Runs entirely in your browser — nothing you enter leaves this page. Your recent runs are stored only on your device.