No history yet

Normal Distribution Properties

The Bell Curve

Many natural phenomena, from the heights of people to the measurement errors in an experiment, tend to follow a specific pattern. When you plot this data, it often forms a symmetrical, bell-shaped curve. This pattern is known as the normal distribution, and it's a cornerstone of statistics because it describes how data is spread around a central value.

The normal distribution, also known as the bell curve, is symmetric, and most of the data clusters around the mean (average).

The curve is densest in the middle and less dense at the tails. This means that values close to the average are very likely, while values far from the average are rare. The curve is perfectly symmetrical, so the right side is a mirror image of the left. A key feature of the normal distribution is that the mean, median, and mode are all the same and are located at the center.

Defining the Curve

A normal distribution is defined by just two parameters: the mean (represented by the Greek letter μ\mu, or mu) and the standard deviation (represented by σ\sigma, or sigma).

XN(μ,σ2)X \sim N(\mu, \sigma^2)

The mean (μ) is the central point of the distribution. It determines the location of the peak of the bell curve. If you change the mean, the entire curve shifts to the left or right on the graph.

The standard deviation (σ) controls the spread or width of the curve. A smaller standard deviation indicates that the data points are tightly clustered around the mean, resulting in a tall and narrow curve. A larger standard deviation means the data is more spread out, creating a shorter and wider curve.

By knowing just these two values, you can understand the entire distribution of your data, assuming it's normally distributed.

The Empirical Rule

For any normal distribution, there's a handy rule of thumb for understanding how the data is spread out. It's called the Empirical Rule, or the 68-95-99.7 rule. It provides a quick way to know the percentage of data that falls within a certain number of standard deviations from the mean.

Lesson image

Here's the breakdown:

  • Approximately 68% of the data falls within one standard deviation of the mean. This means between (μσ)(\mu - \sigma) and (μ+σ)(\mu + \sigma).

  • Approximately 95% of the data falls within two standard deviations of the mean, so between (μ2σ)(\mu - 2\sigma) and (μ+2σ)(\mu + 2\sigma).

  • Approximately 99.7% of the data falls within three standard deviations of the mean, between (μ3σ)(\mu - 3\sigma) and (μ+3σ)(\mu + 3\sigma).

This rule tells us that nearly all values in a normal distribution lie within three standard deviations of the mean. Values outside this range are very rare.

Let’s look at an example. The heights of adult men in the United States are roughly normally distributed, with a mean of 70 inches (5'10") and a standard deviation of 3 inches.

Using the Empirical Rule:

  • About 68% of men are between 67 inches (5'7") and 73 inches (6'1").
  • About 95% of men are between 64 inches (5'4") and 76 inches (6'4").
  • About 99.7% of men are between 61 inches (5'1") and 79 inches (6'7").

The Empirical Rule is powerful because it allows us to quickly estimate probabilities and identify common versus unusual data points without complex calculations, as long as the data follows a normal distribution.

Quiz Questions 1/6

Which two parameters completely define a normal distribution?

Quiz Questions 2/6

In a normal distribution, the mean, median, and mode are all located at the same point.