Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo

1

BINOMIAL
DISTRIBUTIONS
GOAL: TO LEARN ABOUT BINOMIAL
DISTRIBUTIONS AND SEEING THE SPREAD
OF RESULTS

2

Binomial distributions

3

Binomial distributions

4

Binomial Experiments
A binomial experiment meets the following
conditions:
1. There are n independent trials
2. Each trial has only two possible outcomes,
success and failure
3. The probability of success is the same for each
trial. This probability is denoted p. The probability
of failure is given by 1 – p
4. In the binomial experiment, the probability of
exactly k successes in n trials is:
( ) (1 )k n k
n kP k successes C p p 
 

5

( ) (1 )k n k
n kP k successes C p p 
 
• binomialpdf(#trials, prob p, [, x])
• binomialpdf(n,p,k)
• binomialcdf(#trials, prob p, [, x])
• binomialcdf(n,p,k)

More Related Content

Binomial distributions

  • 1. BINOMIAL DISTRIBUTIONS GOAL: TO LEARN ABOUT BINOMIAL DISTRIBUTIONS AND SEEING THE SPREAD OF RESULTS
  • 4. Binomial Experiments A binomial experiment meets the following conditions: 1. There are n independent trials 2. Each trial has only two possible outcomes, success and failure 3. The probability of success is the same for each trial. This probability is denoted p. The probability of failure is given by 1 – p 4. In the binomial experiment, the probability of exactly k successes in n trials is: ( ) (1 )k n k n kP k successes C p p   
  • 5. ( ) (1 )k n k n kP k successes C p p    • binomialpdf(#trials, prob p, [, x]) • binomialpdf(n,p,k) • binomialcdf(#trials, prob p, [, x]) • binomialcdf(n,p,k)