What Is a Density Curve in Statistics?

A density curve is a smooth curve that represents the distribution of a continuous variable, where the total area under the curve equals exactly 1. It works like an idealized version of a histogram: instead of choppy bars, you get a clean line that shows how values in a dataset (or a probability distribution) are spread out. The area under the curve between any two points tells you the probability that a value falls in that range.

How a Density Curve Works

Think of a histogram first. Each bar’s area represents the proportion of data that falls in that bin. A density curve does the same thing, just as a smooth line instead of blocks. If you wanted to know what proportion of values fall between, say, 10 and 20, you’d look at the area under the curve between those two points on the x-axis. That area is the probability.

Every valid density curve follows two rules. First, the curve never dips below zero on the vertical axis, because negative probability doesn’t make sense. Second, the total area under the entire curve adds up to 1, representing 100% of possible outcomes. These two properties are what separate a density curve from any other smooth line you could draw on a graph.

One important detail that trips people up: the height of the curve at a single point is not the probability of that exact value. For continuous variables, the probability of landing on any single precise value is essentially zero. Probability only comes from area, which means you always need a range (even a tiny one) to get a meaningful number.

Area Equals Probability

The defining feature of a density curve is that the area between two values on the x-axis gives you the probability that a randomly chosen observation falls in that interval. If you shade the region under the curve between points a and b, that shaded area is the probability that your variable lands somewhere between a and b.

For example, if the area under a density curve between test scores of 70 and 85 is 0.45, that means there’s a 45% chance a randomly selected score falls in that range. Since the entire area under the curve is 1, the area to the left of any point tells you the proportion of values below that point, and the area to the right tells you the proportion above it.

Density Curves vs. Histograms

Histograms are built from actual data. You divide your data into bins, count how many observations fall in each bin, and draw bars. The result is useful but somewhat fragile. Small changes in how you define the bins, or how many bars you use, can noticeably change the shape you see. A density curve smooths over those choices, giving you a single consistent picture of the distribution.

The other key difference is that histograms work with finite, observed data, while a density curve represents an idealized model. It describes what the distribution would look like if you had an infinite number of observations. That makes density curves especially useful for probability calculations, where you want to work with a clean mathematical function rather than a jagged set of bars.

Mean and Median on a Density Curve

You can locate both the mean and median directly on a density curve. The median is the point that divides the area under the curve exactly in half: 50% of the area falls to the left, 50% to the right. The mean is the balance point, the spot where the curve would balance if it were made of solid material.

In a perfectly symmetric density curve, the mean and median sit at the same spot, right in the center. When the curve is skewed to the right (with a long tail stretching toward higher values), the mean gets pulled toward that tail and sits to the right of the median. When the curve is skewed to the left, the mean shifts left of the median. This relationship gives you a quick visual way to judge a distribution’s skewness just by looking at where these two measures fall.

The Normal Density Curve

The most commonly used density curve is the normal distribution, the classic bell shape. It’s symmetric, with the mean, median, and mode all at the center peak. Its spread is controlled by the standard deviation, which determines how wide or narrow the bell is.

The normal curve follows a pattern called the 68-95-99.7 rule. About 68% of the area falls within one standard deviation of the mean. About 95% falls within two standard deviations. And about 99.7% falls within three standard deviations. So if a dataset is well described by a normal density curve with a mean of 100 and a standard deviation of 15, roughly 68% of values will land between 85 and 115, and 95% will land between 70 and 130.

This rule makes the normal density curve a powerful practical tool. Once you know the mean and standard deviation, you can estimate probabilities for any range without doing complex calculations.

The Uniform Density Curve

Not all density curves are bell-shaped. The uniform distribution is the simplest example: a flat, horizontal line over some interval. Every value in the interval is equally likely. If the interval runs from a to b, the height of the curve is 1 divided by (b minus a). This keeps the total area at exactly 1.

For instance, if a random number generator produces values between 0 and 10 with equal likelihood, the density curve is a flat line at a height of 0.1 across that range. The probability of getting a value between 3 and 7 is the area of that rectangle: 0.1 times 4, which equals 0.4, or 40%. Uniform density curves are a good way to build intuition because the area calculations are just basic geometry.

Reading a Density Curve in Practice

When you encounter a density curve, focus on three things: where the peak is, how spread out the curve is, and whether it’s symmetric or skewed. The peak tells you the most common range of values. The spread tells you how much variability exists. And the symmetry (or lack of it) tells you whether extreme values are more likely on one side than the other.

Keep in mind that the vertical axis shows density, not probability. Density values can actually exceed 1 at certain points, which surprises many people. This is perfectly valid because probability comes from area, not height. A very narrow, tall curve can have heights above 1 and still have a total area of exactly 1. What matters is the shape and the areas it creates, not the specific numbers on the y-axis.