Exponential Distribution

Gist

A distribution known for its use in waiting time.

Mathematics

This is a continuous probability distribution.

The probability density function is given by:

fX(x)=λeλx$$Andthecumulativedensityfunctionis:$$FX(x)=1eλx

Properties

Mean: 1x

E[X]=0xλeλxdx=[xeλx]0+0eλxdx=0+[1λeλx]0=1λ

Variance: 1λ2

Memoryless

The memoryless property states:

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

Given that the event hasn't occurred by time s, the probability of the event happening later (t+s) is the same as the probability that it has not occurred by time t from the start. It does not matter how long you already waited for. The distribution of the remaining wait time is identical to the wait you faced at time zero.

Uses

Relationship

  1. A continuous form of the Geometric distribution.
  2. The sum of n exponential distributions is the equivalent of the Gamma Distribution which is useful for Delay Distribution

Other notes

  1. Interestingly, in 1958, it was considered not a useful distribution for application?

References