Computes the negative binomial probability mass function (PMF) directly with extended floating point types (e.g. Fp!128), which provides additional accuracy for extreme values of k, r, or p.
Computes the negative binomial complementary cumulative distribution function (CCDF).
Computes the negative binomial cumulative distribution function (CDF).
Computes the negative binomial inverse cumulative distribution function (InvCDF).
Computes the negative binomial log probability mass function (LPMF).
Computes the negative binomial probability mass function (PMF).
This module contains algorithms for the Negative Binomial Distribution.
There are multiple alternative formulations of the Negative Binomial Distribution. The formulation in this module uses the number of Bernoulli trials until r successes.