The information in this article applies to:
SUMMARY
The versions of Microsoft Excel listed at the beginning of this article
provide a set of special analysis tools called the Analysis ToolPak. This
article is part of a series of articles that provides information about
the underlying formulas used in the Analysis ToolPak functions.
MORE INFORMATION
The POISSON function returns the result of the Poisson probability
distribution function for a particular value of the random variable X.
It follows the form "Poisson(x,mean,cumulative)", where:
The Microsoft Excel function approximates the Poisson distribution with the following code:
NOTE: The corresponding code for the gammln function can be found by querying on keywords "gammln" and "code". The POISSON function returns the result of the Poisson probability distribution function for a particular value of the random variable X. The Poisson distribution is useful in predicting the number of events over a specific time period; for example the number of ships arriving at a pier between noon and midnight. Given that the mean number of arrivals was 5, to calculate the probability that exactly 3 ships would arrive, use POISSON(3,5,false). To find the probability that 3 or less ships would arrive, use POISSON(3,5,true). REFERENCES
"Numerical Recipes in C," Press, Flannery et al, pages 218-222
Additional query words: XL98 XL97 XL7 XL5 XL4 98 97 atp tool pak pack
Keywords : |
Last Reviewed: August 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |