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

Binomial distribution point percent function (PPF).

Pascal
function BinomCDFInv(y: double; N: integer; p: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Defines number of trials. n must be a positive integer. 
Defines success probability. p must lie on the [0,1] closed interval. 

the binomial distribution point percent function (PPF).

The result of BinomCDFInv is the smallest integer such that the binomial cdf evaluated at the result is equal to or exceeds y. The y is the probability of observing result successes in n independent trials where p is the probability of success in each trial.

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