SlideShare una empresa de Scribd logo
1 de 17
Descargar para leer sin conexión
The Binomial Distribution:
                              Objectives
             • To Introduce the notion of a ‘Bernoulli Trial’
             • To introduce the Binomial Probability Distribution
               as the situation when a finite number of Bernoulli
               Trials is conducted
             • To recognise problems suitable for Binomial
               Probability modeling and calculate Binomial
               probabilities using a formula
             • To understand and apply the Binomial Distribution
               in hypothesis testing: Binomial Test

                                                                         1
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                                                           Try this

                               Have you got a coin?
                 Toss it six times in a roll, each time counting
                  the number of times the result, ‘heads’ is
                                                      heads’
                                    observed.



                                                                         2
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Observed Probability

                  Before a coin is tossed six times in a roll,
                 what is the probability that in total there will
                           be two ‘heads’ out of six?
                                   heads’




                                                                             3
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                                              A BERNOULLI TRIAL

                 Tossing a coin is Bernoulli trial. A Bernoulli trial is a
                  random experiment that has only two, mutually
                                 exclusive outcomes.

             Thus, when a coin is tossed, the two possible outcomes
             are revealing a ‘heads’ or revealing a ‘tails’. We want to
                               heads’                 tails’
                see how many ‘heads’ are revealed. So revealing a
                                 heads’
               ‘heads’ is a ‘success’. Revealing a ‘tails’ is a ‘failure’.
                heads’       success’               tails’       failure’



                                                                             4
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Properties of a BERNOULLI TRIAL


                        Since you’re tossing the same coin in all six
                              you’
                       Bernouli trials, the probability of a ‘heads’ or a
                                                              heads’
                       success, p, is the same for each repeat of the
                                         Bernoulli trial.        stationarity
                                                                 assumption
                      But the coin has no memory: Bernoulli trials are
                                       independent.
                                                                         independence
                                                                          assumption
                                                                                 5
The Binomial Distribution. Max Chipulu, University of Southampton 2009




            Multiple Answer Question: Which of the
                  following are Bernoulli Trials

             • A: The Lotto draw
             • B: The experiment: randomly select a company
               from all public limited companies in the UK. If the
               company is in Liquidation, the experiment is
               successful. If the company is in the Biomedical
               industry, the experiment is a failure.
             • C: Randomly selecting balls from a population
               containing white balls and black balls




                                                                                 6
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Multiple Answer Question: Which of the
            following are repeats of Bernoulli Trials

            • D: The game of joker’s challenge is played with
                                 joker’
              the full deck of cards: The player is shown a card,
              and s/he calls whether the next card will be lower
              or higher, if the call is correct the game is
              repeated, and so on
            • E: A box contains 20 packs of chocolate, 8 of
              which are milk. Selecting a chocolate, checking if
              its milk, eating eat it, really enjoying it and then
              repeating the exercise.
            • F: The gender of a randomly selected CEO


                                                                         7
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                                 Binomial Probability

         Before a coin is tossed six times in a roll, what
         is the probability that in total there will be two
                        ‘heads’ out of six?
                         heads’

             Method 1: The painstaking, torturous way:

         List all possible results that the arise from the
           six coin tosses. Count the total. Count how
         many times 2 'heads‘ are revealed. Calculate
                          'heads‘
                           the probability.


                                                                         8
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Method 2: The easy Way. Use a formula.

           Somebody has already done all this before. There is a
             formula. It tells us how to obtain i things out of n.

                                                      i                        n!
                                            It is : C n =
                                                                         i! ( n − i )!
          Where n! or ‘n factorial’ = n(n-1)(n-2)(n-3)…3*2*1;

    Thus, the total number of times 2 heads can be
                       revealed by the six coin tosse s is :
                                   6 * 5 * 4 * 3 * 2 *1
                         C 62 =                             = 15
                                ( 2 * 1 * ( 4 * 3 * 2 * 1))
                                                                                          9
