Poisson cumulative distribution function (CDF).
Parameters |
Description |
x |
Function domain, positive integer or zero. |
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.
function PoissonPDF(x: Integer; Lambda: single): single; overload;
The Poisson cumulative distribution function is defined by the following equation:
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|