Statistics/Distributions/Exponential

From testwiki
Jump to navigation Jump to search

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:

fx(x)={λeλx,if x00,if x<0

and the cumulative distribution function is:

Fx(x)={0,if x<01eλx,if x0

Exponential distribution is denoted as XExp(m), 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.