What is the distribution of the number of occurrences of a given integer, in repeated samples drawn from Uniform Integer [1, N] distribution?Random Balls in Random Buckets: What are the characteristics of the distribution?The difference of two discrete uniform variables taken modulo. Is still uniform?Expected standard deviation for a sample from a uniform distribution?Distribution of ratio of 2 points drawn from normal distribution?Probability the next draw from a distribution is greater than some number given a previous drawMaximum gap between samples drawn without replacement from a discrete uniform distribution

Containing the radiation of a nuclear powered aeroplane

A curious 5x5 square

Slaad Chaos Phage: Weak Combat Ability?

Why does b+=(4,) work and b = b + (4,) doesn't work when b is a list?

Is a list of the most common English words copyrightable?

Front hydraulic disk brake is too powerful on MTB — solutions?

Code Golf Measurer © 2019

Can there be an atomic nucleus where there are more protons than neutrons?

Fermat's polygonal number theorem

Difference between commands `setminus` and `backslash`

How to plot two axis bar chart side by side

How do I reset the TSA-unlocked indicator on my lock?

Is it now possible to undetectably cross the Arctic Ocean on ski/kayak?

What is the "Applicable country" field on the Icelandair check-in form?

How can I learn to write better questions to test for conceptual understanding?

Do businesses save their customers' credit card information until the payment is finalized?

Is Schrodinger's Cat itself an observer?

Neither Raman nor IR Active vibrational modes

Is there a push, in the United States, to use gender-neutral language and gender pronouns (when they are given)?

What does すきすき mean here?

What does the British parliament hope to achieve by requesting a third Brexit extension?

'Pound' meaning in this context

Can you set fire to beer barrels?

Armory Automaton and Dowsing Dagger/Sword of the Animist



What is the distribution of the number of occurrences of a given integer, in repeated samples drawn from Uniform Integer [1, N] distribution?


Random Balls in Random Buckets: What are the characteristics of the distribution?The difference of two discrete uniform variables taken modulo. Is still uniform?Expected standard deviation for a sample from a uniform distribution?Distribution of ratio of 2 points drawn from normal distribution?Probability the next draw from a distribution is greater than some number given a previous drawMaximum gap between samples drawn without replacement from a discrete uniform distribution






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2














$begingroup$


If I draw M repeated samples from Uniform Integer Distribution on [1,N], what will be the distribution of the number of times a given integer chosen among the integers 1,2,...,N appears in my M samples?



For concreteness, lets say that I draw repeatedly 100 times from Uniform Integer [1,5] distribution. What then will be the distribution of the number of times the integer 3 appears in my 100 samples?










share|cite|improve this question









$endgroup$






















    2














    $begingroup$


    If I draw M repeated samples from Uniform Integer Distribution on [1,N], what will be the distribution of the number of times a given integer chosen among the integers 1,2,...,N appears in my M samples?



    For concreteness, lets say that I draw repeatedly 100 times from Uniform Integer [1,5] distribution. What then will be the distribution of the number of times the integer 3 appears in my 100 samples?










    share|cite|improve this question









    $endgroup$


















      2












      2








      2





      $begingroup$


      If I draw M repeated samples from Uniform Integer Distribution on [1,N], what will be the distribution of the number of times a given integer chosen among the integers 1,2,...,N appears in my M samples?



      For concreteness, lets say that I draw repeatedly 100 times from Uniform Integer [1,5] distribution. What then will be the distribution of the number of times the integer 3 appears in my 100 samples?










      share|cite|improve this question









      $endgroup$




      If I draw M repeated samples from Uniform Integer Distribution on [1,N], what will be the distribution of the number of times a given integer chosen among the integers 1,2,...,N appears in my M samples?



      For concreteness, lets say that I draw repeatedly 100 times from Uniform Integer [1,5] distribution. What then will be the distribution of the number of times the integer 3 appears in my 100 samples?







      probability distributions uniform






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question



      share|cite|improve this question










      asked May 4 at 11:12









      Joro KolevJoro Kolev

      111 bronze badge




      111 bronze badge























          1 Answer
          1






          active

          oldest

          votes


















          4
















          $begingroup$

          In a single draw, your chosen integer will be drawn with probability $frac1N$. Since you draw with replacement, the total number of such successes is binomially distributed with parameters $M$ and $p=frac1N$.






          share|cite|improve this answer










          $endgroup$
















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "65"
            ;
            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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f406544%2fwhat-is-the-distribution-of-the-number-of-occurrences-of-a-given-integer-in-rep%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4
















            $begingroup$

            In a single draw, your chosen integer will be drawn with probability $frac1N$. Since you draw with replacement, the total number of such successes is binomially distributed with parameters $M$ and $p=frac1N$.






            share|cite|improve this answer










            $endgroup$



















              4
















              $begingroup$

              In a single draw, your chosen integer will be drawn with probability $frac1N$. Since you draw with replacement, the total number of such successes is binomially distributed with parameters $M$ and $p=frac1N$.






              share|cite|improve this answer










              $endgroup$

















                4














                4










                4







                $begingroup$

                In a single draw, your chosen integer will be drawn with probability $frac1N$. Since you draw with replacement, the total number of such successes is binomially distributed with parameters $M$ and $p=frac1N$.






                share|cite|improve this answer










                $endgroup$



                In a single draw, your chosen integer will be drawn with probability $frac1N$. Since you draw with replacement, the total number of such successes is binomially distributed with parameters $M$ and $p=frac1N$.







                share|cite|improve this answer













                share|cite|improve this answer




                share|cite|improve this answer



                share|cite|improve this answer










                answered May 4 at 11:42









                Stephan KolassaStephan Kolassa

                57.7k10 gold badges113 silver badges213 bronze badges




                57.7k10 gold badges113 silver badges213 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Cross Validated!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f406544%2fwhat-is-the-distribution-of-the-number-of-occurrences-of-a-given-integer-in-rep%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

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?