4.3.1 Binomial Distribution

Binomial Distribution has the following properties:

_ _
  1. There are a fixed number of trials or observations, n, determined in advance.
  2. Each trial can take on one of two possible outcomes, labeled ”success” and ”failure”.
  3. Each trial’s outcome is determined independently of all the other trials.
  4. The probability of a success and that of a failure remains the same from one trial to the next, and is denoted by π and 1 - π, respectively.

Binomial Distribution:

_ _
                    (  )
P (X =  x) = f(x) =   n  πx(1 - π)n- x
                      x

Examples

_ _


PIC
Figure 4.1: The p.d.f. of X=the number of Heads in two tosses of a coin. This follows a Binomial distribution, with n = 2, and p = .5.