Binomial Distribution Calculator

Binomial Distribution Calculator Info

The Binomial distribution is a discrete probability distribution that models the number of successes in a fixed number of independent trials, each with the same probability of success.

Within sporting events a Binomial Distribution can be used to model things like the number of free throws made out of a number of attempts.

Formula

The probability mass function of a Binomial distribution is:

P(X = k) = (n choose k) * p^k * (1-p)^(n-k)

Where:

Properties

Web Links