Two aspects of randomness











up vote
0
down vote

favorite












Consider a random sequence of integers




1, 4, 3, 8, 2, 5, 3, 8 ...




The only sufficient condition for the sequence to be random is its unpredictability ie. probability of any number coming next must be equal to $frac{1}{10}$.

Now consider that we are getting only numbers less than 5 in the sequence, it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more, this does not follow the randomness criteria as numbers are now in some form more predictable.



Do the two aspects of randomness contradict with each other?

Or am I wrong somewhere in this deductive thinking?










share|cite|improve this question







New contributor




mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2




    So, when you write, "integer", what you actually mean is "digit"?
    – Gerry Myerson
    5 hours ago















up vote
0
down vote

favorite












Consider a random sequence of integers




1, 4, 3, 8, 2, 5, 3, 8 ...




The only sufficient condition for the sequence to be random is its unpredictability ie. probability of any number coming next must be equal to $frac{1}{10}$.

Now consider that we are getting only numbers less than 5 in the sequence, it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more, this does not follow the randomness criteria as numbers are now in some form more predictable.



Do the two aspects of randomness contradict with each other?

Or am I wrong somewhere in this deductive thinking?










share|cite|improve this question







New contributor




mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2




    So, when you write, "integer", what you actually mean is "digit"?
    – Gerry Myerson
    5 hours ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Consider a random sequence of integers




1, 4, 3, 8, 2, 5, 3, 8 ...




The only sufficient condition for the sequence to be random is its unpredictability ie. probability of any number coming next must be equal to $frac{1}{10}$.

Now consider that we are getting only numbers less than 5 in the sequence, it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more, this does not follow the randomness criteria as numbers are now in some form more predictable.



Do the two aspects of randomness contradict with each other?

Or am I wrong somewhere in this deductive thinking?










share|cite|improve this question







New contributor




mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Consider a random sequence of integers




1, 4, 3, 8, 2, 5, 3, 8 ...




The only sufficient condition for the sequence to be random is its unpredictability ie. probability of any number coming next must be equal to $frac{1}{10}$.

Now consider that we are getting only numbers less than 5 in the sequence, it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more, this does not follow the randomness criteria as numbers are now in some form more predictable.



Do the two aspects of randomness contradict with each other?

Or am I wrong somewhere in this deductive thinking?







probability sequences-and-series statistical-inference random natural-deduction






share|cite|improve this question







New contributor




mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









mathaholic

1




1




New contributor




mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






mathaholic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 2




    So, when you write, "integer", what you actually mean is "digit"?
    – Gerry Myerson
    5 hours ago














  • 2




    So, when you write, "integer", what you actually mean is "digit"?
    – Gerry Myerson
    5 hours ago








2




2




So, when you write, "integer", what you actually mean is "digit"?
– Gerry Myerson
5 hours ago




So, when you write, "integer", what you actually mean is "digit"?
– Gerry Myerson
5 hours ago










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Welcome to MSE,




it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more.




This is not true. If every choice of digits is independent, there is no change in the probabilities for the next digit of the sequence.



You can take a look at this question, which is somehow close to yours.



Does the probability change if you know previous results?



If that's not what you are asking please provide us with more details.






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
    });


    }
    });






    mathaholic is a new contributor. Be nice, and check out our Code of Conduct.










     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000866%2ftwo-aspects-of-randomness%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








    up vote
    1
    down vote













    Welcome to MSE,




    it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more.




    This is not true. If every choice of digits is independent, there is no change in the probabilities for the next digit of the sequence.



    You can take a look at this question, which is somehow close to yours.



    Does the probability change if you know previous results?



    If that's not what you are asking please provide us with more details.






    share|cite|improve this answer

























      up vote
      1
      down vote













      Welcome to MSE,




      it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more.




      This is not true. If every choice of digits is independent, there is no change in the probabilities for the next digit of the sequence.



      You can take a look at this question, which is somehow close to yours.



      Does the probability change if you know previous results?



      If that's not what you are asking please provide us with more details.






      share|cite|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Welcome to MSE,




        it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more.




        This is not true. If every choice of digits is independent, there is no change in the probabilities for the next digit of the sequence.



        You can take a look at this question, which is somehow close to yours.



        Does the probability change if you know previous results?



        If that's not what you are asking please provide us with more details.






        share|cite|improve this answer












        Welcome to MSE,




        it then implies that for the sequence to be random the probability of getting numbers greater than 5 is now more.




        This is not true. If every choice of digits is independent, there is no change in the probabilities for the next digit of the sequence.



        You can take a look at this question, which is somehow close to yours.



        Does the probability change if you know previous results?



        If that's not what you are asking please provide us with more details.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 5 hours ago









        Gâteau-Gallois

        31319




        31319






















            mathaholic is a new contributor. Be nice, and check out our Code of Conduct.










             

            draft saved


            draft discarded


















            mathaholic is a new contributor. Be nice, and check out our Code of Conduct.













            mathaholic is a new contributor. Be nice, and check out our Code of Conduct.












            mathaholic is a new contributor. Be nice, and check out our Code of Conduct.















             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000866%2ftwo-aspects-of-randomness%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

            Bundesstraße 106

            Le Mesnil-Réaume

            Ida-Boy-Ed-Garten