The Binomial Distribution. Max Chipulu, University of Southampton 2009




              Question: What is the probability that in total 2
                  coins out of six tossed will be heads?

                                     First, the Addition Rule


              We know there are 15 ways of selecting 2
             successes out of six trials. So the probability
               we want is one these 15 combinations:

             P(x = 2) = P(HHTTTT or HTHTTT or HTTHTT
                or HTTTHT or HTTTTH or THHTTT etc)

                                                                                         10
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Mutual Exclusivity
           But we can only have one combination revealing two
                        people at any given time:

               For example its either HTHTTT or HTTHTT, not
                                                HTTHTT,
                                      both

              They are mutually exclusive. So the Addition rule
                               simplifies to:

           P(i = 2) = P(HHTTTT) +P(HTHTTT) + P(HTTHTT)
                    + P(HTTTHT) + P(HTTTTH) + ….

                                                                         11
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                     Second, the Multiplication Rule
           What is the probability that a sequence of results such
                       as HHTTTT will be revealed?

                            P(HHTTTT) = P(H)*P(HTTTT|H)

         We want to know: What is the probability that the
       sequence HTTTT will be revealed successively, if the
                      first result is heads?

    But successive trials are independent: Whether or not the
    first result is heads does not affect the results of the next
                             five trials.
      So we simplify: P(HHTTTT) = P(H)*P(HTTTT|H) =
                          P(H)*P(HTTTT)                        12
The Binomial Distribution. Max Chipulu, University of Southampton 2009
The Multiplication Rule, Cont’d
                                                          Cont’




                   In the same way, we can expand P(HTTTT) =
                                 P(H)*P(TTTT)

                       And so on, and so forth, so that in the end:

              P(HHTTTT) = P(H)*P(H)*P(T)P*(T)*P(T)*P(T)
              P(HTTTTT) = P(H)2P(T)4 = 0.52*0.54 = 0.015625



                                                                         13
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                                 The Multiplication Rule, Cont’d
                                                          Cont’


            A little thought should show that all the other
         combinations two heads out of six trials have the same
                              probability:

                 P(HHTTTT) =P(HTHTTT) = P(HTTHTT)
               =P(TTTHTT) =P(HTTTTH) =P(HTTTTH), etc..

            Hence P(2 heads out of six trials) = 15 * 0.52*0.54 =
                                 0.2344

                                                                         14
The Binomial Distribution. Max Chipulu, University of Southampton 2009
2                   4
                                            Binomial Distribution
                                                                         successes
                                                                                             failures
We obtained these values as follows:
  P(2 Sufferers) = 15 * 0.52*0.54


       C 62 = 15                                                                     P(failure)
                                                                                     =1 - p =
                                                    P(success)                          0.5
                                                    = p = 0.5


                                                                                                 15
The Binomial Distribution. Max Chipulu, University of Southampton 2009




        We can generalise this expression so that we are
       able to calculate the probability for any number of
         successes i in n Bernoulli trials, for which the
               probability of success of each is p:


                               P(x = i) = Cn p i (1 − p)n −i
                                           i




         Number of                                                                    n – i failures.
      combinations of i                                i successes.                  P(failure) =1 - p
          out of n                                    P(success) = p


                    This is the binomial distribution                                            16
The Binomial Distribution. Max Chipulu, University of Southampton 2009
We can derive the expected value and the
                     variance for this distribution.
                               They are:

                       µ = np                                            σ 2 = np(1 − p)




                                                                                           17
The Binomial Distribution. Max Chipulu, University of Southampton 2009




              The Binomial Distribution Example: Mortgage Default
                                      Rates


                 • It is estimated that 1.5% of home owners (with a
                   mortgage) will default on their mortgage. Suppose a
                   random sample of 12 home owners is taken. What is the
                   probability that
                 • (a) none of them will default
                 • (b) at least one of them will default
                 • Is the probability that all of them will default the same as
                   none of them will default?
                 • Suggested calculation steps
                 • 1. This a Binomial Distribution- why?
                 • 2. What is the trial, what is the success, what is the
                   probability of a success?
                 • 3. Calculate probabilities using the formula
                                                                                           18
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Solution




                                                                                19
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                                                             Solution Continued




                                                                                20
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Solution Continued




                                                                              21
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                                                             Solution Continued




                                                                              22
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Experiment: All Colas Taste
                         Same


                                         Need Ten Volunteers

                                  Ten people that love colas

                                                                                23
