Poisson Distribution/Process (Jump to: Lecture | Video )

Poisson Distribution

The Poisson probability distribution is used when computing the probability of a certain number of successes within a specified interval.

An experiment follows the Poisson process if:

1. The probability of two successes in a small enough interval is 0%.

2. The probability of a success is the same for any two intervals which share the same length.

3. Successes are independent of successes in other intervals.

Here's an example: At a theme park, there is a roller coaster that sends an average of three cars through its circuit every minute between 6pm and 7pm. A random variable, X, represents the number of roller coaster cars to pass through the circuit between 6pm and 6:10pm.

First, let's check if this contains a Poisson random varilable:

Is the probability of two successes in a small enough interval 0%?

YES, in a small enough interval (say, 1 second) it would be impossible for two successes (cars through the circuit) to occur.

Are the probabilities of success equal for any two intervals of equal length?

YES, between any two equal intervals (say, 6pm-6:15pm, and 6:30pm-6:45pm), the average (probability of success) remains 3 cars.

Are successes independent of successes in other intervals?

YES, a success in one interval is independent of a success in any other interval.

What is the probability that 35 cars will pass through the circuit between 6pm and 6:10pm?

Figure 1.

The probability that 35 cars will pass through the circuit between 6pm and 6:10pm is 0.045.


Back to Top