Tutorials › Biostatistics › Understanding the Normal Distribution in Biostatistics

Biostatistics

Understanding the Normal Distribution in Biostatistics

A practical guide to the bell-shaped curve, mean and standard deviation, z-scores, percentiles, normal probabilities, clinical reference ranges, and the role of normal theory in statistical inference.

Beginner 15 min read

What You'll Learn

  • What the normal distribution represents and why it matters in biostatistics
  • How the mean and standard deviation determine the shape and location
  • How to use the 68–95–99.7 rule and standard normal probabilities
  • How to calculate and interpret z-scores and percentiles
  • How normal theory connects to standard errors, confidence intervals, and hypothesis tests
  • How to assess normality and avoid common clinical-statistics mistakes

Introduction

The normal distribution is one of the most important probability distributions in biostatistics. It appears throughout clinical research because many biological measurements are approximately symmetric and concentrated around a central value.

Examples include height, weight, blood pressure measurements under appropriate conditions, laboratory measurements, and measurement errors. Even when an individual variable is not exactly normal, the normal distribution often becomes important when we study sample means, because averages can become approximately normal under broad conditions through the Central Limit Theorem.

Key idea: The normal distribution is a continuous, symmetric distribution described by its mean and standard deviation. The mean determines the center of the distribution, while the standard deviation determines its spread.

What Does a Normal Distribution Look Like?

A normal distribution has the familiar bell-shaped curve. It is highest at the mean and falls away smoothly in both directions.

For a normal random variable \(X\) with mean \(\mu\) and standard deviation \(\sigma\), the probability density function is:

\[ f(x)=\frac{1}{\sigma\sqrt{2\pi}} \exp\left[-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2\right], \qquad \sigma>0 \]

The density describes the relative concentration of observations at different values. Because the distribution is continuous, probabilities correspond to areas under the curve rather than the height of the curve at a single point.

Important Properties

  • Symmetric: the left and right sides mirror each other around the mean.
  • Unimodal: there is one peak, located at the mean.
  • Mean = median = mode: all three measures of center coincide.
  • Total area = 1: the entire area under the density curve represents probability 1.
  • Tails extend indefinitely: the curve approaches, but never reaches, the horizontal axis.

The Mean Determines the Center

The parameter \(\mu\) is the mean of the normal distribution. Changing the mean shifts the entire curve left or right without changing its basic shape.

Mean Interpretation
\(\mu=100\) The distribution is centered at 100.
\(\mu=120\) The same-shaped distribution is shifted 20 units to the right.
\(\mu=80\) The same-shaped distribution is shifted 20 units to the left.

In a clinical setting, the mean might represent the average value of a laboratory measurement or a physiological characteristic in a target population.

The Standard Deviation Determines the Spread

The parameter \(\sigma\) is the standard deviation. It measures the typical spread of observations around the mean.

A smaller standard deviation produces a narrower, taller curve. A larger standard deviation produces a wider, flatter curve.

Standard Deviation Shape Interpretation
Small \(\sigma\) Narrow and tall Observations are concentrated near the mean.
Large \(\sigma\) Wide and flat Observations are more dispersed around the mean.
Clinical interpretation: Two populations can have the same mean but very different variability. Reporting the standard deviation alongside the mean therefore provides important information about the distribution of a continuous endpoint.

The 68–95–99.7 Rule

For a normal distribution, a particularly useful approximation is the empirical rule. It describes how much probability lies within one, two, and three standard deviations of the mean.

Interval Approximate Proportion
\(\mu\pm1\sigma\) 68%
\(\mu\pm2\sigma\) 95%
\(\mu\pm3\sigma\) 99.7%

For example, suppose systolic blood pressure is approximately normally distributed with mean 120 mmHg and standard deviation 10 mmHg. Then approximately 68% of measurements fall between:

\[ 120-10=110 \qquad\text{and}\qquad 120+10=130 \]

Approximately 95% fall between:

\[ 120-2(10)=100 \qquad\text{and}\qquad 120+2(10)=140 \]