The Binomial Distribution. Max Chipulu, University of Southampton 2009




      Example: Cola Flavours in a Supermarket (1997/98 Exam)

     A product manager is in charge of a cola in a supermarket. His superior,
     the managing director, and the publicity department of the company,
     claim that this cola, Supercola, has a very distinctive flavour. The
     product manager is of the opinion that, without seeing the label, people
     are unable to discriminate between colas. In order to test his theory,
     the product manager conducts an experiment. He asks ten individuals to
     assess if the liquid in a cup is Supercola or one of the well-known
     brands: Pocacola and Colaloca. The results are as follows:




                                                                                24
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Example: Cola Flavours in a Supermarket (1997/98 Exam)


       1            Colaloca          Supercola
       2            Supercola         Colaloca
       3            Colaloca          Pocacola
       4            Pocacola          Pocacola
       5            Supercola         Colaloca
       6            Colaloca          Supercola
       7            Pocacola          Pocacola
       8            Pocacola          Supercola
       9            Supercola         Supercola
       10           Colaloca          Pocacola




                                                                                        25
The Binomial Distribution. Max Chipulu, University of Southampton 2009




     (a)           What can the product manager conclude from the above
                   experiment?  Identify a probability model and use it to arrive
                   at a conclusion.

                   Explain your reasoning and give any relevant equations.



     (b)           The managing director is of the opinion that ten trials is a      very
                   small number on which to base a marketing strategy, and insists
                   that a larger experiment of 300 individuals should be
                   conducted. You are requested to calculate the range of values
                   within which it can be concluded that people cannot discriminate
                   between colas. Explain your answer and give any        relevant
                   equations.




                                                                                        26
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Binomial Test Example: Are Greek SMEs Risk Averse?
     As part of her dissertation into the risk appetite of Greek SMEs (Small to Medium
                Enterprises) Margarita Georgousopoulou (2009 Risk Management
         Dissertation) asked respondents to rate their response on a Likert scale with
           categories 1 to 5, where by 1= ‘Very Risk Seeking’, 2 = ‘Risk Seeking’, 3 =
                  ‘Risk Neutral’, 4 = ‘Risk Averse’ and 5 = ‘Very Risk Averse’.
                                   She tested several variables on this scale.
     For the ‘Machinery Investment’ Variable, the results were as in the table below:




           Can it be concluded that Greek SMEs are risk averse vis-à-vis ‘machinery
                                           investment’?
                                                                                      27
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                                                       Greek SMEs Solution
            • Define two events, a success and a failure, such
              that:
            • Event = ‘Success’ if response value is greater than
              3, i.e. SME is Risk Averse
            • Event = ‘Failure’ if response value is 3 or less, i.e.
              SME is NOT risk averse
            • From the table, number of successes, i = 24.
              Number of trials = Sample size = 54.
            • Why is the binomial distribution a reasonable model
              for this situation?
            • Binomial Test question: is 24 successes out of 54
              trials statistically significant?
                                                                                      28
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Greek SMEs: Binomial Test in SPSS 17
       • Load the data file from blackboard called ‘Risk
         Appetite.xls’ into SPSS.
       • Select the worksheet called ‘raw data’
       • From the ‘Analyze’ menu, select ‘nonparametric tests’
       • Select ‘Binomial’
       • Enter the variable ‘machinery investment’ into the
         ‘test variable box’
       • In ‘Define Dichotomy’, select ‘cut point’. Enter ‘3’ in
         the cut point box. This tells SPSS that the values equal to
         or less than 3 are classed as one category, while values
         above are in the other category (hence the ‘dichotomy’,
         which refers to binary categories)

                                                                         29
