Command Reference : Function Reference : Function Reference: C
  
 
@cnegbin
Negative binomial distribution cumulative probability.
Syntax: @cnegbin(x, n, p)
x: number
n: number,
p: number,
Return: number
Computes the cumulative probability function
and
where is the integer floor of .
Examples
= @cnegbin(9, 10, 0.5)
returns 0.5.
Cross-references
See also @dnegbin, @qnegbin, and @rnegbin.