Dew Math for .NET
|
Poisson cumulative distribution function (CDF).
Parameters |
Description |
int x |
Function domain, positive integer or zero. |
double Lambda |
Distribution parameter, real positive value. |
the Poisson cumulative distribution function (CDF) for value x using the parameter Lambda. Lambda must be positive, otherwise the result is NAN.
The Poisson cumulative distribution function is defined by the following equation:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|