Home page for accesible maths 7.2 Exponential Distribution: Exp(β)

Style control - access keys in brackets

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

7.2.3 Expectation and variance of Exp(β) rvs

The rth moment of a general random variable X is defined to be E(Xr). In the case of exponential random variables, we have that

E(Xr) = -xrfX(x)dx
= 0xrβexp(-βx)dx
= β0xrexp(-βx)dx.

We will need to evaluate integrals of this form so many times that we create a lemma:

Lemma 7.9.
0xα-1exp(-βx)𝑑x=Γ(α)βα.
Proof.

Substituting t=βx gives

0xα-1exp(-βx)dx = 0(tβ)α-1exp(-t)dtβ
= 1βα0tα-1exp(-t)dt
= Γ(α)βα.

Using Lemma 7.9 with α=r+1 we see that

E(Xr) = β0xre-βxdx
= βΓ(r+1)βr+1
= Γ(r+1)βr.

For integer values of r, therefore E(Xr)=r!/βr.

In particular the expectation and variance of an exponential random variable are

E(X) = 1β
 Var(X) = 2β2-1β2=1β2.

Hence the expectation and standard deviation are the same. Note that the expectation decreases with β; β is the rate at which events occur, so the higher the rate of events the shorter the expected waiting time to the next event.

Beware: Some computer packages use a different parameterisation of exponential random variables, in which an Exp(m) random variable has expected value m