How to select distribution? — Binomial, Poisson, …











up vote
2
down vote

favorite












How do I go about finding which distribution I need to use for my exercise?



I have the following exercise:




Compute the probability that within a group of 5 students exactly two
are born on a Sunday.




What gives me a hint on what probability distribution that is?










share|cite|improve this question


























    up vote
    2
    down vote

    favorite












    How do I go about finding which distribution I need to use for my exercise?



    I have the following exercise:




    Compute the probability that within a group of 5 students exactly two
    are born on a Sunday.




    What gives me a hint on what probability distribution that is?










    share|cite|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      How do I go about finding which distribution I need to use for my exercise?



      I have the following exercise:




      Compute the probability that within a group of 5 students exactly two
      are born on a Sunday.




      What gives me a hint on what probability distribution that is?










      share|cite|improve this question













      How do I go about finding which distribution I need to use for my exercise?



      I have the following exercise:




      Compute the probability that within a group of 5 students exactly two
      are born on a Sunday.




      What gives me a hint on what probability distribution that is?







      probability probability-theory probability-distributions






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 10 hours ago









      thebilly

      284




      284






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          5
          down vote













          Guide:




          • The total number of students is fixed. The outcome can't be exactly $6$ born on a Sunday.


          • Each student is either born on a Sunday or not a Sunday. We assume that they are independent.







          share|cite|improve this answer





















          • A somewhat notable detail is that, in the real world, the probability of a given person having been born on a Sunday is not $frac17$. The exact probability varies depending on where the person lives and how old they are, but in many places it is nowadays closer to $frac1{10}$. The main cause this is effect is apparently the fact that induced and caesarean births tend to be mostly scheduled for weekdays, when more hospital staff is available.
            – Ilmari Karonen
            10 hours ago












          • Wow. ok. now I feel stupid. seems to be a binomial.. either it is a success (born on Sunday) or not... Thank you.
            – thebilly
            7 hours ago


















          up vote
          1
          down vote













          The Guide from the previous answer is helpful. It should help you pinpoint the exact distribution to choose.



          Sometimes the problem might not be easily convertible to a distribution. In those cases you can always go back to thinking in terms of basic probabilities.



          How many total ways can the student birthday be arranged? Number of days to the power of number of students = $7^5$



          How many ways can we arrange the students to satisfy the condition? Choose 2 students from the 5. They are born on a Sunday. The rest isn't. This leads to ${5 choose 2}$ * $1^2$ * $6^3$



          If you divide the two you will get ${5 choose 2} * {frac 1 7}^2 * {frac 6 7}^3$



          Notice that it's the same result if you were to model it using binomial distribution with p = 1/7, n = 5. So at the end of the day, if you feel stuck you can always roll back to basics.



          Hope it helps






          share|cite|improve this answer





















            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3017322%2fhow-to-select-distribution-binomial-poisson%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            5
            down vote













            Guide:




            • The total number of students is fixed. The outcome can't be exactly $6$ born on a Sunday.


            • Each student is either born on a Sunday or not a Sunday. We assume that they are independent.







            share|cite|improve this answer





















            • A somewhat notable detail is that, in the real world, the probability of a given person having been born on a Sunday is not $frac17$. The exact probability varies depending on where the person lives and how old they are, but in many places it is nowadays closer to $frac1{10}$. The main cause this is effect is apparently the fact that induced and caesarean births tend to be mostly scheduled for weekdays, when more hospital staff is available.
              – Ilmari Karonen
              10 hours ago












            • Wow. ok. now I feel stupid. seems to be a binomial.. either it is a success (born on Sunday) or not... Thank you.
              – thebilly
              7 hours ago















            up vote
            5
            down vote













            Guide:




            • The total number of students is fixed. The outcome can't be exactly $6$ born on a Sunday.


            • Each student is either born on a Sunday or not a Sunday. We assume that they are independent.







            share|cite|improve this answer





















            • A somewhat notable detail is that, in the real world, the probability of a given person having been born on a Sunday is not $frac17$. The exact probability varies depending on where the person lives and how old they are, but in many places it is nowadays closer to $frac1{10}$. The main cause this is effect is apparently the fact that induced and caesarean births tend to be mostly scheduled for weekdays, when more hospital staff is available.
              – Ilmari Karonen
              10 hours ago












            • Wow. ok. now I feel stupid. seems to be a binomial.. either it is a success (born on Sunday) or not... Thank you.
              – thebilly
              7 hours ago













            up vote
            5
            down vote










            up vote
            5
            down vote









            Guide:




            • The total number of students is fixed. The outcome can't be exactly $6$ born on a Sunday.


            • Each student is either born on a Sunday or not a Sunday. We assume that they are independent.







            share|cite|improve this answer












            Guide:




            • The total number of students is fixed. The outcome can't be exactly $6$ born on a Sunday.


            • Each student is either born on a Sunday or not a Sunday. We assume that they are independent.








            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 10 hours ago









            Siong Thye Goh

            94.5k1462114




            94.5k1462114












            • A somewhat notable detail is that, in the real world, the probability of a given person having been born on a Sunday is not $frac17$. The exact probability varies depending on where the person lives and how old they are, but in many places it is nowadays closer to $frac1{10}$. The main cause this is effect is apparently the fact that induced and caesarean births tend to be mostly scheduled for weekdays, when more hospital staff is available.
              – Ilmari Karonen
              10 hours ago












            • Wow. ok. now I feel stupid. seems to be a binomial.. either it is a success (born on Sunday) or not... Thank you.
              – thebilly
              7 hours ago


















            • A somewhat notable detail is that, in the real world, the probability of a given person having been born on a Sunday is not $frac17$. The exact probability varies depending on where the person lives and how old they are, but in many places it is nowadays closer to $frac1{10}$. The main cause this is effect is apparently the fact that induced and caesarean births tend to be mostly scheduled for weekdays, when more hospital staff is available.
              – Ilmari Karonen
              10 hours ago












            • Wow. ok. now I feel stupid. seems to be a binomial.. either it is a success (born on Sunday) or not... Thank you.
              – thebilly
              7 hours ago
















            A somewhat notable detail is that, in the real world, the probability of a given person having been born on a Sunday is not $frac17$. The exact probability varies depending on where the person lives and how old they are, but in many places it is nowadays closer to $frac1{10}$. The main cause this is effect is apparently the fact that induced and caesarean births tend to be mostly scheduled for weekdays, when more hospital staff is available.
            – Ilmari Karonen
            10 hours ago






            A somewhat notable detail is that, in the real world, the probability of a given person having been born on a Sunday is not $frac17$. The exact probability varies depending on where the person lives and how old they are, but in many places it is nowadays closer to $frac1{10}$. The main cause this is effect is apparently the fact that induced and caesarean births tend to be mostly scheduled for weekdays, when more hospital staff is available.
            – Ilmari Karonen
            10 hours ago














            Wow. ok. now I feel stupid. seems to be a binomial.. either it is a success (born on Sunday) or not... Thank you.
            – thebilly
            7 hours ago




            Wow. ok. now I feel stupid. seems to be a binomial.. either it is a success (born on Sunday) or not... Thank you.
            – thebilly
            7 hours ago










            up vote
            1
            down vote













            The Guide from the previous answer is helpful. It should help you pinpoint the exact distribution to choose.



            Sometimes the problem might not be easily convertible to a distribution. In those cases you can always go back to thinking in terms of basic probabilities.



            How many total ways can the student birthday be arranged? Number of days to the power of number of students = $7^5$



            How many ways can we arrange the students to satisfy the condition? Choose 2 students from the 5. They are born on a Sunday. The rest isn't. This leads to ${5 choose 2}$ * $1^2$ * $6^3$



            If you divide the two you will get ${5 choose 2} * {frac 1 7}^2 * {frac 6 7}^3$



            Notice that it's the same result if you were to model it using binomial distribution with p = 1/7, n = 5. So at the end of the day, if you feel stuck you can always roll back to basics.



            Hope it helps






            share|cite|improve this answer

























              up vote
              1
              down vote













              The Guide from the previous answer is helpful. It should help you pinpoint the exact distribution to choose.



              Sometimes the problem might not be easily convertible to a distribution. In those cases you can always go back to thinking in terms of basic probabilities.



              How many total ways can the student birthday be arranged? Number of days to the power of number of students = $7^5$



              How many ways can we arrange the students to satisfy the condition? Choose 2 students from the 5. They are born on a Sunday. The rest isn't. This leads to ${5 choose 2}$ * $1^2$ * $6^3$



              If you divide the two you will get ${5 choose 2} * {frac 1 7}^2 * {frac 6 7}^3$



              Notice that it's the same result if you were to model it using binomial distribution with p = 1/7, n = 5. So at the end of the day, if you feel stuck you can always roll back to basics.



              Hope it helps






              share|cite|improve this answer























                up vote
                1
                down vote










                up vote
                1
                down vote









                The Guide from the previous answer is helpful. It should help you pinpoint the exact distribution to choose.



                Sometimes the problem might not be easily convertible to a distribution. In those cases you can always go back to thinking in terms of basic probabilities.



                How many total ways can the student birthday be arranged? Number of days to the power of number of students = $7^5$



                How many ways can we arrange the students to satisfy the condition? Choose 2 students from the 5. They are born on a Sunday. The rest isn't. This leads to ${5 choose 2}$ * $1^2$ * $6^3$



                If you divide the two you will get ${5 choose 2} * {frac 1 7}^2 * {frac 6 7}^3$



                Notice that it's the same result if you were to model it using binomial distribution with p = 1/7, n = 5. So at the end of the day, if you feel stuck you can always roll back to basics.



                Hope it helps






                share|cite|improve this answer












                The Guide from the previous answer is helpful. It should help you pinpoint the exact distribution to choose.



                Sometimes the problem might not be easily convertible to a distribution. In those cases you can always go back to thinking in terms of basic probabilities.



                How many total ways can the student birthday be arranged? Number of days to the power of number of students = $7^5$



                How many ways can we arrange the students to satisfy the condition? Choose 2 students from the 5. They are born on a Sunday. The rest isn't. This leads to ${5 choose 2}$ * $1^2$ * $6^3$



                If you divide the two you will get ${5 choose 2} * {frac 1 7}^2 * {frac 6 7}^3$



                Notice that it's the same result if you were to model it using binomial distribution with p = 1/7, n = 5. So at the end of the day, if you feel stuck you can always roll back to basics.



                Hope it helps







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 10 hours ago









                Ofya

                815




                815






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3017322%2fhow-to-select-distribution-binomial-poisson%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Entries order in /etc/network/interfaces

                    新発田市

                    Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)