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