Exponential Distribution Calculator

Enter the rate parameter λ and evaluate exponential probabilities, density, and descriptive statistics in one place.

Must be positive; higher λ corresponds to shorter expected waiting times.

Set x ≥ 0 to compute PDF, CDF, and survival probability P(X > x).

Mean (1/λ)

1.667

Variance (1/λ²)

2.778

Std. Deviation

1.667

Median

1.155

Mode

0.000

PDF at x

0.1807

f(x) = λ e−λx

CDF at x

0.6988

F(x) = 1 − e−λx

Survival Probability

30.12%

S(x) = P(X > x) = e−λx

Density samples (copy into spreadsheets or plotting tools)

xf(x)
0.000.6000
0.170.5429
0.330.4912
0.500.4445
0.670.4022
0.830.3639
1.000.3293
1.170.2980
1.330.2696
1.500.2439
1.670.2207
1.830.1997
2.000.1807
2.170.1635
2.330.1480
2.500.1339
2.670.1211
2.830.1096
3.000.0992
3.170.0897
3.330.0812
3.500.0735
3.670.0665
3.830.0602
4.000.0544
4.170.0493
4.330.0446
4.500.0403
4.670.0365
4.830.0330
5.000.0299
5.170.0270
5.330.0245
5.500.0221
5.670.0200
5.830.0181
6.000.0164
6.170.0148
6.330.0134
6.500.0121
6.670.0110
6.830.0099
7.000.0090
7.170.0081
7.330.0074
7.500.0067
7.670.0060
7.830.0055
8.000.0049
8.170.0045
8.330.0040
8.500.0037
8.670.0033
8.830.0030
9.000.0027
9.170.0025
9.330.0022
9.500.0020
9.670.0018
9.830.0016
10.000.0015
10.170.0013
10.330.0012
10.500.0011
10.670.0010
10.830.0009
11.000.0008
11.170.0007
11.330.0007
11.500.0006
11.670.0005
11.830.0005
12.000.0004
12.170.0004
12.330.0004
12.500.0003
12.670.0003
12.830.0003
13.000.0002
13.170.0002
13.330.0002
13.500.0002
13.670.0002
13.830.0001
14.000.0001
14.170.0001
14.330.0001
14.500.0001
14.670.0001
14.830.0001
15.000.0001
15.170.0001
15.330.0001
15.500.0001
15.670.0000
15.830.0000
16.000.0000
16.170.0000
16.330.0000
16.500.0000
16.670.0000

How to Use This Calculator

  1. Enter a positive rate λ describing how often events occur (events per unit time/space).
  2. Optionally provide an x value to evaluate the cumulative probability and density at that point.
  3. Review the summary cards for mean, variance, median, and survival probability.
  4. Export the density sample table for quick plotting or further analysis.

Formula Reference

f(x) = λ e−λx,  x ≥ 0

F(x) = 1 − e−λx

S(x) = e−λx

Mean = 1 / λ

Variance = 1 / λ²

Median = (ln 2) / λ

The exponential distribution models waiting times between independent Poisson events. It is memoryless, meaning the probability of waiting an additional time t does not depend on how much time has already elapsed.

Frequently Asked Questions

What does λ represent?

λ is the arrival rate: the expected number of events per unit. A larger λ means events happen more frequently.

How is this distribution used?

It commonly models time-to-failure, service times, or the spacing of arrivals when events occur independently at a constant rate.

How do I estimate λ from data?

The maximum likelihood estimate is λ̂ = 1 / mean(data). Use a sample average of observed waiting times.

Does the exponential distribution have memory?

No. It is memoryless: P(X > s + t | X > s) = P(X > t).