given a mean number of events that happen within unit time (πœ†):

Probability Density Function

𝑓(𝑋=π‘₯) = πœ†π‘’βˆ’πœ†π‘₯for π‘₯ > 0

where:

  • πœ† = number of events per unit time (i.e. inverse of average time between events)
  • 𝑒 =Β 2.71828
  • π‘₯Β = is the time between events in question
  • 𝑋 = is random variable with exponential distribution

see Deriving Exponential Distribution from Poisson Distribution

Expectation

𝐄[𝑋] = 1/πœ†

Variance

π‘‰π‘Žπ‘Ÿ(𝑋) = 1/πœ†2

Cumulative Distribution Function (𝐢𝐷𝐹)

𝐢𝐷𝐹(π‘₯)Β = 1Β - π‘’βˆ’πœ†π‘₯

Example 1

Let 𝑋 = amount number of minutes a postal clerk spends with his or her customer. The time is known to have an exponential distribution with the average amount of time equal to 4 minutes

πœ† = 0.25 customers per minute, therefore theΒ probability density function is:

𝑓(𝑋=π‘₯)Β = 0.25 π‘’βˆ’0.25π‘₯for π‘₯ > 0

Example 2

Jobs are sent to a printer at an average rate of 3 jobs per hour.

What is the expected time between jobs?

  • πœ† = 3
  • 𝐄[𝑇] = 1/πœ† = 1/3 hours = 20 minutes

What is the probability that the next job is sent within 5 minutes?

  • 𝑷 {𝑇 < 5 minutes} = 𝑷 {𝑇 < 1/12 hours}
  • 𝑷 {𝑇 < 5 minutes} = 𝐢𝐷𝐹(𝑇 = 1/12)
  • 𝑷 {𝑇 < 5 minutes} = 1Β - π‘’βˆ’3(1/12)
  • 𝑷 {𝑇 < 5 minutes} =Β 1Β - π‘’βˆ’1/4
  • 𝑷 {𝑇 < 5 minutes} =Β 0.221199..

Subpages