And approximately 99.7% fall between 90 and 150 mmHg.

Remember: The 68–95–99.7 rule is a useful approximation specifically for a normal distribution. It should not be applied automatically to a strongly skewed or heavy-tailed variable.

Standardization: Turning a Measurement into a z-Score

A raw measurement is difficult to interpret without knowing where it lies relative to the population distribution. A z-score solves this problem by expressing a value in standard-deviation units from the mean.

For an observation \(x\):

\[ z=\frac{x-\mu}{\sigma} \]

The numerator \(x-\mu\) tells us how far the observation is from the mean. Dividing by \(\sigma\) converts that distance into standard-deviation units.

z-Score Interpretation
0 Exactly at the mean
+1 One standard deviation above the mean
-1 One standard deviation below the mean
+2 Two standard deviations above the mean
-2 Two standard deviations below the mean
+3 Three standard deviations above the mean

A useful feature of the z-score is that it puts measurements from different normal distributions onto a common standardized scale.

Worked z-Score Example

Suppose a biomarker has:

A patient has a measured value of \(x=66\). The z-score is:

\[ z=\frac{66-50}{8} =\frac{16}{8} =2 \]

The patient's value is therefore 2 standard deviations above the mean. Under a normal model, that is a relatively high value, but it is not extraordinarily rare.

Interpretation matters: A z-score describes a position within a statistical distribution. It does not by itself establish that a patient has a disease, has clinically meaningful abnormality, or needs treatment. Clinical interpretation requires appropriate reference ranges and subject-matter context.

The Standard Normal Distribution

When \(\mu=0\) and \(\sigma=1\), the normal distribution is called the standard normal distribution.

\[ Z\sim N(0,1) \]

The standard normal distribution is useful because any normal observation can be converted into a z-score. Probability calculations can then be performed using the same reference distribution.

Finding Probabilities from z-Scores

Suppose \(Z\) follows a standard normal distribution. The cumulative distribution function is:

\[ \Phi(z)=P(Z\le z) \]

For example, a commonly used result is:

\[ P(Z\le1.96)\approx0.975 \]

By symmetry:

\[ P(Z\ge1.96)\approx0.025 \]

And therefore:

\[ P(-1.96\le Z\le1.96)\approx0.95 \]

This is the statistical basis for the familiar 95% normal-theory interval associated with the critical value 1.96.

Left-Tail, Right-Tail, and Two-Tail Probabilities

The wording of a probability question determines which area under the normal curve is required.

Question Probability
Below a value \(P(Z\le z)\)
Above a value \(P(Z\ge z)\)
Between two values \(P(a\le Z\le b)\)
Outside two symmetric cutoffs \(P(|Z|\ge c)\)

For a continuous distribution, the probability of an exact single point is zero:

\[ P(X=x)=0 \]

This does not mean the point has no practical meaning. It means probability is assigned to intervals or regions under a continuous density.

Percentiles and Reference Values

A percentile tells us where a value falls relative to the distribution. The 50th percentile is the median, which equals the mean for a normal distribution.

Approximate Percentile z-Score
2.5th -1.96
5th -1.645
25th -0.674
50th 0
75th 0.674
95th 1.645
97.5th 1.96

If a laboratory measurement is approximately normal, percentiles can be translated back to the original measurement scale using:

\[ x=\mu+z\sigma \]

For example, the approximate 97.5th percentile is:

\[ x=\mu+1.96\sigma \]

Normal Distribution and Clinical Reference Ranges

A reference range is often constructed using a central proportion of a reference population. When the underlying distribution is reasonably normal, a central 95% interval is approximately:

\[ \mu\pm1.96\sigma \]

For example, if a reference population has mean hemoglobin of 14.0 g/dL and standard deviation 1.0 g/dL, the approximate central 95% interval under a normal model would be:

\[ 14.0\pm1.96(1.0) \]

giving approximately 12.04 to 15.96 g/dL.

Important distinction: A statistical reference interval is not automatically the same thing as a clinical decision threshold. A clinical cutoff may be chosen using disease risk, diagnostic accuracy, treatment benefit, or other clinical considerations.

