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

Poisson distribution point percent function (PPF).

Pascal
function PoissonCDFInv(p: double; Lambda: double): double; overload;
Parameters 
Description 
Probability, real value on closed interval [0,1]. 
Lambda 
Distribution parameter, real positive value. 

the Poisson distribution point percent function (PPF) for probability p using the parameter Lambda. Lambda must be positive and probability y must lie on the interval [0,1], otherwise the result is NAN.

function PoissonCDF(x: integer; Lambda: single): single; overload;

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!