3.5    The Binomial Distribution

Def: A random variable X is a binomial random variable if it arises as the result of the following type of process:
 
  1. have a fixed number n of Bernoulli trials (success (s) or failure (f) for each)
  2. the trials are independent, probability of success on each trial is same (as before, denote probability of success as  p,  probability of failure as  q)
  3. X = total number of successes in the n trials.  (possible values are 0 to n)
(in short, X is binomial if it "counts the number of successes in n trials.")
 

ex:

The density for a binomial random variable X with parameters n and p is Its moment generating function is (see text for the derivation).

From this, we can compute the first and second moments, and use these to compute the mean and variance:

 These give us Thus the mean and variance are  

ex:

 

Note:  Though the tables only go up to n = 20, we'll find there's a quick way for us to approximate the value of probabilities for larger values of n using the normal distribution (to be discussed shortly).
 
 

ex:

 



 
Previous section  Next section