The Binomial Distribution. Max Chipulu, University of Southampton 2009




             Greek SMEs: Binomial Test in SPSS 17 Cont’d

       • In the box labeled ‘test proportion’, enter
         ‘0.4’:This will tell SPSS that under the null
         hypothesis, the expected proportion of values above
         3 is 40% (this is because 2 of the five categories, i.e.
         4 and 5 are higher than 3). Therefore the Binomial
         test is to see if the observed proportion (of 24/54)
         is significantly higher than 0.4
       • Press ‘ok’ to run the model.




                                                                         30
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Greek SMEs: Binomial Test in SPSS 17 Cont’d
 Or better still, press ‘paste’: This will paste the program syntax
  into a new syntax or program window. Whatever you do in
  SPSS, it is based on some program syntax. If you just use the
  menus, you cannot normally see the syntax. Yet, it is more
  efficient to run the syntax rather than use the menus, especially
  if you wish to repeat the analysis, since all you have to do is run
  the syntax again. Even better you can run tests on other
  variables simply by changing the variable name in the syntax.
  You could also change the test characteristics, such as the cut
  point and the test proportion. Furthermore, via the brilliant
  ‘copy’ and ‘paste’ keyboard controls, you can run all the
  analysis in one go, as one program. TRY THIS: you will feel
  better!!
• To run the model, press the ‘run’ button in the syntax
  window, which looks like the ‘play’ button on a CD player.
                                                         31
The Binomial Distribution. Max Chipulu, University of Southampton 2009




                               Greek SMEs: SPSS Binomial Test Result




      • The significance of the binomial test is given under the column
        ‘Asymp. Sig.’ This is a one-tailed test, since we’re only testing
        whether the observed proportion is greater than 0.4, so that our test
        is only one side of 0.4. The test would be two-tailed if we were
        testing the hypothesis that the proportion is exactly equal to 0.4
      • The value of significance is 0.015. What can we conclude from this?



                                                                         32
The Binomial Distribution. Max Chipulu, University of Southampton 2009
Greek SMEs: Binomial Test in SPSS 17 Exercise

         Please try this at home: Following the steps above,
               test whether or not the Greek SMEs are risk
               averse in the following variables.
         (i) ‘new product investment’;
         (ii) ‘new employee investment’; and
         (iii) ‘new market investment’




                                                                         33
The Binomial Distribution. Max Chipulu, University of Southampton 2009

Más contenido relacionado

La actualidad más candente

Poisson probability distribution
Poisson probability distributionPoisson probability distribution
Poisson probability distributionNadeem Uddin
 
Binomial distribution good
Binomial distribution goodBinomial distribution good
Binomial distribution goodZahida Pervaiz
 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting TechniquesEfren Medallo
 
Negative Binomial Distribution
Negative Binomial DistributionNegative Binomial Distribution
Negative Binomial DistributionSuchithra Edakunni
 
Normal distribution slide share
Normal distribution slide shareNormal distribution slide share
Normal distribution slide shareKate FLR
 
Theorems And Conditional Probability
Theorems And Conditional ProbabilityTheorems And Conditional Probability
Theorems And Conditional ProbabilityDataminingTools Inc
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributionsNadeem Uddin
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probabilityrey castro
 
Chapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample MeanChapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample Meannszakir
 
Poisson Distribution.pptx
Poisson Distribution.pptxPoisson Distribution.pptx
Poisson Distribution.pptxGobindaAcharya2
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions pptTayab Ali
 
Probability distributions, sampling distributions and central limit theorem
Probability distributions, sampling distributions and central limit theoremProbability distributions, sampling distributions and central limit theorem
Probability distributions, sampling distributions and central limit theoremRizwan S A
 

La actualidad más candente (20)

Poisson probability distribution
Poisson probability distributionPoisson probability distribution
Poisson probability distribution
 
binomial distribution
binomial distributionbinomial distribution
binomial distribution
 
Normal distribution
Normal distribution Normal distribution
Normal distribution
 
Binomial distribution good
Binomial distribution goodBinomial distribution good
Binomial distribution good
 
Binomial Probability Distributions
Binomial Probability DistributionsBinomial Probability Distributions
Binomial Probability Distributions
 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting Techniques
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
Negative Binomial Distribution
Negative Binomial DistributionNegative Binomial Distribution
Negative Binomial Distribution
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
Probability
ProbabilityProbability
Probability
 
Normal distribution slide share
Normal distribution slide shareNormal distribution slide share
Normal distribution slide share
 
Theorems And Conditional Probability
Theorems And Conditional ProbabilityTheorems And Conditional Probability
Theorems And Conditional Probability
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
 
Introduction of Probability
Introduction of ProbabilityIntroduction of Probability
Introduction of Probability
 
