Definition:Binomial Distribution

From ProofWiki
Jump to navigation Jump to search

Definition

Let $X$ be a discrete random variable on a probability space $\struct {\Omega, \Sigma, \Pr}$.


Then $X$ has the binomial distribution with parameters $n$ and $p$ if and only if:

$\Img X = \set {0, 1, \ldots, n}$
$\map \Pr {X = k} = \dbinom n k p^k \paren {1 - p}^{n - k}$

where $0 \le p \le 1$.


Note that the binomial distribution gives rise to a probability mass function satisfying $\map \Pr \Omega = 1$, because:

$\ds \sum_{k \mathop \in \Z} \dbinom n k p^k \paren {1 - p}^{n - k} = \paren {p + \paren {1 - p} }^n = 1$

This is apparent from the Binomial Theorem.


It is written:

$X \sim \Binomial n p$


Also defined as

Some sources insist, in the definition of the binomial distribution, that $0 < p < 1$, but it can be useful in certain circumstances to include the condition when the outcome is certainty.


Examples

Arbitrary Example

Let a die be cast $4$ times.

Let a score of $6$ be denoted as a success.

Then the experiment can be modelled by a binomial distribution $\Binomial n p$ such that $n = 4$ and $p = \dfrac 1 6$.

Thus the probability of $2$ successes is $\dfrac {25} {216}$.


Also see

  • Results about the binomial distribution can be found here.


Technical Note

The $\LaTeX$ code for \(\Binomial {n} {p}\) is \Binomial {n} {p} .

When the arguments are single characters, it is usual to omit the braces:

\Binomial n p


Sources