poisson_cdf(L;K)
Returns the Poisson cumulative distribution function for a given mean.
Syntax
poisson_cdf(L;K)
Input
Argument | Type | Description |
---|---|---|
L |
integer or decimal |
A scalar value or the name of a column The mean value |
K |
integer or decimal |
A scalar value or the name of a column The number of occurrences |
Return Value
Returns a decimal number corresponding to the Poisson cumulative distribution function for
mean L
.
If L
or K
is N/A, the result is N/A.