Statistics/Distributions/Exponential
Contents |
[edit] Exponential Distribution
Exponential distribution refers to a statistical distribution used to model the time between independent events that happen at a constant average rate λ. Some examples of this distribution are:
- The distance between one car passing by after the previous one.
- The rate at which radioactive particles decay.
For the stochastic variable X, probability distribution function of it is:

and the cumulative distribution function is:

Exponential distribution is denoted as
, where m is the average number of events within a given time period. So if m=3 per minute, i.e. there are event three events per minute, then λ=1/3, i.e. one event is expected on average to take place every 20 seconds.
[edit] Mean
We derive the mean as follows.
We will use integration by parts with u=−x and v=e−λx. We see that du=-1 and dv=−λe−λx.
[edit] Variance
We use the following formula for the variance.
We'll use integration by parts with u=−x2 and v=e−λx. From this we have du=−2x and dv=−λe−λx
We see that the integral is just E[X] which we solved for above.
This page may need to be ![\operatorname{E}[X] = \int^\infin_{-\infin} x \cdot f(x) dx](http://upload.wikimedia.org/wikibooks/en/math/f/3/9/f392e558b193b7b2e07d9d1b36366263.png)
![\operatorname{E}[X] = \int^\infin_{0}x\lambda e^{- \lambda x} dx](http://upload.wikimedia.org/wikibooks/en/math/b/d/e/bde08774907a079edbc9eab4eeabf648.png)
![\operatorname{E}[X] = \int^\infin_{0}(-x)(-\lambda e^{- \lambda x}) dx](http://upload.wikimedia.org/wikibooks/en/math/f/8/c/f8c64442d30a32496d1094d4f1729d47.png)
![\operatorname{E}[X] = \left[-x \cdot e^{- \lambda x}\right]^\infin_{0} - \int^\infin_{0}(e^{- \lambda x})(-1) dx](http://upload.wikimedia.org/wikibooks/en/math/b/a/d/bad8b1a29d588db3f907dfc0001213b7.png)
![\operatorname{E}[X] = [0-0] + \left[{-1 \over \lambda}(e^{ -\lambda x})\right]^\infin_{0}](http://upload.wikimedia.org/wikibooks/en/math/5/7/6/576b89c15f35f80553c51eedb0371e8d.png)
![\operatorname{E}[X] = \left[0-{-1 \over \lambda}\right]](http://upload.wikimedia.org/wikibooks/en/math/5/7/1/571fc4312f622a3808b3f6c1ecf5d8bf.png)
![\operatorname{E}[X] = {1 \over \lambda}](http://upload.wikimedia.org/wikibooks/en/math/e/a/e/eae24d04fc54f73924476758c69b4a02.png)
![\operatorname{Var}(X) = \operatorname{E}[X^2]-(\operatorname{E}[X])^2](http://upload.wikimedia.org/wikibooks/en/math/9/b/3/9b378396bbe129d303e578bca2d762c3.png)


![\operatorname{Var}(X) = \left\{\left[-x^2 \cdot e^{- \lambda x}\right]^\infin_{0} - \int^\infin_{0}(e^{- \lambda x})(-2x) dx\right\}-{1 \over \lambda^2}](http://upload.wikimedia.org/wikibooks/en/math/d/5/1/d51979f3b4c7e3a0b429bdaf6d213f17.png)
![\operatorname{Var}(X) = [0-0]+ {2 \over \lambda}\int^\infin_{0}x \lambda e^{- \lambda x} dx -{1 \over \lambda^2}](http://upload.wikimedia.org/wikibooks/en/math/2/a/2/2a217c52ffe95272b35f66fa58a81050.png)