QUARTILES.pptx
QUARTILES.pptxQUARTILES.pptx
QUARTILES.pptx
 
Binomial probability distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
Chapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample MeanChapter 5 part1- The Sampling Distribution of a Sample Mean
Chapter 5 part1- The Sampling Distribution of a Sample Mean
 
Poisson Distribution.pptx
Poisson Distribution.pptxPoisson Distribution.pptx
Poisson Distribution.pptx
 
Binomial probability distributions ppt
Binomial probability distributions pptBinomial probability distributions ppt
Binomial probability distributions ppt
 
Probability distributions, sampling distributions and central limit theorem
Probability distributions, sampling distributions and central limit theoremProbability distributions, sampling distributions and central limit theorem
Probability distributions, sampling distributions and central limit theorem
 

Destacado

Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distributionMuhammad Yahaya
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distributionPrateek Singla
 
Binomial Distribution
Binomial DistributionBinomial Distribution
Binomial Distributionarm74
 
Binomial Distribution
Binomial DistributionBinomial Distribution
Binomial Distributionshannonrenee4
 
Statistik Chapter 5 (1)
Statistik Chapter 5 (1)Statistik Chapter 5 (1)
Statistik Chapter 5 (1)WanBK Leo
 
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distributionmathscontent
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distributionGlobal Polis
 
The binomial distributions
The binomial distributionsThe binomial distributions
The binomial distributionsmaamir farooq
 
binomial distribution
binomial distributionbinomial distribution
binomial distributionZarish Qaiser
 
Application Form
Application FormApplication Form
Application FormShirley
 
La Historia De Tatu Parte 1
La Historia De Tatu Parte 1La Historia De Tatu Parte 1
La Historia De Tatu Parte 1guest4630e5
 
Skf in brief_2009_sv
Skf in brief_2009_svSkf in brief_2009_sv
Skf in brief_2009_svSKF
 
04 scientific method
04 scientific method04 scientific method
04 scientific methodFidelfo Moral
 
What we are learning today
What we are learning todayWhat we are learning today
What we are learning todayjdav3011
 
Mett sociaal intranet inclusief case gemeente putten
Mett sociaal intranet inclusief case gemeente puttenMett sociaal intranet inclusief case gemeente putten
Mett sociaal intranet inclusief case gemeente puttenJeroen Rispens
 
Provincie zeeland programma minicongres social media
Provincie zeeland   programma minicongres social mediaProvincie zeeland   programma minicongres social media
Provincie zeeland programma minicongres social mediaJeroen Rispens
 

Destacado (20)

Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distribution
 
Binomial Distribution
Binomial DistributionBinomial Distribution
Binomial Distribution
 
Binomial Distribution
Binomial DistributionBinomial Distribution
Binomial Distribution
 
Statistik Chapter 5 (1)
Statistik Chapter 5 (1)Statistik Chapter 5 (1)
Statistik Chapter 5 (1)
 
Bernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial DistributionBernoullis Random Variables And Binomial Distribution
Bernoullis Random Variables And Binomial Distribution
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
The binomial distributions
The binomial distributionsThe binomial distributions
The binomial distributions
 
binomial distribution
binomial distributionbinomial distribution
binomial distribution
 
Vector space
Vector spaceVector space
Vector space
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Cbo Presentation
Cbo PresentationCbo Presentation
Cbo Presentation
 
Urbanization
UrbanizationUrbanization
Urbanization
 
Application Form
Application FormApplication Form
Application Form
 
La Historia De Tatu Parte 1
La Historia De Tatu Parte 1La Historia De Tatu Parte 1
La Historia De Tatu Parte 1
 
Skf in brief_2009_sv
Skf in brief_2009_svSkf in brief_2009_sv
Skf in brief_2009_sv
 
04 scientific method
04 scientific method04 scientific method
04 scientific method
 
What we are learning today
What we are learning todayWhat we are learning today
What we are learning today
 
Mett sociaal intranet inclusief case gemeente putten
Mett sociaal intranet inclusief case gemeente puttenMett sociaal intranet inclusief case gemeente putten
Mett sociaal intranet inclusief case gemeente putten
 
