Normal distribution formulas
For X normally distributed with mean μ and standard deviation σ > 0, first standardize x as z = (x − μ) / σ. The standard normal CDF Φ(z) is the area under the standard normal density to the left of z.
| Quantity | Formula | Meaning |
|---|---|---|
| Density | f(x) = exp(−(x − μ)² / (2σ²)) / (σ√(2π)) | Curve height at x; it is not a point probability. |
| CDF | F(x) = Φ((x − μ) / σ) | P(X ≤ x), the area to the left of x. |
| Upper tail | 1 − F(x) = Φ(−z) | P(X > x), evaluated directly to preserve small tails. |
| Between | F(b) − F(a) | P(a ≤ X ≤ b). |
| Percentile | xp = μ + σΦ−1(p) | The x-value with cumulative probability p. |
Assumptions: The variable is modeled by a continuous normal distribution with finite μ and σ > 0. An exact point has probability zero, so < and ≤ (or > and ≥) give the same result. CDF and inverse-CDF values are numerical approximations. See the NIST normal distribution reference for the density, CDF, survival, and percent-point definitions.
