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

Negative binomial cumulative distribution function (CDF).

Pascal
function NegBinomCDF(x: Integer; R: double; p: double): double; overload;
Parameters 
Description 
Function domain, integer, nzmber of trials needed to obtain R successes. 
Defines number of successes, positive integer. 
Defines probability of each trial, real value on closed interval [0,1]. 

the negative binomial cumulative distribution function (CDF) for value x using the parameters R (number of success) and p (probability of success). Probability p must lie on the interval [0,1], x must be greater or equal than zero and R must be greater or equal than one, otherwise the result is NAN.

The negative binomial cumulative distribution function is defined by the following equation: 

 

where I is the interval on which the negative binomial cumulative distribution function is not zero.

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