Learn
Interactive·

Continuous Distributions: Uniform, Exponential & Normal

Continuous quantities such as time and length are described through interval probabilities.

Waiting time is not restricted to 3 or 4 minutes. It may be 3.2, 3.21, or 3.214 minutes—any value in an interval.

For a continuous variable, probabilities are assigned to intervals rather than exact points.

Key question

Should a continuous process be represented by a uniform, exponential, or normal distribution?

1

Concept

Why are continuous probabilities calculated over intervals?

Area represents probability

The height of a probability density curve is not itself a probability. The area under the curve across an interval is.

Probability at one exact point

For a continuous variable, P(X = exactly 3.2) = 0. We calculate probabilities such as P(3 ≤ X ≤ 4).

2

Why It Matters

How do the three distributions differ?

Each distribution reflects a different generating process

Uniform

Equal density across an interval

random positions · random times

Exponential

Waiting time until the next event

failure · request · arrival gaps

Normal

Symmetric concentration around a mean

measurement error · height · averages

DistributionKey parameterMean
Uniform(a,b)endpoints a and b(a+b)/2
Exponential(λ)event rate λ1/λ
Normal(μ,σ²)mean μ and standard deviation σμ
3

How It Works

Why does the normal distribution appear so often?

Normal shapes often emerge when many small influences add together

Height, measurement error, and repeated-sample averages can look approximately normal because many small effects combine.

IntervalApproximate normal probability
μ ± 1σabout 68%
μ ± 2σabout 95%
μ ± 3σabout 99.7%

Normal is not universal

Waiting times, income, and failure intervals often have long right tails and may not be well described by a normal model.

4

Example

How should a distribution be chosen?

Start with the generating mechanism, not the curve shape

SituationDistribution to consider
A random point within a fixed intervalUniform
Time until the next requestExponential
A measurement produced by many small effectsNormal

Memorylessness

For an exponential waiting time, having already waited a long time does not reduce the remaining expected wait.

5

Interactive

Change the distribution shapes

Change the distribution shapes

Adjust the uniform interval, exponential rate λ, and normal μ and σ.

Key lesson

A continuous distribution represents a data-generating process and probabilities over intervals.

Key takeaways

  • Continuous random variables take values across intervals.
  • Area under a density curve represents probability.
  • Uniform density is constant over an interval.
  • Exponential distributions model waiting times between events.
  • Normal distributions are symmetric around their mean.
  • Choose a distribution from the data-generating process.

Go Deeper

t, Chi-square & F Distributions