Why Normality Matters in Biostatistics

The normal distribution appears in many statistical procedures. Its importance is not simply that biological data "look bell-shaped." Normal theory provides a mathematical framework for probability calculations and inference.

The Central Limit Theorem Connection

One of the most important ideas in biostatistics is that the normal distribution can arise from averaging, not only from individual observations.

Under suitable conditions, as sample size increases, the sampling distribution of the sample mean becomes approximately normal.

\[ \bar X \approx N\left(\mu,\frac{\sigma^2}{n}\right) \]

Equivalently, the standard deviation of the sampling distribution of the mean, called the standard error, is:

\[ SE(\bar X)=\frac{\sigma}{\sqrt n} \]

This is a crucial distinction: the standard deviation \(\sigma\) describes individual observations, whereas the standard error describes the variability of sample means across repeated samples.

Do not confuse SD and SE. Standard deviation describes variability among observations. Standard error describes variability of an estimator, such as the sample mean.

Worked Example: A Sampling Distribution

Suppose a population has mean 100 and standard deviation 20. If samples of \(n=25\) are repeatedly drawn, the standard error of the sample mean is:

\[ SE(\bar X)=\frac{20}{\sqrt{25}}=4 \]

The sampling distribution of the mean is therefore approximately:

\[ \bar X\approx N(100,4^2) \]

A sample mean of 108 has a standardized value:

\[ z=\frac{108-100}{4}=2 \]

The important point is that the z-score is calculated using the standard error when standardizing a sample mean, not the population standard deviation of an individual observation.

Normal Distribution in Confidence Intervals

For a normally distributed population with known standard deviation, a two-sided 95% confidence interval for a population mean has the form:

\[ \bar x\pm1.96\frac{\sigma}{\sqrt n} \]

When the population standard deviation is unknown and the sample is relatively small, the t-distribution is generally used instead of the standard normal distribution.

Practical rule: Do not automatically use 1.96 simply because you are estimating a mean. The appropriate critical distribution depends on the model, sample size, and whether the population variance is known.

Normal Distribution in Hypothesis Testing

Normal theory also provides the foundation for many test statistics. A generic standardized statistic can often be written as:

\[ Z=\frac{\text{estimate}-\text{null value}} {\text{standard error of the estimate}} \]

A large positive or negative value indicates that the observed estimate is far from the null value relative to its standard error.

For a two-sided test with significance level \(\alpha=0.05\), the standard normal critical values are approximately:

\[ \pm1.96 \]

Thus, under the standard normal reference distribution, values beyond approximately \(\pm1.96\) lie in the two tails containing 5% total probability.

Normality Does Not Mean Every Observation Must Be Near the Mean

A common misunderstanding is that data from a normal distribution should cluster tightly around the mean. The standard deviation determines how wide that cluster is. A normal distribution can be very narrow or very broad.

Also, observations beyond two or three standard deviations are not impossible. They are simply less probable.

Distance from Mean Approximate Two-Sided Probability Outside
1 SD 32%
2 SD 5%
3 SD 0.3%

The exact values are approximately 31.7%, 4.55%, and 0.27%, respectively, under the standard normal distribution.

How to Assess Whether Data Are Approximately Normal

A normality assumption should not be judged solely by looking at whether a histogram "looks like a bell." Several complementary methods are useful.

1. Histogram

A histogram can reveal strong skewness, multiple modes, extreme outliers, or other departures from a normal shape. However, histograms can be unstable with small samples because the appearance depends on the bin width.

2. Q–Q Plot

A normal quantile-quantile plot compares observed quantiles with theoretical normal quantiles. If the data are reasonably compatible with a normal distribution, the points tend to follow an approximately straight pattern.

3. Summary Statistics

Mean, median, standard deviation, skewness, and the presence of extreme observations can help identify departures from symmetry.

4. Formal Normality Tests

Tests such as the Shapiro–Wilk test can be useful in some settings, but a formal test should not be treated as the sole decision criterion. With large samples, small and practically unimportant departures can become statistically significant. With small samples, substantial departures may be difficult to detect.

