Poisson distribution definition:
The Poisson distribution theory is explained in detail below:
In statistics,the cases of probability theory consists of the Poisson distribution of large numbers are discrete probability distribution that relates the probability of a many cases done in a fixed time period. When the event occurs with an average rate & independently of the time.Also be used for the some events in other specified intervals such as distance,volume or area .
Formula for Poisson Distribution:
If the expected case of the number of cases in this interval is λ, that the probability there are exactly n occurrences(n being a non-negative integer, n = 0, 1, 2 ...)is equal to
f (n:ג)=(גn* e-ג)/n!
where,
* e is the base of natural logarithm(e = 2.71828...).
* n is the some occurrences of an event happens mutually the probability of which is given by the function in study poison distribution.
* n! is the factorial of n.
* λ is the positive real number is equal to the expected number of occurrences that may occur during the given interval.If the events occurs on average four times per minute, and are interested in the number of events occurring in a ten minutes interval, would use as the model a Poisson distribution with λ = 10×4 = 40.
The study of Poisson distribution can applying to various systems with a large number of possible events, each of rare. A classic example is the nuclear decay of atoms.
Algorithm for poisson distribution
Algorithm:
algorithm :Poisson random number:
init:
Let L ← e−λ, k ← 0 and p ← 1.
do:
Generate uniform random number u in [0,1] and let p ← p × u.
while p > L.
return k − 1.
Hope you like the above example of Poisson Distribution.Please leave your comments, if you have any doubts.
The Poisson distribution theory is explained in detail below:
In statistics,the cases of probability theory consists of the Poisson distribution of large numbers are discrete probability distribution that relates the probability of a many cases done in a fixed time period. When the event occurs with an average rate & independently of the time.Also be used for the some events in other specified intervals such as distance,volume or area .
Formula for Poisson Distribution:
If the expected case of the number of cases in this interval is λ, that the probability there are exactly n occurrences(n being a non-negative integer, n = 0, 1, 2 ...)is equal to
f (n:ג)=(גn* e-ג)/n!
where,
* e is the base of natural logarithm(e = 2.71828...).
* n is the some occurrences of an event happens mutually the probability of which is given by the function in study poison distribution.
* n! is the factorial of n.
* λ is the positive real number is equal to the expected number of occurrences that may occur during the given interval.If the events occurs on average four times per minute, and are interested in the number of events occurring in a ten minutes interval, would use as the model a Poisson distribution with λ = 10×4 = 40.
The study of Poisson distribution can applying to various systems with a large number of possible events, each of rare. A classic example is the nuclear decay of atoms.
Algorithm for poisson distribution
Algorithm:
algorithm :Poisson random number:
init:
Let L ← e−λ, k ← 0 and p ← 1.
do:
Generate uniform random number u in [0,1] and let p ← p × u.
while p > L.
return k − 1.
Hope you like the above example of Poisson Distribution.Please leave your comments, if you have any doubts.
No comments:
Post a Comment