Skip to content
Glacius
ProbabilityConcept reference

Normal probabilities

A normal interval probability equals the difference between the standard-normal CDF values at its standardized endpoints.

On this page 9 sections
  1. Overview
  2. Understand the idea
  3. A right tail is everything beyond a threshold
  4. For mean 10, SD 2, and interval 8<X<11, the standard endpoints are -1 and 0.5
  5. A closer look
  6. Key takeaway
  7. Further questions
  8. Sources & further reading
  9. Concept connections

01Understand the idea#

To find a normal interval probability, convert its endpoints to standard-normal units and compare cumulative areas. A cumulative distribution function gives area to the left, so an interval is the upper cumulative area minus the lower cumulative area.

Φ(z)\Phi(z) is the standard-normal probability to the left of zz. For 1<Z<1-1<Z<1, remove the left tail at 1-1 from the left tail at 11.

Standard-normal density. The interval from z=-1 to z=1 is shaded. Supplied lower-tail CDF values are Phi(-1)=0.1587 and Phi(1)=0.8413; their difference is 0.6826.Standard-normal density. The interval from z=-1 to z=1 is shaded. Supplied lower-tail CDF values are Phi(-1)=0.1587 and Phi(1)=0.8413; their difference is 0.6826.
Figure 1Standard-normal density. The interval from z=-1 to z=1 is shaded. Supplied lower-tail CDF values are Phi(-1)=0.1587 and Phi(1)=0.8413; their difference is 0.6826.
Link to this figure ↗Download SVGDownload PNG

First standardize both raw endpoints using the same mean and SD. Then subtract the lower CDF value from the upper one.

P(a<X<b)=Φ(zb)Φ(za)\begin{gathered}P(a<X<b)\\=\Phi(z_b)-\Phi(z_a)\end{gathered}

The supplied CDF values are rounded, so the resulting probability is approximate.

For a normal variable with mean 10 and SD 2, the interval [8,12][8,12] becomes [1,1][-1,1]. If supplied values are Φ(1)=0.8413\Phi(1)=0.8413 and Φ(1)=0.1587\Phi(-1)=0.1587, subtract to get 0.6826. The chance above 12 is instead 10.8413=0.15871-0.8413=0.1587.

Check your reasoning

Normal mean 66, SD 22. Φ(0.5)=0.3085\Phi(-0.5)=0.3085; Φ(1)=0.8413\Phi(1)=0.8413. Approximate P(5<X<8)P(5<X<8).

Show answer and explanation
0.5328

0.84130.3085=0.53280.8413-0.3085=0.5328.

02A right tail is everything beyond a threshold#

A right tail is everything beyond a threshold. Because Φ(z)\Phi(z) counts the left side, the right-tail probability is 1Φ(z)1-\Phi(z).

Check your reasoning

Latency. Normal mean 4040, SD 55. Φ(1)=0.8413\Phi(1)=0.8413. Approximate P(X>45)P(X>45).

Show answer and explanation
0.1587

10.8413=0.15871-0.8413=0.1587.

03For mean 10, SD 2, and interval 8<X<11, the standard endpoints are -1 and 0.5#

For mean 1010, SD 22, and interval 8<X<118<X<11, the standard endpoints are 1-1 and 0.50.5. With Φ(1)=0.1587\Phi(-1)=0.1587 and Φ(0.5)=0.6915\Phi(0.5)=0.6915, subtract to get 0.53280.5328.

Check your reasoning

Normal mean 22, SD 33. Φ(1)=0.1587\Phi(-1)=0.1587; Φ(0)=0.5\Phi(0)=0.5. Repair P(1<X<2)=0.5P(-1<X<2)=0.5.

  1. A0.50.5
  2. B0.15870.1587
  3. C0.34130.3413
Show answer and explanation
0.34130.3413

0.50.1587=0.34130.5-0.1587=0.3413.

04A closer look#

The same procedure can estimate how often a model’s measurement error falls within a stated tolerance. Use a normal approximation only when its assumptions are justified, and retain the accuracy implied by the supplied table values.

Key takeaway

Standardize the endpoints and subtract lower-tail CDF values in order. For a right tail, subtract its CDF value from one.

  • Compute a normal interval probability from a supplied standard-normal CDF.

Further questions

Which reference distributions arise from transformed normal variables?
For independent ZN(0,1)Z\sim N(0,1) and Vχν2V\sim\chi^2_\nu, the ratio Z/V/νZ/\sqrt{V/\nu} has the tνt_\nu law.

Sources & further reading

  1. [1]

Reference this concept

Link to this page, a section, or an individual figure.

Glacius. “Normal probabilities.” Math behind ML. /learn/p-normal-probability