Best practice: Combine graphical diagnostics, subject-matter knowledge, sample size, and the assumptions of the planned analysis rather than relying on a single normality test.

Normality of the Data vs. Normality of the Model Errors

This distinction is particularly important in clinical statistics.

Many statistical models do not require the raw outcome variable itself to be normally distributed. For example, in linear regression, the relevant normality assumption for classical small-sample inference concerns the model errors, conditional on the predictors, rather than requiring every observed outcome to be normally distributed.

Similarly, many clinical endpoints are analyzed using distributions specifically suited to their measurement scale. Binary outcomes are commonly analyzed with binomial or logistic models, and time-to-event outcomes are often analyzed using survival methods.

When a Normal Distribution Is a Poor Model

The normal distribution may be inappropriate when the variable has strong characteristics that conflict with its assumptions.

In these settings, an appropriate transformation or a distribution/model better matched to the endpoint may be preferable.

Normal Distribution vs. t-Distribution

The normal and t-distributions are closely related but should not be treated as interchangeable.

Feature Normal Distribution t-Distribution
Shape Symmetric and bell-shaped Symmetric and bell-shaped
Tails Thinner Heavier
Degrees of freedom Not required Required
Common use Known-\(\sigma\) inference; large-sample approximations Mean inference with estimated \(\sigma\), especially in smaller samples
As df increases — Approaches the standard normal distribution

The heavier tails of the t-distribution account for additional uncertainty when the population standard deviation is estimated from the sample.

A Clinical Example: Interpreting a Laboratory Value

Suppose a laboratory measurement is modeled as normal with:

A patient has \(x=130\). The standardized value is:

\[ z=\frac{130-100}{15}=2 \]

The measurement is therefore two standard deviations above the population mean. Under the normal model, approximately 2.5% of observations are above \(z=1.96\), so a value of 130 is in the upper tail.

However, whether 130 is clinically abnormal is a separate question. A statistical tail probability is not the same as a diagnostic or clinical decision rule.

Common Mistakes

  1. Assuming every biological variable is normal. Many clinical variables are skewed, bounded, discrete, or otherwise non-normal.
  2. Confusing standard deviation with standard error. SD describes individual variability; SE describes estimator variability.
  3. Using the 68–95–99.7 rule for non-normal data. The empirical rule is a normal-distribution property.
  4. Interpreting a z-score as a diagnosis. A z-score describes statistical position, not clinical significance by itself.
  5. Assuming a normality test proves normality. No statistical test establishes that a dataset is perfectly normal.
  6. Thinking a histogram must look perfectly bell-shaped. Real samples contain random variation and may show modest departures even when a normal model is reasonable.
  7. Checking only the raw outcome in a regression model. The relevant assumption may concern residuals or model errors instead.
  8. Using 1.96 automatically for every confidence interval. The appropriate reference distribution depends on the analysis.

Practical Normal-Distribution Workflow

1
Define the variable. Identify its measurement scale, units, and clinical meaning.
2
Inspect the data. Review the histogram, summary statistics, and potential outliers.
3
Use a Q–Q plot when appropriate. Assess whether observed quantiles are reasonably compatible with normal quantiles.
4
Identify the relevant normality assumption. Determine whether the analysis concerns the raw data, residuals, or a sampling distribution.
5
Standardize when useful. Convert an observation to a z-score to express its position in standard-deviation units.
6
Choose the appropriate reference distribution. Normal theory is not automatically the correct choice for every inference problem.
7
Interpret statistically and clinically. Separate probability-based conclusions from clinical decision thresholds.

Normal Distribution in R

R provides functions for the normal distribution using the prefixes d, p, q, and r.

Function Purpose
dnorm() Density
pnorm() Cumulative probability
qnorm() Quantile or percentile
rnorm() Generate random normal observations

Calculate a Tail Probability

pnorm(1.96)
# approximately 0.975

1 - pnorm(1.96)
# approximately 0.025

Calculate a Quantile

