methods associated with poisson binomial distribution
Project description
Poisson Binomial
The Poisson binomial distribution is the discrete probability distribution of a sum of independent Bernoulli trials that are not necessarily identically distributed. That is, it is the number of successes in a sequence of n independent yes/no experiments where the success probabilities vary.
The package contains a single class PoissonBinomial.
Parameters: p : array-like the probabilities of success for each of the Bernouilli trials
Attributes: pmf : array-like probability mass function the probability of n successes where 0<=n<=len(p) cdf : array-like, cumulative distribution function the probability of n or less successes where 0<=n<=len(p)
Methods:
x_or_less(x) : float, probability of achieving x or less successes
x_or_more(x) : float, probability of achieving x or more successes
The class PoissonBinomial implements a closed-form expression for the cdf of the Poisson binomial distribution,derived in "On computing the distribution function for the Poisson binomial distribution" by Yili Hong (2013).
The approach is based on finding the discrete fourier transform function for the characteristic function (CF) for the Poisson binomial distribution.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file poisson_binomial-0.0.2.tar.gz
.
File metadata
- Download URL: poisson_binomial-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0024472bd4224b0ee53892ea2a57171cba4b3b6f2e9aead26d96b1510617d4c |
|
MD5 | edcd65f4b1c2e8ef397e9b6dd8f88635 |
|
BLAKE2b-256 | 8ad20305d34bc467011a5dbaee4682540170adfef1a08c943e6a342e3f6c50e4 |
File details
Details for the file poisson_binomial-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: poisson_binomial-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49b473720e8ccc1d7254e9b8b711da92b9b47063fde36a40bf8b47bad0688d27 |
|
MD5 | 0f2ae95df2b7825584f14fba69e9b9d6 |
|
BLAKE2b-256 | b04a4cdccf64f0fe900c072345f93a3880b21caa85c3c33450c7cf1c11f57dc1 |