negbinom_dist
Negative-binomial distribution PMF or CDF.
Syntax
Section titled “Syntax”v = negbinom_dist(number_f, number_s, probability_s, cumulative)Description
Section titled “Description”Returns the probability of number_f failures before the number_s-th success in independent Bernoulli trials with success probability probability_s.
Example
Section titled “Example”negbinom_dist(10, 5, 0.25, false)See also
Section titled “See also”binom_dist— Binomial-distribution PDF or CDF.hypgeom_dist— Hypergeometric distribution PMF or CDF.