Lecture 13
Lecture 13
4 Poisson Distribution
Denition Let X be the number of events per basic unit: For example, Number of rain drops in one minute. Number of cars passing by you for an hour. Number of chocolate particles in one ChoCoChip cookie. Number of typos in one page. Number of defaults in one cm2 area. Number of visitors of a certain web site between 10:00-11:00pm. Number of characters in Page 256 of the text book.
The Poisson distribution has a single parameter , sometimes called the intensity parameter. A random variable X, taking values in the nonnegative integers, has a Poisson() distribution if P (X = x|) = The mean of X is
e x , x!
x = 0, 1, . . .
EX = =
x
x=0
e x = x! e (x 1)!
x1
x
x=1
e x x!
x=1
=
y=0
e y = y!
A similar calculation will show that VarX = . The mgf is MX (t) = e(e 1) .
t
Example 3.2.4 (Waiting time) As an example of a waiting-for-occurrence application, consider a telephone operator who, on the average, handles ve calls every 3 minutes. What is the probability that there will be no calls in the next minute? At least two calls? If we let X =number of calls in a minute, then X has a Poisson distribution with EX = = 5/3. So P (no calls in the next minute) = P (X = 0) = e5/3 ( 5 )0 3 = e5/3 = 0.189 0!
P (at least two calls in the next minute) = P (X 2) = 1 P (X = 0) P (X = 1) = 1 .189 Example 3.2.5 (Poisson approximation) A typesetter, on the average, makes one error in every 500 words typeset. A typical page contains 300 words. What is the probability that there will be no more than two errors in ve pages? If we assume that setting a word is a Bernoulli trial with success probability p = then X =number of errors in ve pages (1500 words) is binomial(1500, P (no more than two errors) = P (X 2)
2 1 ). 500 1 , 500
Thus,
=
x=0