{ } Raw JSON

bundles / scipy latest / docs

Doc

Binomial Distribution

docs/tutorial:stats:discrete_binom

A binomial random variable with parameters can be described as the sum of independent Bernoulli random variables of parameter

Therefore, this random variable counts the number of successes in independent trials of a random experiment where the probability of success is

where the incomplete beta integral is

Now

Implementation: scipy.stats.binom