Algorithms used to calculate binomial distribution.
Computes the binomial log probability mass function (LPMF)
Computes the binomial probability mass function (PMF) directly with extended floating point types (e.g. Fp!128), which provides additional accuracy for large values of k, n, or p.
Computes the binomial complementary cumulative distribution function (CCDF).
Computes the binomial cumulative distribution function (CDF).
Computes the binomial inverse cumulative distribution function (InvCDF).
Computes the binomial probability mass function (PMF).
This module contains algorithms for the Binomial Distribution.