CDF at z = 1.96
For μ = 0 and σ = 1, P(Z ≤ 1.96) ≈ 0.975002, leaving about 0.024998 in the upper tail.
Results will appear here.
Choose a mode, enter values, and select Calculate.
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.
For μ = 0 and σ = 1, P(Z ≤ 1.96) ≈ 0.975002, leaving about 0.024998 in the upper tail.
For any normal distribution, P(μ − σ ≤ X ≤ μ + σ) ≈ 0.682689, or 68.2689%.
The standard normal central 95% interval is approximately −1.959964 to 1.959964, with 2.5% in each tail.
The PDF is the curve height and may exceed 1 when σ is small; it is not itself a probability. The CDF is accumulated area and always lies from 0 to 1. A range probability is an area between two x-values. A critical value reverses the question: it starts from a specified tail or central probability and finds the matching x-value.
Normal-model results describe the chosen model, not whether a dataset is actually normal. Check the source, measurement process, dependence, skew, and outliers before relying on the model for inference.
It calculates P(X ≤ x): the area under the normal curve from negative infinity through x. The upper-tail probability is the remaining area, P(X > x).
Standardize both values, calculate their CDFs, and subtract: P(a ≤ X ≤ b) = Φ(zb) − Φ(za).
For lower-tail probability p, use x = μ + σΦ−1(p). For upper-tail probability α, use cumulative probability 1 − α. For a central probability c, place (1 − c) / 2 in each tail.
Approximately −1.959964 and 1.959964. Each tail contains 0.025 and the middle contains 0.95.
No. A continuous distribution assigns probability zero to any single exact value, so open and closed endpoints have the same probability.
No. A normal density needs σ > 0. A zero standard deviation describes a constant rather than a regular normal density.
Scientific notation preserves information that would disappear if a small tail were rounded to 0. The selected decimal setting controls ordinary displayed values.
The probability definitions are exact, but the CDF and inverse CDF have no simple elementary closed form and are evaluated numerically. Values are rounded only for display.
Yes. All calculations happen locally in your browser. This calculator does not upload or store your values.