Theory 1

Exponential variable

A random variable X is exponential, written XExp(λ), when X measures the wait time until first arrival in a Poisson process with rate λ.

Exponential PDF:

fX(t)={λeλtt00t<0
  • Poisson is continuous analog of binomial
  • Exponential is continuous analog of geometric

Notice the coefficient λ in fX. This ensures P[X]=1:

0eλtdtλ1(eλ1)λ1

Notice the “tail probability” is a simple exponential decay:

P[X>t]=eλt

(Compute an improper integral to verify this.)


Erlang variable

A random variable X is Erlang, written XErlang(,λ), when X measures the wait time until th arrival in a Poisson process with rate λ.

Erlang PDF:

fX(t)=λ(1)!t1eλt
  • Erlang is continuous analog of Pascal

Theory 2

The memoryless distribution is exponential

The exponential distribution is memoryless. This means that knowledge that an event has not yet occurred does not affect the probability of its occurring in future time intervals:

P[X>t+s|X>t]=P[X>s].

This is easily checked using the PDF:

eλ(t+s)/eλt=eλs

No other continuous distribution is memoryless. This means any other (continuous) memoryless distribution agrees in probability with the exponential distribution. The reason is that the memoryless property can be rewritten as P[X>t+s]=P[X>t]P[X>s]. Consider P[X>x] as a function of x, and notice that this function converts sums into products. Only the exponential function can do this.

The geometric distribution is the discrete memoryless distribution.

P[X>n]k=n+1qk1pqnp(1+q+q2+)qnp1qqn

and by substituting n+k, we also know P[X>n+k]=qn+k.

Then:

P[X=n+k|X>n]P[X=n+k]P[X>n]qn+k1pqnqk1pP[X=k]

Theory 3

Extra - Inversion of decay rate factor in exponential

For constants a and λ:

Exp(aλ)1aExp(λ)

Derivation: Let XExp(λ) and observe that P[X>t]=eλt (the “tail probability”).

Now observe that:

P[a1X>t]=P[X>at]eλat

Let YExp(aλ). So we see that:

P[a1X>t]=P[Y>t]

Since the tail event is complementary to the cumulative event, these two distributions have the same CDF, and therefore they are equal.

Theory 4

Extra - Geometric limit to exponential

Divide the waiting time into small intervals. Let p=λn be the probability of at least one success in the time interval [a,a+1n] for any a. Assume these events are independent.

A random variable Tn measuring the end time of the first interval [k1n,kn] containing a success would have a geometric distribution with kn in place of k:

P[Tn=kn]=(1λn)k1λn

By taking the sum of a geometric series, one finds:

P[Tn>x]=(1λn)nx

Thus P[Tn>x]eλx as n.