bundles / scipy latest / docs
Doc
Poisson Distribution
docs/tutorial:stats:discrete_poisson
The Poisson random variable counts the number of successes in independent Bernoulli trials in the limit as and where the probability of success in each trial is and is a constant. It can be used to approximate the Binomial random variable or in its own right to count the number of events that occur in the interval for a process satisfying certain "sparsity" constraints. The functions are:
Implementation: scipy.stats.poisson