Section 8.2 Poisson Distribution
Consider a Poisson Process where you start with an interval of fixed length T and where X measures the variable number of successes, or changes, within that interval. The resulting distribution of X will be called a Poisson distribution.
Theorem 8.2.1. Poisson Probability Function.
Assume X measures the number of successes in an interval [0,T] within some Poisson process. Then, with \(\mu\) as a needed parameter
for \(R = \{ 0, 1, 2, ... \}.\)
You will verify later than the parameter \(\mu\) utilized here actually corresponds to the theoretical mean of this distribution.Proof.
For a sufficiently large natural number n, break up the given interval [0,T] into n uniform parts each of width h = T/n. Using the properties of Poisson processes, n very large implies h will be very small and eventually small enough so that
However, since there are a finite number of independent intervals each with probability p of containing a success then you can use a Binomial distribution to evaluate the corresponding probabilities so long as n is finite. Doing so yields and taking the limit as n approaches infinity gives:
where L'Hopitals rule was utilized in the final step.
Theorem 8.2.2. Verify Poisson Probability Function.
Proof.
Using the Power Series expansion for the natural exponential,
Example 8.2.3. Router Requests.
Everyone using the internet utilizes a series of "routers" who spend their time waiting for someone to show up and ask for something to be done. Let's consider one such router which, over time, has been shown to receive on average 1000 such requests in any given 10 minute period during regular working hours. In general, a Poisson process with mean 1000 would seem to fit and therefore the Poisson distribution would be a good model. We will find out below that \(\lambda T = \mu = 1000\) and will use that here to get
So, suppose we would like to know the likelihood of receiving exactly 1020 requests in a 10 minute time interval. This means we need
which might be totally impossible to compute directly using a regular calculator. However, many graphing calculators have a built-in function where f(x) = poissonpdf(mu,x) and F(x) = poissoncdf(mu,x). To answer our question,
On the other hand, suppose the question is to ask whether 1020 or fewer requests wil be made in the 10 minute interval. If so, then
Checkpoint 8.2.4. WebWork - Poisson.
Theorem 8.2.5. Statistics for Poisson.
Proof.
Using the f(x) generated in the previous theorem
which confirms the use of \(\mu\) in the original probability formula.
Continuing with \(\mu = \lambda T\text{,}\) the variance is given by
To derive the skewness and kurtosis, you can depend upon Sage...see the live cell below.