BIOSTATISTICS • PROBABILITY & DISTRIBUTIONS

Normal Distribution & z-Scores — Use normal distribution and z-scores for probabilities

Transform any normally distributed variable into standardized probabilities that drive biomedical inference.

Historical Context & Motivation

The normal distribution is arguably the most consequential probability model in the history of quantitative science. Its familiar bell-shaped curve underpins clinical trial analysis, epidemiological modeling, and quality control in pharmaceutical manufacturing. Yet the distribution was not born in medicine—it arose from the practical problem of reconciling discrepant astronomical measurements in the eighteenth century, and its mathematical elegance soon attracted attention from mathematicians, actuaries, and eventually biostatisticians who recognized that many biological variables cluster symmetrically around a central tendency.

1733
De Moivre's Approximation
Abraham de Moivre derived the bell curve as an approximation to the binomial distribution for large sample sizes, establishing the earliest analytical form of the normal density function in his work The Doctrine of Chances.
1809
Gauss & the Method of Least Squares
Carl Friedrich Gauss used the normal distribution to justify the method of least squares in astronomical orbit-fitting, leading to the distribution's alternate name—the Gaussian distribution.
1835
Quetelet's 'Average Man'
Adolphe Quetelet applied the normal curve to human chest measurements and heights, pioneering the quantitative study of biological variation and the concept of the 'average man' (l'homme moyen).
1893
Karl Pearson & Modern Statistics
Karl Pearson formalized hypothesis testing using the normal distribution and introduced the term 'standard deviation,' creating the inferential framework that biostatisticians still employ for comparing treatment groups and assessing population health.
1925
Fisher's Statistical Methods
Ronald A. Fisher published Statistical Methods for Research Workers, cementing the normal distribution and z-scores as foundational tools for experimental biology, agriculture, and medicine.

The central question that motivated these developments remains pressing in modern biostatistics: given a set of biological measurements—blood pressures, serum cholesterol levels, gene expression values—how do we determine whether a particular observation is typical, unusual, or extreme? The normal distribution paired with the z-score transformation provides a principled, universally applicable answer.

Core Principles & Definitions

Before computing probabilities, it is essential to internalize several foundational properties of the normal distribution and the logic behind standardizing raw data. These principles form the conceptual scaffold on which all subsequent calculations rest. A normally distributed variable is fully characterized by just two parameters—its mean (μ) and its standard deviation (σ)—and every normal curve, regardless of scale, can be mapped onto a single reference curve through the z-score transformation.

1

Symmetry & Unimodality

The normal density is perfectly symmetric about its mean. The mean, median, and mode coincide at the center, producing a single peak (unimodal). Approximately 68% of observations fall within ±1σ of the mean.
2

The Empirical Rule (68–95–99.7)

For any normal distribution, roughly 68% of data lie within ±1σ, 95% within ±2σ, and 99.7% within ±3σ. This rule enables rapid probability estimation before consulting a z-table.
3

Asymptotic Tails

The tails of the normal curve extend infinitely in both directions, approaching but never reaching zero. This means any value is theoretically possible, though extreme values have vanishingly small probability densities.
4

Standard Normal Distribution

The standard normal distribution is a special case with μ = 0 and σ = 1, denoted Z ~ N(0, 1). It serves as the universal reference for all z-score probability lookups.
5

z-Score as a Standardized Measure

A z-score expresses how many standard deviations an observation lies above or below the mean. Positive z-scores indicate values above the mean; negative z-scores indicate values below.
KEY TAKEAWAY
Think of the z-score transformation as converting currencies. If one researcher reports systolic blood pressure in mmHg and another reports BMI in kg/m², you cannot directly compare how extreme each measurement is until you 'convert' both to the same currency—standard deviations from the mean. The z-score is that universal currency: a z of +2.0 always means 'two standard deviations above the mean,' regardless of the original measurement units.

Visual Explanation — The Bell Curve & Empirical Rule

The standard normal bell curve with the 68–95–99.7 empirical rule regions shaded. The violet band marks ±1σ (68.27%), the pink band marks ±2σ (95.45%), and the full span to ±3σ captures 99.73% of all observations.

The diagram above illustrates the core geometry of the normal distribution. Notice how the curve is perfectly symmetric about μ (the mean) and how the probability density tapers smoothly toward the tails. The shaded regions correspond to the empirical rule: approximately 68% of a normally distributed population falls within one standard deviation of the mean, 95% within two, and 99.7% within three. In biostatistical practice, these percentages provide an immediate intuition about the rarity of any given observation. For instance, a laboratory value more than 2σ above the mean occurs in fewer than 2.5% of the reference population—a threshold frequently used to flag abnormal clinical results.

When we move from a general normal distribution X ~ N(μ, σ²) to the standard normal Z ~ N(0, 1), the x-axis labels change from raw units (e.g., mg/dL) to dimensionless z-scores. This is precisely the transformation that makes the z-table universally applicable: once you compute the z-score for any observation, you can read off its cumulative probability directly from a single table or software function.

Mathematical Framework

The mathematical backbone of normal distribution probability calculations involves three key expressions: the probability density function (PDF), the z-score transformation, and the cumulative distribution function (CDF). Together, they allow us to convert any raw measurement on a normally distributed variable into a precise probability statement.

NORMAL PROBABILITY DENSITY FUNCTION
f(x) = (1 / (σ√(2π))) × e^(−(x − μ)² / (2σ²))
Where x is the observed value, μ is the population mean, σ is the population standard deviation, and e is Euler's number (≈ 2.71828). The PDF gives the height of the density curve at any point x, not a probability itself. Probabilities require integration over an interval.
Z-SCORE TRANSFORMATION
z = (x − μ) / σ
This formula converts a raw score x from any normal distribution N(μ, σ²) into the standard normal scale N(0, 1). A positive z indicates the observation is above the mean; a negative z indicates it is below. The magnitude tells you how many standard deviations separate the observation from the center of the distribution.
CUMULATIVE DISTRIBUTION FUNCTION (CDF)
Φ(z) = P(Z ≤ z) = ∫ from −∞ to z of (1/√(2π)) × e^(−t²/2) dt
The CDF Φ(z) gives the probability that a standard normal variable takes a value less than or equal to z. This integral has no closed-form solution and is evaluated numerically—via z-tables, software (R's pnorm(), Python's scipy.stats.norm.cdf()), or calculator functions.
📐 Deriving Tail & Interval Probabilities
Because the total area under the curve is 1, the upper-tail probability is P(Z > z) = 1 − Φ(z). For an interval, P(a < Z < b) = Φ(b) − Φ(a). By symmetry, Φ(−z) = 1 − Φ(z). These three identities, combined with the z-score formula, allow you to answer virtually any probability question involving a normal distribution.

Using the z-Table — A Detailed Breakdown

The standard normal table (z-table) is a lookup tool that maps z-scores to cumulative probabilities Φ(z). Most tables are structured so that the left column lists the z-score to the first decimal place and the top row provides the second decimal place (the hundredths digit). The intersection gives Φ(z). Understanding this layout is critical because biostatistics exams and many clinical reference tools still rely on table lookups.

An excerpt from a standard normal z-table. To look up z = 1.00, find row 1.0 and column .00; the cell (highlighted in cyan) reads 0.8413, meaning 84.13% of the standard normal distribution lies at or below z = 1.00.

Common Probability Scenarios

Four standard probability query types and their solutions using the z-table.
Question TypeFormulaExample (z = 1.50)
P(Z ≤ z) — left tailΦ(z) — read directly from tableΦ(1.50) = 0.9332
P(Z > z) — right tail1 − Φ(z)1 − 0.9332 = 0.0668
P(a < Z < b) — betweenΦ(b) − Φ(a)P(−1.00 < Z < 1.50) = 0.9332 − 0.1587 = 0.7745
P(Z ≤ −z) — negative z1 − Φ(z) (by symmetry)Φ(−1.50) = 1 − 0.9332 = 0.0668

Worked Example — Fasting Blood Glucose

A large epidemiological study reports that fasting blood glucose (FBG) in a healthy adult population is normally distributed with μ = 90 mg/dL and σ = 10 mg/dL. A clinician wants to know the probability that a randomly selected individual from this population has an FBG above 110 mg/dL—a threshold sometimes flagged for pre-diabetes screening.

P(FBG > 110 mg/dL)
1
Step 1 — Identify Given ValuesWe are given μ = 90 mg/dL, σ = 10 mg/dL, and we want to find P(X > 110). The variable X represents fasting blood glucose, and we assume X ~ N(90, 10²).
μ = 90, σ = 10, x = 110
2
Step 2 — Compute the z-ScoreApply the z-score formula: z = (x − μ) / σ = (110 − 90) / 10 = 20 / 10 = 2.00. This tells us that 110 mg/dL lies exactly two standard deviations above the mean.
z = 2.00
3
Step 3 — Look Up Φ(z) in the z-TableFrom the standard normal table (row 2.0, column .00), we find Φ(2.00) = 0.9772. This is the cumulative probability P(Z ≤ 2.00)—the area under the curve to the left of z = 2.00.
Φ(2.00) = 0.9772
4
Step 4 — Compute the Upper-Tail ProbabilityBecause we want P(X > 110) = P(Z > 2.00), we subtract the cumulative probability from 1: P(Z > 2.00) = 1 − 0.9772 = 0.0228.
P(FBG > 110) = 0.0228 or 2.28%
5
Step 5 — Interpret in ContextApproximately 2.28% of healthy adults in this population would be expected to have a fasting blood glucose exceeding 110 mg/dL. The clinician can use this probability to assess whether an individual's result is unusually high relative to the healthy reference distribution, supporting decisions about further diagnostic testing.
About 1 in 44 healthy adults exceeds this threshold by chance.

Strengths, Limitations & Common Pitfalls

Strengths and limitations of the normal distribution and z-score approach in biostatistical practice.
StrengthsLimitations
Universality: The Central Limit Theorem guarantees that sample means approach normality for large n, even if the underlying population is not normal.Assumption sensitivity: If the data are substantially skewed or heavy-tailed, normal-based probabilities can be misleading, especially in the tails.
Simplicity: Only two parameters (μ and σ) fully specify the distribution, making it parsimonious and easy to estimate from data.Unbounded support: The normal model assigns nonzero probability to negative values, which is inappropriate for strictly positive variables (e.g., concentrations, survival times) without transformation.
Analytical tractability: Closed-form expressions for many derived statistics (confidence intervals, test statistics) depend on normality.Outlier influence: μ and σ are sensitive to outliers; a single extreme observation can distort z-score calculations significantly.
Ubiquitous software support: Every statistical package provides normal PDF, CDF, and quantile functions, facilitating rapid computation.Discrete data misfit: Count data and binary outcomes require binomial, Poisson, or other discrete distributions; applying the normal model directly introduces approximation error.
⚠️ WHEN TO QUESTION NORMALITY
Before computing z-scores, always examine your data graphically (histogram, Q–Q plot) and numerically (skewness, kurtosis). In biostatistics, many variables—income data, survival times, antibody titers—are right-skewed. Applying a log or Box-Cox transformation can often restore approximate normality, allowing you to use z-based methods validly. Think of it like calibrating an instrument: the z-score formula is the instrument, but it gives accurate readings only when the normality 'calibration assumption' holds.

Connection to Advanced Theory

The normal distribution and z-score framework serve as the gateway to more sophisticated biostatistical methods. Understanding where the standard normal fits within the broader landscape of inferential statistics clarifies when to move beyond simple z-based analyses.

Progression from z-score fundamentals to advanced biostatistical methods.
Featurez-Score / Normal ApproachAdvanced Extension
Known σz-test: z = (x̄ − μ₀) / (σ / √n)t-test (Student's t): used when σ is unknown and estimated by s; heavier tails for small n
Single variableUnivariate normal N(μ, σ²)Multivariate normal N(μ, Σ) for correlated biomarker panels
Sampling distributionCentral Limit Theorem: x̄ ~ N(μ, σ²/n)Bootstrap and permutation methods when CLT conditions are questionable
Probability modelContinuous, symmetric bell curveGeneralized linear models (GLMs) for non-normal outcomes: logistic, Poisson, gamma

In clinical research, the z-score also reappears in standardized effect sizes (Cohen's d), growth-chart percentiles in pediatrics (CDC and WHO z-scores for height-for-age), and genomic studies where thousands of test statistics are compared to the standard normal to control false discovery rates. Mastering the z-score transformation is therefore not merely an introductory exercise—it is a skill that scales directly into advanced epidemiological and genomic analyses.

Practice Problems

PROBLEM 1CONCEPTUAL
A researcher reports that a patient's serum creatinine level corresponds to a z-score of −1.50 relative to the reference population. Explain what this z-score means in plain language and state whether the patient's level is above or below the population mean.
PROBLEM 2BASIC CALCULATION
Total cholesterol in a certain adult population follows N(200, 35²) mg/dL. What is the probability that a randomly selected individual has a cholesterol level below 165 mg/dL?
PROBLEM 3INTERMEDIATE
Diastolic blood pressure (DBP) in a healthy adult cohort is normally distributed with μ = 80 mmHg and σ = 8 mmHg. Find the probability that a randomly chosen individual has a DBP between 72 mmHg and 92 mmHg.
PROBLEM 4APPLIED
A pharmaceutical company manufactures aspirin tablets labeled as 325 mg. Quality control data show that the actual aspirin content per tablet is normally distributed with μ = 327 mg and σ = 4 mg. A tablet is considered out of specification if it contains less than 318 mg or more than 336 mg. What proportion of tablets is expected to fail quality control?
PROBLEM 5CRITICAL THINKING
In a genome-wide association study (GWAS), a researcher computes a test statistic of z = 5.20 for a candidate SNP. Using the standard normal distribution, compute the two-tailed p-value. Then discuss why GWAS studies typically use a significance threshold of p < 5 × 10⁻⁸ rather than the conventional p < 0.05, and comment on what this implies about how extreme a z-score must be to achieve genome-wide significance.

Lesson Summary

The normal distribution is a continuous, symmetric, bell-shaped probability model fully defined by its mean (μ) and standard deviation (σ). The z-score transformation z = (x − μ) / σ converts any observation on a normal variable to the standard normal distribution N(0, 1), enabling universal probability lookups via the z-table or CDF Φ(z). The empirical rule (68–95–99.7) provides a quick mental framework for gauging how unusual a measurement is, while precise tail and interval probabilities are computed using Φ(z), 1 − Φ(z), and Φ(b) − Φ(a).

In biostatistics, z-scores are applied to clinical reference ranges, pharmaceutical quality control, epidemiological screening, and even genome-wide association studies. However, the normal model carries assumptions—symmetry, continuous support, and sensitivity to outliers—that must be verified before applying z-based inferences. When these assumptions hold, the normal distribution and z-score framework provide an elegant, powerful, and computationally simple engine for probabilistic reasoning that generalizes naturally into t-tests, confidence intervals, and generalized linear models encountered later in the biostatistics curriculum.

Varsity Tutors • Biostatistics • Normal Distribution & z-Scores