Skip to content
Statistics

Exponential Distribution Calculator

Enter a rate parameter and a value to compute the probability density (PDF), cumulative probability (CDF), survival probability, and all key statistics for the exponential distribution. Switch between rate (lambda) and mean (1/lambda) input, add a second value for interval probability, or use the inverse mode to find the x that gives a target probability.

Your details

Choose whether to enter the rate lambda directly or the mean (average waiting time). Both describe the same distribution.
The average number of events per unit of time (or distance). Must be greater than 0.
Point mode computes PDF and CDF at a single x. Interval mode finds P(x1 < X < x2). Inverse mode solves for x given a cumulative probability.
The value at which to evaluate the distribution. Must be >= 0.
PDF - f(x)
0.303265

Probability density at x. The height of the exponential curve at this point.

Rate parameter (lambda)0.5
CDF - P(X <= x)0.393469
Survival - P(X > x)0.606531
Mean (mu)2
Median1.3863
Variance (sigma squared)4
Standard deviation (sigma)2
0.39346965.3% below · x
00.490.98048
x
Probability
xPDF f(x)CDF F(x)
00.50
0.160.460.08
0.320.430.15
0.480.390.21
0.640.360.27
0.80.340.33
0.960.310.38
1.120.290.43
1.280.260.47
1.440.240.51
1.60.220.55
1.760.210.59
1.920.190.62
2.080.180.65
2.240.160.67
2.40.150.7
2.560.140.72
2.720.130.74
2.880.120.76
3.040.110.78
3.20.10.8
3.360.090.81
3.520.090.83
3.680.080.84
3.840.070.85
40.070.86
4.160.060.88
4.320.060.88
4.480.050.89
4.640.050.9
4.80.050.91
4.960.040.92
5.120.040.92
5.280.040.93
5.440.030.93
5.60.030.94
5.760.030.94
5.920.030.95
6.080.020.95
6.240.020.96
6.40.020.96
6.560.020.96
6.720.020.97
6.880.020.97
7.040.010.97
7.20.010.97
7.360.010.97
7.520.010.98
7.680.010.98
7.840.010.98
80.010.98
  • PDF f(x)
  • CDF F(x)

Exponential distribution with lambda = 0.5000 (mean = 2.0000)

  • With lambda = 0.5000, events occur on average every 2.0000 units of time. The median waiting time is 1.3863, shorter than the mean because the exponential distribution is right-skewed.
  • At x = 1, there is a 39.35% chance the event has already occurred and a 60.65% chance it has not yet happened.
  • The exponential distribution has the memoryless property: knowing that an event has not yet occurred gives no information about how much longer you will wait.

Next stepIf events cluster in groups rather than arriving one at a time, consider the Poisson distribution for counts or the Gamma distribution for the sum of multiple exponential waiting times.

What is the exponential distribution?

The exponential distribution models the time between successive independent events that occur at a constant average rate. It is the continuous-time counterpart to the discrete geometric distribution and plays a central role in queuing theory, reliability engineering, and survival analysis. If phone calls arrive at a call center at an average rate of 3 per hour, the waiting time between consecutive calls follows an exponential distribution with lambda = 3.

PDF, CDF, and the survival function

The probability density function (PDF) is f(x) = lambda * e^(-lambda * x). It gives the relative likelihood that the waiting time equals exactly x, and it decreases monotonically from lambda at x = 0. The cumulative distribution function (CDF) is F(x) = 1 - e^(-lambda * x), giving the probability that the event occurs by time x. The survival function S(x) = e^(-lambda * x) is the complement, giving the probability of still waiting at time x. To find the probability of the event falling in an interval, subtract the CDF values: P(x1 < X < x2) = F(x2) - F(x1).

Mean, median, and the memoryless property

The mean waiting time is 1 / lambda. The median is ln(2) / lambda, which is always shorter than the mean because the right-skewed distribution has a long tail. Importantly, the standard deviation equals the mean (both equal 1 / lambda), making the coefficient of variation exactly 1. The exponential distribution is the only continuous distribution with the memoryless property: P(X > s + t | X > s) = P(X > t). This means the probability of waiting an additional time t does not depend on how long you have already waited, a property that distinguishes it from distributions with aging or wear effects.

Inverse CDF and practical applications

The inverse CDF (quantile function) answers the question: "How long must I wait to be p% certain the event has occurred?" The answer is x = -ln(1 - p) / lambda. For example, with lambda = 0.5, to be 90% certain: x = -ln(0.1) / 0.5 = 4.61 units. Common applications include modeling the lifespan of components under constant hazard (reliability engineering), inter-arrival times in queuing systems (call centers, network packets), and time-to-event in survival analysis when the hazard rate is assumed constant.

Exponential distribution: key formulas

QuantityFormulaDescription
PDFf(x) = lambda * e^(-lambda * x)Probability density at x
CDFF(x) = 1 - e^(-lambda * x)P(X <= x)
SurvivalS(x) = e^(-lambda * x)P(X > x)
IntervalF(x2) - F(x1)P(x1 < X < x2)
Inverse CDFx = -ln(1-p) / lambdaQuantile function
Meanmu = 1 / lambdaExpected value
Medianln(2) / lambda50th percentile
Variancesigma^2 = 1 / lambda^2Spread
Std Devsigma = 1 / lambdaEqual to the mean

All formulas assume a rate parameter lambda > 0 and x >= 0.

Frequently asked questions

What does the rate parameter lambda mean?

Lambda (the Greek letter for the rate parameter) is the average number of events per unit of time or distance. If buses arrive three times per hour on average, lambda = 3. The mean waiting time between buses is then 1 / lambda = 1/3 hour, or about 20 minutes.

How is the exponential distribution related to the Poisson distribution?

If the number of events in a fixed time window follows a Poisson distribution with rate lambda, then the waiting time between consecutive events follows an exponential distribution with the same rate lambda. The two distributions are two views of the same Poisson process: one counting events, the other measuring gaps between them.

What is the memoryless property and why does it matter?

The memoryless property states that P(X > s + t | X > s) = P(X > t): given that you have already waited s units of time, the probability of waiting an additional t units is the same as the probability of waiting t units from the very start. This is realistic for phenomena without aging, like radioactive decay, but unrealistic for contexts where wear or fatigue increase failure rates over time.

Why is the standard deviation equal to the mean for the exponential distribution?

Both the mean and the standard deviation equal 1 / lambda, so the coefficient of variation (standard deviation / mean) is exactly 1. This is a defining characteristic of the exponential family that does not hold for the normal, Gamma, or Weibull distributions. It implies that the distribution is always highly right-skewed, with the skewness coefficient equal to 2.

When should I use the Gamma distribution instead?

Use the Gamma distribution when you are modeling the total waiting time until the k-th event in a Poisson process. The sum of k independent exponential random variables with the same rate follows a Gamma distribution with shape k and rate lambda. The exponential distribution is the special case where k = 1.

How do I interpret the PDF value at a specific x?

For a continuous distribution like the exponential, the probability of X equaling any exact value is zero. The PDF value f(x) is a density: the probability that X falls in a tiny interval around x is approximately f(x) times the width of that interval. High PDF values indicate regions where outcomes are more concentrated. The total area under the PDF curve always equals 1.

Sources

Written by Dr. Hannah Brandt, PhD Statistician · Munich, Germany

Applied statistician translating rigorous probability theory into clear, accurate tools for researchers and practitioners.

Search 3,500+ calculators

Loading search…