How to Prove the Sum of Exponential Distributions is Erlang?

ghostyc
Messages
25
Reaction score
0
Hi all,

I am now doing revision for one of the statistics module.

I am having some difficulty to proove the following:

Given n iid Exponential distribution with rate parameter \mu,

using convolution to show that the sum of them is Erlang distribution with density

f(x) = \mu \frac{(\mu x)^{k-1}} {(k-1)!} \exp(-\mu x)

I have read many book, which all have seen to ommitted the proof or
let as an exercise.

Can someone help?

Thanks!
 
Physics news on Phys.org
ghostyc said:
Hi all,

I am now doing revision for one of the statistics module.

I am having some difficulty to proove the following:

Given n iid Exponential distribution with rate parameter \mu,

using convolution to show that the sum of them is Erlang distribution with density

f(x) = \mu \frac{(\mu x)^{k-1}} {(k-1)!} \exp(-\mu x)

I have read many book, which all have seen to ommitted the proof or
let as an exercise.

Can someone help?

Thanks!

Do you know the definition of convolution? The application of how it applies to finding the distribution of P(X1 + X2 + X3 + ... XN < s) (ie the CDF) is given by finding the convolution of pdf's.

If you want a detailed example step-by-step (for exponential random variables) visit Page 298 of "Introduction to Probability Models 9th Edition" by Sheldon M. Ross published by Academic Press.

Other versions of the book may have the same step-by-step proof, but if you can't find it just use the convolution theorem to obtain the results and take into account the relevant domains of the variables.
 
Hi there,

Thank you for pointing the right direction.

In fact. I have tried that already,

<br /> <br /> f(x)=\int_0^x \mu \exp(-\mu s) \mu \exp(-\mu (x-s)) \, \mathrm{d} s =x\mu^2\exp(-\mu x)<br /> <br />

which is in the form of \mu (\mu x) \exp(-\mu x), is something we would expect to get.

Then I have some problems to proceed to generalize it.

If I integrate it again with
<br /> \int_0^x s\mu^2\exp(-\mu s) \mu \exp(-\mu (x-s)) \, \mathrm{d} s<br /> =<br /> -\mu^2 x \exp(-2\mu x) + x \mu ^2 \exp(-\mu x)<br />
which is hard to spot the parttern and justify the general result to the erlang density..
 
ghostyc said:
Hi there,

Thank you for pointing the right direction.

In fact. I have tried that already,

<br /> <br /> f(x)=\int_0^x \mu \exp(-\mu s) \mu \exp(-\mu (x-s)) \, \mathrm{d} s =x\mu^2\exp(-\mu x)<br /> <br />

which is in the form of \mu (\mu x) \exp(-\mu x), is something we would expect to get.

Then I have some problems to proceed to generalize it.

If I integrate it again with
<br /> \int_0^x s\mu^2\exp(-\mu s) \mu \exp(-\mu (x-s)) \, \mathrm{d} s<br /> =<br /> -\mu^2 x \exp(-2\mu x) + x \mu ^2 \exp(-\mu x)<br />
which is hard to spot the parttern and justify the general result to the erlang density..
Your second integral actually evaluates to

<br /> 0.5 \mu^3 x^2 \exp(-\mu x)<br />

All you're really integrating is s. The exponential is untouched because it doesn't contain s anymore after you multiply the 2 exponentials.
 
sfs01 said:
Your second integral actually evaluates to

<br /> 0.5 \mu^3 x^2 \exp(-\mu x)<br />

All you're really integrating is s. The exponential is untouched because it doesn't contain s anymore after you multiply the 2 exponentials.


You are absolutely right. I was doing that for a long time and I got messed up with my integration. Now I have double checked with Maple.

Thanks!
 
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Back
Top