Provincie zeeland programma minicongres social media
Provincie zeeland   programma minicongres social mediaProvincie zeeland   programma minicongres social media
Provincie zeeland programma minicongres social media
 

Último

Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdftbatkhuu1
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Roland Driesen
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Dave Litwiller
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetDenis Gagné
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 

Último (20)

Event mailer assignment progress report .pdf
Event mailer assignment progress report .pdfEvent mailer assignment progress report .pdf
Event mailer assignment progress report .pdf
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...Boost the utilization of your HCL environment by reevaluating use cases and f...
Boost the utilization of your HCL environment by reevaluating use cases and f...
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature SetCreating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
Creating Low-Code Loan Applications using the Trisotech Mortgage Feature Set
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 

Binomial Distribution Formula

  • 1. The Binomial Distribution: Objectives • To Introduce the notion of a ‘Bernoulli Trial’ • To introduce the Binomial Probability Distribution as the situation when a finite number of Bernoulli Trials is conducted • To recognise problems suitable for Binomial Probability modeling and calculate Binomial probabilities using a formula • To understand and apply the Binomial Distribution in hypothesis testing: Binomial Test 1 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Try this Have you got a coin? Toss it six times in a roll, each time counting the number of times the result, ‘heads’ is heads’ observed. 2 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 2. Observed Probability Before a coin is tossed six times in a roll, what is the probability that in total there will be two ‘heads’ out of six? heads’ 3 The Binomial Distribution. Max Chipulu, University of Southampton 2009 A BERNOULLI TRIAL Tossing a coin is Bernoulli trial. A Bernoulli trial is a random experiment that has only two, mutually exclusive outcomes. Thus, when a coin is tossed, the two possible outcomes are revealing a ‘heads’ or revealing a ‘tails’. We want to heads’ tails’ see how many ‘heads’ are revealed. So revealing a heads’ ‘heads’ is a ‘success’. Revealing a ‘tails’ is a ‘failure’. heads’ success’ tails’ failure’ 4 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 3. Properties of a BERNOULLI TRIAL Since you’re tossing the same coin in all six you’ Bernouli trials, the probability of a ‘heads’ or a heads’ success, p, is the same for each repeat of the Bernoulli trial. stationarity assumption But the coin has no memory: Bernoulli trials are independent. independence assumption 5 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Multiple Answer Question: Which of the following are Bernoulli Trials • A: The Lotto draw • B: The experiment: randomly select a company from all public limited companies in the UK. If the company is in Liquidation, the experiment is successful. If the company is in the Biomedical industry, the experiment is a failure. • C: Randomly selecting balls from a population containing white balls and black balls 6 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 4. Multiple Answer Question: Which of the following are repeats of Bernoulli Trials • D: The game of joker’s challenge is played with joker’ the full deck of cards: The player is shown a card, and s/he calls whether the next card will be lower or higher, if the call is correct the game is repeated, and so on • E: A box contains 20 packs of chocolate, 8 of which are milk. Selecting a chocolate, checking if its milk, eating eat it, really enjoying it and then repeating the exercise. • F: The gender of a randomly selected CEO 7 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Binomial Probability Before a coin is tossed six times in a roll, what is the probability that in total there will be two ‘heads’ out of six? heads’ Method 1: The painstaking, torturous way: List all possible results that the arise from the six coin tosses. Count the total. Count how many times 2 'heads‘ are revealed. Calculate 'heads‘ the probability. 8 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 5. Method 2: The easy Way. Use a formula. Somebody has already done all this before. There is a formula. It tells us how to obtain i things out of n. i n! It is : C n = i! ( n − i )! Where n! or ‘n factorial’ = n(n-1)(n-2)(n-3)…3*2*1; Thus, the total number of times 2 heads can be revealed by the six coin tosse s is : 6 * 5 * 4 * 3 * 2 *1 C 62 = = 15 ( 2 * 1 * ( 4 * 3 * 2 * 1)) 9 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Question: What is the probability that in total 2 coins out of six tossed will be heads? First, the Addition Rule We know there are 15 ways of selecting 2 successes out of six trials. So the probability we want is one these 15 combinations: P(x = 2) = P(HHTTTT or HTHTTT or HTTHTT or HTTTHT or HTTTTH or THHTTT etc) 10 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 6. Mutual Exclusivity But we can only have one combination revealing two people at any given time: For example its either HTHTTT or HTTHTT, not HTTHTT, both They are mutually exclusive. So the Addition rule simplifies to: P(i = 2) = P(HHTTTT) +P(HTHTTT) + P(HTTHTT) + P(HTTTHT) + P(HTTTTH) + …. 11 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Second, the Multiplication Rule What is the probability that a sequence of results such as HHTTTT will be revealed? P(HHTTTT) = P(H)*P(HTTTT|H) We want to know: What is the probability that the sequence HTTTT will be revealed successively, if the first result is heads? But successive trials are independent: Whether or not the first result is heads does not affect the results of the next five trials. So we simplify: P(HHTTTT) = P(H)*P(HTTTT|H) = P(H)*P(HTTTT) 12 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 7. The Multiplication Rule, Cont’d Cont’ In the same way, we can expand P(HTTTT) = P(H)*P(TTTT) And so on, and so forth, so that in the end: P(HHTTTT) = P(H)*P(H)*P(T)P*(T)*P(T)*P(T) P(HTTTTT) = P(H)2P(T)4 = 0.52*0.54 = 0.015625 13 The Binomial Distribution. Max Chipulu, University of Southampton 2009 The Multiplication Rule, Cont’d Cont’ A little thought should show that all the other combinations two heads out of six trials have the same probability: P(HHTTTT) =P(HTHTTT) = P(HTTHTT) =P(TTTHTT) =P(HTTTTH) =P(HTTTTH), etc.. Hence P(2 heads out of six trials) = 15 * 0.52*0.54 = 0.2344 14 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 8. 2 4 Binomial Distribution successes failures We obtained these values as follows: P(2 Sufferers) = 15 * 0.52*0.54 C 62 = 15 P(failure) =1 - p = P(success) 0.5 = p = 0.5 15 The Binomial Distribution. Max Chipulu, University of Southampton 2009 We can generalise this expression so that we are able to calculate the probability for any number of successes i in n Bernoulli trials, for which the probability of success of each is p: P(x = i) = Cn p i (1 − p)n −i i Number of n – i failures. combinations of i i successes. P(failure) =1 - p out of n P(success) = p This is the binomial distribution 16 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 9. We can derive the expected value and the variance for this distribution. They are: µ = np σ 2 = np(1 − p) 17 The Binomial Distribution. Max Chipulu, University of Southampton 2009 The Binomial Distribution Example: Mortgage Default Rates • It is estimated that 1.5% of home owners (with a mortgage) will default on their mortgage. Suppose a random sample of 12 home owners is taken. What is the probability that • (a) none of them will default • (b) at least one of them will default • Is the probability that all of them will default the same as none of them will default? • Suggested calculation steps • 1. This a Binomial Distribution- why? • 2. What is the trial, what is the success, what is the probability of a success? • 3. Calculate probabilities using the formula 18 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 10. Solution 19 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Solution Continued 20 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 11. Solution Continued 21 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Solution Continued 22 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 12. Experiment: All Colas Taste Same Need Ten Volunteers Ten people that love colas 23 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Example: Cola Flavours in a Supermarket (1997/98 Exam) A product manager is in charge of a cola in a supermarket. His superior, the managing director, and the publicity department of the company, claim that this cola, Supercola, has a very distinctive flavour. The product manager is of the opinion that, without seeing the label, people are unable to discriminate between colas. In order to test his theory, the product manager conducts an experiment. He asks ten individuals to assess if the liquid in a cup is Supercola or one of the well-known brands: Pocacola and Colaloca. The results are as follows: 24 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 13. Example: Cola Flavours in a Supermarket (1997/98 Exam) 1 Colaloca Supercola 2 Supercola Colaloca 3 Colaloca Pocacola 4 Pocacola Pocacola 5 Supercola Colaloca 6 Colaloca Supercola 7 Pocacola Pocacola 8 Pocacola Supercola 9 Supercola Supercola 10 Colaloca Pocacola 25 The Binomial Distribution. Max Chipulu, University of Southampton 2009 (a) What can the product manager conclude from the above experiment? Identify a probability model and use it to arrive at a conclusion. Explain your reasoning and give any relevant equations. (b) The managing director is of the opinion that ten trials is a very small number on which to base a marketing strategy, and insists that a larger experiment of 300 individuals should be conducted. You are requested to calculate the range of values within which it can be concluded that people cannot discriminate between colas. Explain your answer and give any relevant equations. 26 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 14. Binomial Test Example: Are Greek SMEs Risk Averse? As part of her dissertation into the risk appetite of Greek SMEs (Small to Medium Enterprises) Margarita Georgousopoulou (2009 Risk Management Dissertation) asked respondents to rate their response on a Likert scale with categories 1 to 5, where by 1= ‘Very Risk Seeking’, 2 = ‘Risk Seeking’, 3 = ‘Risk Neutral’, 4 = ‘Risk Averse’ and 5 = ‘Very Risk Averse’. She tested several variables on this scale. For the ‘Machinery Investment’ Variable, the results were as in the table below: Can it be concluded that Greek SMEs are risk averse vis-à-vis ‘machinery investment’? 27 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Greek SMEs Solution • Define two events, a success and a failure, such that: • Event = ‘Success’ if response value is greater than 3, i.e. SME is Risk Averse • Event = ‘Failure’ if response value is 3 or less, i.e. SME is NOT risk averse • From the table, number of successes, i = 24. Number of trials = Sample size = 54. • Why is the binomial distribution a reasonable model for this situation? • Binomial Test question: is 24 successes out of 54 trials statistically significant? 28 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 15. Greek SMEs: Binomial Test in SPSS 17 • Load the data file from blackboard called ‘Risk Appetite.xls’ into SPSS. • Select the worksheet called ‘raw data’ • From the ‘Analyze’ menu, select ‘nonparametric tests’ • Select ‘Binomial’ • Enter the variable ‘machinery investment’ into the ‘test variable box’ • In ‘Define Dichotomy’, select ‘cut point’. Enter ‘3’ in the cut point box. This tells SPSS that the values equal to or less than 3 are classed as one category, while values above are in the other category (hence the ‘dichotomy’, which refers to binary categories) 29 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Greek SMEs: Binomial Test in SPSS 17 Cont’d • In the box labeled ‘test proportion’, enter ‘0.4’:This will tell SPSS that under the null hypothesis, the expected proportion of values above 3 is 40% (this is because 2 of the five categories, i.e. 4 and 5 are higher than 3). Therefore the Binomial test is to see if the observed proportion (of 24/54) is significantly higher than 0.4 • Press ‘ok’ to run the model. 30 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 16. Greek SMEs: Binomial Test in SPSS 17 Cont’d Or better still, press ‘paste’: This will paste the program syntax into a new syntax or program window. Whatever you do in SPSS, it is based on some program syntax. If you just use the menus, you cannot normally see the syntax. Yet, it is more efficient to run the syntax rather than use the menus, especially if you wish to repeat the analysis, since all you have to do is run the syntax again. Even better you can run tests on other variables simply by changing the variable name in the syntax. You could also change the test characteristics, such as the cut point and the test proportion. Furthermore, via the brilliant ‘copy’ and ‘paste’ keyboard controls, you can run all the analysis in one go, as one program. TRY THIS: you will feel better!! • To run the model, press the ‘run’ button in the syntax window, which looks like the ‘play’ button on a CD player. 31 The Binomial Distribution. Max Chipulu, University of Southampton 2009 Greek SMEs: SPSS Binomial Test Result • The significance of the binomial test is given under the column ‘Asymp. Sig.’ This is a one-tailed test, since we’re only testing whether the observed proportion is greater than 0.4, so that our test is only one side of 0.4. The test would be two-tailed if we were testing the hypothesis that the proportion is exactly equal to 0.4 • The value of significance is 0.015. What can we conclude from this? 32 The Binomial Distribution. Max Chipulu, University of Southampton 2009
  • 17. Greek SMEs: Binomial Test in SPSS 17 Exercise Please try this at home: Following the steps above, test whether or not the Greek SMEs are risk averse in the following variables. (i) ‘new product investment’; (ii) ‘new employee investment’; and (iii) ‘new market investment’ 33 The Binomial Distribution. Max Chipulu, University of Southampton 2009