Σ
SDCalc
IntermediateTheory·10 min

Understanding Normal Distribution and the Bell Curve

Learn about normal distribution, the bell curve shape, how standard deviation affects it, and why it's fundamental to statistics. With interactive visualizations.

What is Normal Distribution?

The normal distribution, also called the Gaussian distribution or "bell curve," is the most important probability distribution in statistics. It describes how data values are distributed around a central mean value.

The Classic Bell Curve

The normal distribution is fully defined by just two parameters: the mean (μ) which determines the center, and the standard deviation (σ) which determines the spread.

Key Properties

Symmetry

The distribution is perfectly symmetric around the mean. The left and right halves are mirror images.

Mean = Median = Mode

In a normal distribution, all three measures of central tendency are equal and located at the center.

Asymptotic

The tails extend infinitely but never touch the x-axis. Extreme values are possible but increasingly rare.

Total Area = 1

The total area under the curve equals 1 (or 100%), representing all possible outcomes.

How Standard Deviation Affects the Shape

Standard deviation controls the "spread" of the normal distribution. A smaller σ creates a tall, narrow curve; a larger σ creates a short, wide curve.

Visual Comparison

Low SD (σ = 0.5)

Data clustered tightly around the mean

High SD (σ = 2)

Data spread widely from the mean

Z-Scores and Standardization

A z-score tells you how many standard deviations a value is from the mean. This allows you to compare values from different normal distributions.

Z-Score Formula

z = (x - μ) / σ
Z-ScoreMeaningPercentile
-22 SDs below mean~2.3%
-11 SD below mean~15.9%
0At the mean50%
+11 SD above mean~84.1%
+22 SDs above mean~97.7%

Real-World Examples

Many natural phenomena follow a normal distribution:

  • Human heights:Most people are near average height, with fewer very tall or very short individuals
  • IQ scores:Designed to follow a normal distribution with mean 100 and SD 15
  • Measurement errors:Random errors in scientific measurements
  • Blood pressure:Population blood pressure readings

When Data Isn't Normal

Not all data follows a normal distribution. Be cautious with:

Non-Normal Distributions

- Income data: Usually right-skewed (long tail of high earners) - Wait times: Often exponentially distributed - Count data: May follow Poisson distribution - Proportions: Follow binomial distribution