Once again, consider a Poisson Process where you start with an interval of variable length X so that X measures the interval needed in order to obtain a first success with . The resulting distribution of X will be called an Exponential distribution.
We found that if is the parameter for the Poisson process, then the Poisson distribution had mean or if one presumed that T=1, then for that distribution, the mean is just . We will find out below that the mean for the exponential distribution will be . Therefore, we will eventually present this formula using the exponental mean rather than using in the actual formula.
You will also often find that exercises in other textbooks and in online WeBWorK will just provide for the underlying Poisson process and that the time interval T will be presumed to be T=1. For those problems, if the exercise asks for a Poisson probability, use while if the exercise asks for an Exponential probability, use .
For the mean, use integration by parts with and to get (eventually)
Mean
and so the use of in f(x) is warranted.
The remaining statistics are derived similarly using repeated integration by parts. The interactive Sage cell below calculates those for you automatically.
Given a Poisson process and a constant , suppose measures the variable interval length needed until you get a first success. Then has an exponential distribution with probability function
Once again, let’s consider a router which, over time, has been shown to receive on average 1000 such requests in any given 10 minute period during regular working hours. This would mean that, on average, it would take minutes (i.e., less than a second) to receive the first request. If X were to measure the time interval until the first actual request comes in, then the Exponential distribution would be a good model using
Let’s determine the probability that a first request arrives in the next two seconds. First, note that since X is a continuous variable that f(x) is NOT the probability of exactly X minutes but you must integrate to compute all probabilities. Also, the next 2 seconds is actually the next of a minute. Therefore, F(x) is what you need in general and you find
It can be presumed that the life span in years of a certain brand of lightbulbs follows the Poisson process assumptions. Suppose that the mean life span till failure is known to be 0.7 years. A tester makes random observations of the life times of this particular brand of lightbulbs and records them one by one as either a success if the life time exceeds 1 year, or as a failure otherwise.
Determine the probability that a randomly tested bulb lasts more than 1 year:
Determine probability that the first success occurs in the fifth observation:
Determine the probability that the second success occurs in the 8th observation given that the first success occurred in the 3rd observation:
Determine the probability that the first success occurs in an odd-numbered observation: