Report

Help us improve this tool

Exponential Distribution Calculator

Compute exponential distribution probabilities, mean, median, variance, and standard deviation from the rate parameter.

O M T

What Is the Exponential Distribution?

The exponential distribution models waiting time between independent events that occur at a constant average rate. Examples include time between bus arrivals, customer visits, or machine failures. It is memoryless: the chance of waiting another minute does not depend on how long you have already waited. For related discrete waiting-time models, see the Negative Binomial Distribution Calculator or Binomial Probability Distribution Calculator.

Key Formulas

With rate parameter $a$ (events per time unit) and wait time $X$:

$$P(X \leq t) = 1 - e^{-at}, \quad P(X > t) = e^{-at}$$

$$\mu = \frac{1}{a}, \quad \text{median} = \frac{\ln(2)}{a}, \quad \sigma^2 = \frac{1}{a^2}$$

Example: Cafeteria Arrivals

Average 15 students per hour means $a = 15/60 = 0.25$ per minute. Probability of waiting at most 3 minutes: $P(X \leq 3) = 1 - e^{-0.25 \times 3} \approx 0.528$, or about 52.8%.

Frequently Asked Questions

What is the rate parameter a?

$a$ is the average number of events per unit of time. Its reciprocal $1/a$ is the mean waiting time between events.

What does memoryless mean?

The remaining wait time has the same distribution whether you just arrived or have already been waiting. Past waiting does not change future probability.

How do I convert from average arrivals per hour?

Divide by the number of time units per hour. Fifteen per hour equals $15/60 = 0.25$ per minute if your time unit is minutes.

Can X be negative?

No. Waiting time starts at zero. Enter zero or positive values for $X$.

How is this related to Poisson?

Poisson counts events in a fixed interval. Exponential models the gap between consecutive Poisson events when the rate is constant.

Related Tools