The Exponential Distribution is the probability distribution of the time between events in a Poisson point process, i.e., a process in which events occur continuously and independently at a constant average rate and it has the key property of being memoryless. In addition to being used for the analysis of Poisson point processes it is found in various other contexts.
Note: In another post we provided an example of Poisson Distribution.
The Probability Density Function is given by:
\(f(x;\lambda)=\lambda e^{-\lambda x}\) for \(x\geq 0\) and \(f(x;\lambda)= 0\) for \(x<0\) .
The Cumulative Density Function is given by:
\(F(x;\lambda)=1-e^{-\lambda x}\) for \(x\geq 0\) and \(F(x;\lambda)=0\) for \(x<0\) .
Finally, the mean value is \(1/\lambda\) and the variance is \(1/\lambda^2\)
Occurrence of Events
The exponential distribution occurs naturally when describing the lengths of the inter-arrival times in a homogeneous Poisson process.
In real-world scenarios, the assumption of a constant rate (or probability per unit time) is rarely satisfied. For example, the rate of incoming phone calls differs according to the time of day. But if we focus on a time interval during which the rate is roughly constant, such as from 2 to 4 p.m. during work days, the exponential distribution can be used as a good approximate model for the time until the next phone call arrives. Similar caveats apply to the following examples which yield approximately exponentially distributed variables:
- The time until a radioactive particle decays, or the time between clicks of a Geiger counter
- The time it takes before your next telephone call
- The time until default (on payment to company debt holders) in reduced form credit risk modeling
Example 1
The number of days ahead travelers purchase their airline tickets can be modeled by an exponential distribution with the average amount of time equal to 15 days.
(a) Find the probability that a traveler will purchase a ticket fewer than 10 days in advance.
(b) How many days do half of all travelers wait?
Answer
a) First we need to calculate the rate parameter: \(\lambda=1/15=0.066667\). Then we can calculate \(P(X<10)=1-e^{-\lambda 10}=0.4865\).
b) We know that the Median of the exponential distribution is \(Median = (\ln{2})/\lambda =10.397\)
Example 2
On average, a certain device lasts 10 years. Assume that the length of time is exponentially distributed.
a) What is the probability that the device lasts more than 7 years?
b) On average, how long would five devices last if they are used one after another?
c) Eighty percent of device last at most how long?
d) What is the probability that a device lasts between 9 and 11 years?
Solution
For the beginning \(\lambda=1/10=0.1\)
a) \(P(X>7)= 1-P(X \leq 7) = 1 – (1-e^{-\lambda x})= e^{ -\lambda x }= e^{ -(0.1)(7) }=0.4966\)
b) On average, 1 device lasts ten years. Therefore, 5 devices, if they are used one right after the other would last, on average, (5)(10) = 50 years.
c) We need to solve for X. Thus we get \(X=\frac{ln(1-0.80)}{-0.1}=16.1 \). Eighty percent of the device last at most 16.1 years.
d) \(P(9<X<11)=P(X<11)-P(X<9)=(1-e^{-(0.1)(11)}) – (1-e^{-(0.1)(9)}) = 0.0737 \)
1 thought on “Applications of Exponential Distribution”