Probability & Statistics

Exponential Distribution

Visualize the exponential distribution PDF and CDF with an adjustable rate parameter.

Exponential Distribution

Concept Overview

The exponential distribution is a continuous probability distribution that is often used to model the time elapsed between events. It is the continuous counterpart to the geometric distribution and is widely used in reliability theory and queuing theory.

Mathematical Definition

A continuous random variable X is said to have an exponential distribution with rate parameter λ (lambda) greater than 0 if its probability density function (PDF) is given by:

f(x; λ) = λe-λx for x ≥ 0
f(x; λ) = 0 for x < 0

The cumulative distribution function (CDF), which gives the probability that X takes a value less than or equal to x, is defined as:

F(x; λ) = 1 - e-λx for x ≥ 0
F(x; λ) = 0 for x < 0

Key Concepts

Memorylessness

The most defining property of the exponential distribution is that it is "memoryless". This means the probability of an event occurring in the next time interval is independent of how much time has already passed. Formally:

P(X > s + t | X > s) = P(X > t)

Mean and Variance

  • Expected Value (Mean): The mean time between events is E[X] = 1/λ.
  • Variance: The variance is Var(X) = 1/λ2.
  • Median: The time point where there is a 50% chance the event has occurred is ln(2)/λ.

Historical Context

The exponential distribution emerged naturally from the study of Poisson processes in the early 20th century, particularly through the work of Agner Krarup Erlang in queuing theory. Erlang modeled telephone calls to estimate the probability of calls being dropped. The distribution became a cornerstone of reliability engineering during World War II, as statisticians formalized models for component failure times.

Real-world Applications

  • Reliability Engineering: Modeling the time until a specific component fails (assuming a constant failure rate).
  • Queuing Theory: Predicting the time between customer arrivals at a service point, such as a cash register or website server.
  • Physics: Describing the radioactive decay of unstable particles, where λ corresponds to the decay constant.
  • Finance: Estimating the time until the next default in a portfolio of loans or bonds.

Related Concepts

  • Poisson Process — The discrete counting counterpart; if the number of events in an interval follows a Poisson distribution, the time between events is exponentially distributed.
  • Geometric Distribution — The discrete analogue to the continuous exponential distribution, representing the number of trials needed to get the first success.
  • Gamma Distribution — The sum of k independent exponentially distributed random variables follows a Gamma distribution.

Experience it interactively

Adjust parameters, observe in real time, and build deep intuition with Riano’s interactive Exponential Distribution module.

Try Exponential Distribution on Riano →

More in Probability & Statistics