Evaluates the Poisson cumulative probability distribution function.
int
specifying the argument for which the Poisson distribution function is to be evaluated. double
specifying the mean of the Poisson distribution. A double
specifying the probability that a Poisson random variable takes a value less than or equal to k.
Poisson
evaluates the distribution function of a Poisson random variable with parameter theta
. theta
, which is the mean of the Poisson random variable, must be positive. The probability function (with ) is
The individual terms are calculated from the tails of the distribution to the mode of the distribution and summed. Poisson
uses the recursive relationship
with .
Cdf Class | Imsl.Stat Namespace | Example