Processing math: 100%

Poisson Distribution

Poisson Experiment

Poisson experiment is a statistical experiment that has the following properties: * The outcome of each trial is either success or failure. * The average number of successes (λ) that occurs in a specified region is known. * The probability that a success will occur is proportional to the size of the region. * The probability that a success will occur in an extremely small region is virtually zero.

Poisson Distribution

A Poisson random variable is the number of successes that result from a Poisson experiment. The probability distribution of a Poisson random variable is called a Poisson distribution:

P(k,λ)=λkeλk!

where : * λ is the average number of successes that occur in a specified region. * k is the actual number of successes that occur in a specified region. * P(k,λ) is the Poisson probability, which is the probability of getting exactly k successes when the average number of successes is λ.

Example

The average number of goals in the soccer world cup is 2.5. The probability that 4 goals are scored is then:

p(λ=2.5,k=4)=2.54e2.54!=0.133

Expectation for the Poisson distribution

Consider some Poisson random variable, X. Let E[X] be the expectation of X. Find the value of E[X2].

Let Var(X) be the variance of X. Recall that if a random variable has a Poisson distribution, then: * E[X]=λ * Var[X]=λ

Now, we'll use the following property of expectation and variance for any random variable, X:

Var(X)=E[X2](E[X])2
E[X2]=Var(X)+(E[X])2

So, for any random variable having a Poisson distribution, the above result can be rewritten as:

E[X2]=λ+λ2