Calculate Z-scores (standard scores) for normal distributions. Convert between raw scores, percentiles, and probabilities. Essential statistics tool for students and researchers.
A Z‑score (also called standard score) quantifies how many standard deviations a data point lies from the mean of its distribution. The formula is:
Where x is the raw score, μ is the population mean, and σ is the population standard deviation. Z‑scores transform any normal distribution into the standard normal distribution (mean = 0, standard deviation = 1), enabling probability comparisons and hypothesis testing.
Given a normal distribution with mean μ and variance σ², the standardized variable Z = (X − μ)/σ follows a standard normal distribution with cumulative distribution function Φ(z). The probability P(Z ≤ z) is obtained via the error function erf. Our calculator uses a high‑precision rational approximation (Abramowitz & Stegun 26.2.17) with absolute error < 7.5×10⁻⁸, suitable for scientific work.
A pharmaceutical company tests a new drug to lower blood pressure. In a sample of 200 patients, the mean systolic reduction was 12 mmHg with σ = 4 mmHg. A patient shows a reduction of 20 mmHg. Z‑score = (20-12)/4 = 2.0 → P(Z > 2.0) ≈ 0.0228. This means only 2.3% of patients would experience such improvement under the baseline distribution, signaling exceptional response. The z‑score helps clinicians identify super‑responders for personalized medicine.
For any normal distribution: ≈68% of data falls within |z| < 1, ≈95% within |z| < 2, and ≈99.7% within |z| < 3. Our calculator provides exact tail probabilities beyond these approximations.