Standardizing a Normal Distribution (z-scores)
Convert values from a normal distribution (μ, σ)
into standard units (z), then compute probabilities as areas under the curve.
This calculator also supports bulk standardization by pasting values or CSV data.
Single / Interval Probability
0, so
P(X = x) = 0 and P(X ≤ x) = P(X < x).
Probabilities are interpreted as areas under the curve and are always nonnegative.
Step-by-step
68.26% of the area lies within z ∈ [-1, 1],
95.44% within z ∈ [-2, 2], and
99.74% within z ∈ [-3, 3].
Bulk: Paste values / Paste CSV
Paste numbers (one per line) or paste CSV text (first numeric column will be used). You can also load a CSV file. Then generate a table of x, z, and Φ(z) (area to the left).
| # | x | z | Φ(z) (left area) | Percentile |
|---|
Note: Φ(z) is the cumulative probability to the left. Right-tail area is 1 − Φ(z).