PoissonBinomialverteilung
The Poisson-Binomial distribution is a probability distribution that generalizes the binomial distribution. While the binomial distribution models the number of successes in a fixed number of independent Bernoulli trials, each with the same probability of success, the Poisson-Binomial distribution allows for different probabilities of success across trials. This makes it particularly useful in scenarios where the trials are not identically distributed.
The Poisson-Binomial distribution is defined as follows: let X1, X2, ..., Xn be independent Bernoulli random variables
P(S = k) = Σ (over all subsets of size k) ∏ (over all elements in the subset) pi ∏ (over
where the summation is over all subsets of size k from the set {1, 2, ..., n}.
The Poisson-Binomial distribution is particularly useful in applications such as network reliability, where the success probabilities
Despite its flexibility, the Poisson-Binomial distribution can be computationally intensive to work with, especially for large