The English translation translation of the Excel function POISSON is:
Nederlands | English |
---|---|
POISSON |
Syntax
POISSON(x,mean,cumulative)
The POISSON function syntax has the following arguments (argument: A value that provides information to an action, an event, a method, a property, a function, or a procedure.):
- X Required. The number of events.
- Mean Required. The expected numeric value.
- Cumulative Required. A logical value that determines the form of the probability distribution returned. If cumulative is TRUE, POISSON returns the cumulative Poisson probability that the number of random events occurring will be between zero and x inclusive; if FALSE, it returns the Poisson probability mass function that the number of events occurring will be exactly x.