You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.PoissonCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.PoissonCDF Function

Poisson cumulative distribution function (CDF).

Pascal
function PoissonCDF(x: integer; Lambda: double): double; overload;
Parameters 
Description 
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!