What does it means for a sample to be random?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












For a sample to be random, I thought it means that every member has an equal chance of being selected.



However, it seems like it is insufficient to just say the above. May I know what is the proper definition for a random sample? What am I missing?



Thanks.







share|cite|improve this question



















  • This is a pretty broad question; it isn't always clear what "random" means. Your first definition is an example of a uniform distribution, where everything is equally likely. You may be interested in algorithmic information theory, a CS field that talks about this kind of thing.
    – rwbogl
    Jul 23 at 1:34










  • "It seems like it is insufficient to just say the above." Have you encountered a particular example of a "random sample" for which it was insufficient? It might help if you would give more detail about what made you ask this question.
    – David K
    Jul 23 at 3:36














up vote
1
down vote

favorite












For a sample to be random, I thought it means that every member has an equal chance of being selected.



However, it seems like it is insufficient to just say the above. May I know what is the proper definition for a random sample? What am I missing?



Thanks.







share|cite|improve this question



















  • This is a pretty broad question; it isn't always clear what "random" means. Your first definition is an example of a uniform distribution, where everything is equally likely. You may be interested in algorithmic information theory, a CS field that talks about this kind of thing.
    – rwbogl
    Jul 23 at 1:34










  • "It seems like it is insufficient to just say the above." Have you encountered a particular example of a "random sample" for which it was insufficient? It might help if you would give more detail about what made you ask this question.
    – David K
    Jul 23 at 3:36












up vote
1
down vote

favorite









up vote
1
down vote

favorite











For a sample to be random, I thought it means that every member has an equal chance of being selected.



However, it seems like it is insufficient to just say the above. May I know what is the proper definition for a random sample? What am I missing?



Thanks.







share|cite|improve this question











For a sample to be random, I thought it means that every member has an equal chance of being selected.



However, it seems like it is insufficient to just say the above. May I know what is the proper definition for a random sample? What am I missing?



Thanks.









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 23 at 1:28









LanaDR

1647




1647











  • This is a pretty broad question; it isn't always clear what "random" means. Your first definition is an example of a uniform distribution, where everything is equally likely. You may be interested in algorithmic information theory, a CS field that talks about this kind of thing.
    – rwbogl
    Jul 23 at 1:34










  • "It seems like it is insufficient to just say the above." Have you encountered a particular example of a "random sample" for which it was insufficient? It might help if you would give more detail about what made you ask this question.
    – David K
    Jul 23 at 3:36
















  • This is a pretty broad question; it isn't always clear what "random" means. Your first definition is an example of a uniform distribution, where everything is equally likely. You may be interested in algorithmic information theory, a CS field that talks about this kind of thing.
    – rwbogl
    Jul 23 at 1:34










  • "It seems like it is insufficient to just say the above." Have you encountered a particular example of a "random sample" for which it was insufficient? It might help if you would give more detail about what made you ask this question.
    – David K
    Jul 23 at 3:36















This is a pretty broad question; it isn't always clear what "random" means. Your first definition is an example of a uniform distribution, where everything is equally likely. You may be interested in algorithmic information theory, a CS field that talks about this kind of thing.
– rwbogl
Jul 23 at 1:34




This is a pretty broad question; it isn't always clear what "random" means. Your first definition is an example of a uniform distribution, where everything is equally likely. You may be interested in algorithmic information theory, a CS field that talks about this kind of thing.
– rwbogl
Jul 23 at 1:34












"It seems like it is insufficient to just say the above." Have you encountered a particular example of a "random sample" for which it was insufficient? It might help if you would give more detail about what made you ask this question.
– David K
Jul 23 at 3:36




"It seems like it is insufficient to just say the above." Have you encountered a particular example of a "random sample" for which it was insufficient? It might help if you would give more detail about what made you ask this question.
– David K
Jul 23 at 3:36










2 Answers
2






active

oldest

votes

















up vote
2
down vote













If you're sampling $m$ items (without replacement) from a finite population of items, you want every set of $m$ distinct items in the population to have equal probability of being your sample. If sampling with replacement, you want every ordered $m$-tuple to have equal probability of being your sample.






share|cite|improve this answer




























    up vote
    1
    down vote













    Technically, "random" does not simply mean that each element is "equally probable" or "equally likely" to appear. That is just one particular distribution: the uniform distribution. Instead, samples can be "random" even if there probabilities are unequal. For example, a "weighted coin" which has a 60% of being HEADS, 40% chance of being TAILS is technically random.






    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: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      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%2f2859931%2fwhat-does-it-means-for-a-sample-to-be-random%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      2
      down vote













      If you're sampling $m$ items (without replacement) from a finite population of items, you want every set of $m$ distinct items in the population to have equal probability of being your sample. If sampling with replacement, you want every ordered $m$-tuple to have equal probability of being your sample.






      share|cite|improve this answer

























        up vote
        2
        down vote













        If you're sampling $m$ items (without replacement) from a finite population of items, you want every set of $m$ distinct items in the population to have equal probability of being your sample. If sampling with replacement, you want every ordered $m$-tuple to have equal probability of being your sample.






        share|cite|improve this answer























          up vote
          2
          down vote










          up vote
          2
          down vote









          If you're sampling $m$ items (without replacement) from a finite population of items, you want every set of $m$ distinct items in the population to have equal probability of being your sample. If sampling with replacement, you want every ordered $m$-tuple to have equal probability of being your sample.






          share|cite|improve this answer













          If you're sampling $m$ items (without replacement) from a finite population of items, you want every set of $m$ distinct items in the population to have equal probability of being your sample. If sampling with replacement, you want every ordered $m$-tuple to have equal probability of being your sample.







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Jul 23 at 1:41









          Robert Israel

          304k22201441




          304k22201441




















              up vote
              1
              down vote













              Technically, "random" does not simply mean that each element is "equally probable" or "equally likely" to appear. That is just one particular distribution: the uniform distribution. Instead, samples can be "random" even if there probabilities are unequal. For example, a "weighted coin" which has a 60% of being HEADS, 40% chance of being TAILS is technically random.






              share|cite|improve this answer

























                up vote
                1
                down vote













                Technically, "random" does not simply mean that each element is "equally probable" or "equally likely" to appear. That is just one particular distribution: the uniform distribution. Instead, samples can be "random" even if there probabilities are unequal. For example, a "weighted coin" which has a 60% of being HEADS, 40% chance of being TAILS is technically random.






                share|cite|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  Technically, "random" does not simply mean that each element is "equally probable" or "equally likely" to appear. That is just one particular distribution: the uniform distribution. Instead, samples can be "random" even if there probabilities are unequal. For example, a "weighted coin" which has a 60% of being HEADS, 40% chance of being TAILS is technically random.






                  share|cite|improve this answer













                  Technically, "random" does not simply mean that each element is "equally probable" or "equally likely" to appear. That is just one particular distribution: the uniform distribution. Instead, samples can be "random" even if there probabilities are unequal. For example, a "weighted coin" which has a 60% of being HEADS, 40% chance of being TAILS is technically random.







                  share|cite|improve this answer













                  share|cite|improve this answer



                  share|cite|improve this answer











                  answered Jul 23 at 1:44









                  David G. Stork

                  7,6312929




                  7,6312929






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2859931%2fwhat-does-it-means-for-a-sample-to-be-random%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      What is the equation of a 3D cone with generalised tilt?

                      Color the edges and diagonals of a regular polygon

                      Relationship between determinant of matrix and determinant of adjoint?