qnorm(0.975)
# approximately 1.96

qnorm(0.025)
# approximately -1.96

Work on the Original Measurement Scale

mu <- 100
sigma <- 15

pnorm(130, mean = mu, sd = sigma)

qnorm(0.975, mean = mu, sd = sigma)

The first calculation gives the probability of observing a value at or below 130 under the specified normal model. The second gives the 97.5th percentile on the original measurement scale.

Normal Distribution in SAS

SAS also provides functions for normal probabilities and quantiles. For example, the CDF function can be used to evaluate a cumulative normal probability.

data normal_example;
    mu = 100;
    sigma = 15;
    x = 130;

    z = (x - mu) / sigma;
    p_left = cdf("NORMAL", x, mu, sigma);
    p_upper = 1 - p_left;
run;

proc print data=normal_example;
run;

For standardized values, the same probability can be obtained from the standard normal distribution:

data z_example;
    z = 2;
    p_left = cdf("NORMAL", z);
    p_upper = 1 - p_left;
run;

proc print data=z_example;
run;

Normal Distribution and Clinical Trial Analysis

Normal-theory methods appear frequently in clinical trials, particularly for continuous endpoints. Examples include change from baseline, laboratory measurements, vital signs, and patient-reported outcomes.

For a two-arm comparison of mean change, investigators may compare treatment-group means using a t-test or a model such as ANCOVA. In these settings, the normal distribution often enters through assumptions about model errors or the sampling distribution of estimated treatment effects.

This is why understanding the normal distribution is foundational even when the raw clinical endpoint is not perfectly normal.

The Most Important Distinction: Distribution vs. Sampling Distribution

There are two different questions that are often confused:

A
How are individual observations distributed? For example, how are individual patients' laboratory values distributed?
B
How is an estimator distributed across repeated samples? For example, how would the sample mean vary if the trial were repeated many times?

The second question is central to statistical inference. Confidence intervals and hypothesis tests depend on the sampling distribution of an estimator, not merely on the distribution of the observed raw values.

A Compact Formula Sheet

Concept Formula
Normal density \(f(x)=\frac{1}{\sigma\sqrt{2\pi}}\exp[-\frac12((x-\mu)/\sigma)^2]\)
z-score \(z=(x-\mu)/\sigma\)
Back-transform z-score \(x=\mu+z\sigma\)
Standard error of mean \(SE(\bar X)=\sigma/\sqrt n\)
Approximate sampling distribution \(\bar X\approx N(\mu,\sigma^2/n)\)
95% central normal interval \(\mu\pm1.96\sigma\)

Worked Example Summary

Consider a normally distributed clinical measurement with mean 50 and standard deviation 8. A patient has a value of 66.

Step Calculation Interpretation
1 \(x=66\) Observed patient value
2 \(\mu=50\) Population mean
3 \(\sigma=8\) Population standard deviation
4 \(z=(66-50)/8=2\) Two SD above the mean
5 \(P(Z\le2)\approx0.9772\) Approximately the 97.7th percentile

This example illustrates the central purpose of standardization: the raw value 66 becomes interpretable once it is expressed relative to the center and spread of the distribution.

Bottom line: The normal distribution is a symmetric continuous probability model characterized by its mean and standard deviation. The z-score converts a measurement into standard-deviation units, the empirical rule provides quick probability approximations, and the standard normal distribution supports many probability and inference calculations. In biostatistics, however, the most important question is not whether every dataset is perfectly normal, but whether a normal-based model or sampling approximation is reasonable for the specific analysis being performed.

References

Altman, D.G. (1991). Practical Statistics for Medical Research. Chapman & Hall.
Rosner, B. (2016). Fundamentals of Biostatistics, 8th ed. Cengage Learning.
Daniel, W.W. & Cross, C.L. (2018). Biostatistics: A Foundation for Analysis in the Health Sciences, 11th ed. Wiley.
Kirkwood, B.R. & Sterne, J.A.C. (2003). Essential Medical Statistics, 2nd ed. Blackwell Science.

← Back to All Tutorials