Home page for accesible maths 3 Probability Models

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

3.3 Exponential Distribution: 𝖤𝗑𝗉(β)

The pdf and cdf of a random variable, X with an exponential distribution with rate β>0 are given by

fX(x;𝜽)={βexp(-βx)x00otherwise
FX(x)={1-exp(-βx)x00otherwise

where 𝜽=β. The survivor function for x>0 is S(x)=exp(-βx). We write XExponential(β) or sometimes XExp(β). The pdf for two different values of β is shown in Figure 3.2 (First Link, Second Link).

Figure 3.2: First Link, Second Link, Caption: The pdfs for two exponentially-distributed random variables X with β=1 and β=2.

The exponential distribution arises in practice as the distribution of a waiting time when events follow a Poisson process (see Section 3.1); that is, events occur at random with a rate of β per unit time.

Proof.

Consider some time t. We know from Section 3.1 that the number of events, N, in the interval [0,t] has a Poisson distribution with mean βt, N𝖯𝗈𝗂𝗌𝗌𝗈𝗇(βt).

So the probability that there is at least one event in [0,t] is

𝖯(N1)=1-𝖯(N=0)=1-(βt)0e-βt0!=1-e-βt.

Let X be the time until the first event. We know that

  • If there is at least one event in in [0,t] then the time until the first event must be less than t.

  • If the time until the first event is less than t then there must be at least one event in [0,t].

Or, more succinctly,

XtN1.

Hence

FX(t)=𝖯(Xt)=𝖯(N1)=1-e-βt.

The exponential distribution therefore arises either as the distribution of the time between events or as the distribution of the time to an event from a given start time. Examples include the amount of time from now until an earthquake occurs, or the time between receiving telephone calls, or the time until the next flood occurs.

Lack of memory

A key property of the exponential distribution is its lack of memory property, which arises due to the way the exponential distribution is obtained from the Poisson process. Exponential random variables are the only continuous random variables with this property. A random variable satisfies the memoryless property if

𝖯(X>s+tX>t)=𝖯(X>s)

for s>0, t>0, i.e. the conditional probability that a variable exceeds s+t, given that it exceeds t, is independent of t so has no memory for how large it is already.

If we interpret X as a waiting time to an event, this means that the probability that you have to wait a further time s is independent of how long you have waited already.

To show this result holds for XExponential(β) recall that 𝖯(X>x)=exp(-βx) for all x>0. Hence, for s>0, t>0

𝖯(X>s+tX>t)=𝖯(X>s+t)𝖯(X>t)=exp{-β(s+t)}exp(-βt)=exp(-βs)=𝖯(X>s).

Also note that

𝖯(X(t,t+Δt]|X>t)=𝖯(X(t,t+Δt])𝖯(X>t)βexp(-βt)Δtexp(-βt)=βΔt,

bringing us full circle back to the rate of the Poisson process.

Example 3.3.1.

Exam2016 Q2

  1. (a)

    A long-jump athlete, Jay, jumps a distance in metres which is modelled as D=7.5+X, where X𝖤𝗑𝗉(4.6) and X is independent of the distance jumped on any previous attempt. The world long-jump record is 8.95m. Find the probability that, on any given jump, Jay exceeds the world record.

  2. (b)

    Just before his latest jump, Jay’s personal best was b metres. Given that his latest jump exceeded his personal best, find the probability that it exceeded his personal best by at least 0.5m.

  3. (c)

    Comment on the appropriateness of the model for the length of each jump that was set out in Part (a).

Solution. 

  1. (a)
    𝖯(D>8.95)=𝖯(X>1.45)=e-4.6*1.450.00127.
  2. (b)
    𝖯(D>b+0.5|D>b) =𝖯(X>b-7.5+0.5|X>b-7.5)
    =𝖯(X>0.5)=e-.5*4.60.100.
  3. (c)

    If there is a following wind (or Jay is tired) on one jump then there may be a following wind (or Jay is tired) on the next jump, so independence may not be entirely believable.

    𝖯(break world record)1/1000 seems reasonable.

    Less reasonable that when he breaks his own record there is a 1/10 chance of breaking it by 50cm.

    Will he really never jump less than 7.5m?