Polya's urn model - limit distribution












4












$begingroup$


Let an urn contain w white and b black balls. Draw a ball randomly from the urn and return it together with another ball of the same color. Let $b_n$ be the number of black balls and $w_n$ the number of white balls after the n-th draw-and-replacement. Let $X_n$ be the relative proportion of white balls after the n-th draw-and-replacement.



I start with b=w=1, so the total number of balls after the n-th draw-and-replacement is n+2.
Now I want to find the limit distribution of $X_n$; I already showed that $X_n$ is a martingale and that it converges a.s..
It is



$X_n = dfrac{w_n}{n+2}$ for $n in mathbb{N}_0$.



I've read that the limit distribution is a beta distribution, but I don't know how to get there.

I could write $w_n$ as the sum of $Y_i$ where $Y_i$ is 0, if the i-th ball is black and 1, if the i-th ball is black. Then I'd have



$w_n = 1+sum_{i=1}^{n} Y_i$.



Does this help? How can I proceed?



Thanks! :)










share|cite|improve this question











$endgroup$

















    4












    $begingroup$


    Let an urn contain w white and b black balls. Draw a ball randomly from the urn and return it together with another ball of the same color. Let $b_n$ be the number of black balls and $w_n$ the number of white balls after the n-th draw-and-replacement. Let $X_n$ be the relative proportion of white balls after the n-th draw-and-replacement.



    I start with b=w=1, so the total number of balls after the n-th draw-and-replacement is n+2.
    Now I want to find the limit distribution of $X_n$; I already showed that $X_n$ is a martingale and that it converges a.s..
    It is



    $X_n = dfrac{w_n}{n+2}$ for $n in mathbb{N}_0$.



    I've read that the limit distribution is a beta distribution, but I don't know how to get there.

    I could write $w_n$ as the sum of $Y_i$ where $Y_i$ is 0, if the i-th ball is black and 1, if the i-th ball is black. Then I'd have



    $w_n = 1+sum_{i=1}^{n} Y_i$.



    Does this help? How can I proceed?



    Thanks! :)










    share|cite|improve this question











    $endgroup$















      4












      4








      4





      $begingroup$


      Let an urn contain w white and b black balls. Draw a ball randomly from the urn and return it together with another ball of the same color. Let $b_n$ be the number of black balls and $w_n$ the number of white balls after the n-th draw-and-replacement. Let $X_n$ be the relative proportion of white balls after the n-th draw-and-replacement.



      I start with b=w=1, so the total number of balls after the n-th draw-and-replacement is n+2.
      Now I want to find the limit distribution of $X_n$; I already showed that $X_n$ is a martingale and that it converges a.s..
      It is



      $X_n = dfrac{w_n}{n+2}$ for $n in mathbb{N}_0$.



      I've read that the limit distribution is a beta distribution, but I don't know how to get there.

      I could write $w_n$ as the sum of $Y_i$ where $Y_i$ is 0, if the i-th ball is black and 1, if the i-th ball is black. Then I'd have



      $w_n = 1+sum_{i=1}^{n} Y_i$.



      Does this help? How can I proceed?



      Thanks! :)










      share|cite|improve this question











      $endgroup$




      Let an urn contain w white and b black balls. Draw a ball randomly from the urn and return it together with another ball of the same color. Let $b_n$ be the number of black balls and $w_n$ the number of white balls after the n-th draw-and-replacement. Let $X_n$ be the relative proportion of white balls after the n-th draw-and-replacement.



      I start with b=w=1, so the total number of balls after the n-th draw-and-replacement is n+2.
      Now I want to find the limit distribution of $X_n$; I already showed that $X_n$ is a martingale and that it converges a.s..
      It is



      $X_n = dfrac{w_n}{n+2}$ for $n in mathbb{N}_0$.



      I've read that the limit distribution is a beta distribution, but I don't know how to get there.

      I could write $w_n$ as the sum of $Y_i$ where $Y_i$ is 0, if the i-th ball is black and 1, if the i-th ball is black. Then I'd have



      $w_n = 1+sum_{i=1}^{n} Y_i$.



      Does this help? How can I proceed?



      Thanks! :)







      probability-theory probability-distributions convergence stochastic-processes polya-urn-model






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 3 '16 at 6:29









      BCLC

      1




      1










      asked Jan 29 '15 at 18:04









      Max93Max93

      315210




      315210






















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          Refer to this?





          $$M_{Theta}(t) = E[exp(tTheta)]$$



          $$= E[exp(tlim frac{B_n + 1}{n+2})]$$



          $$= E[limexp(t frac{B_n + 1}{n+2})]$$



          $$= lim E[exp(t frac{B_n + 1}{n+2})]$$



          $$= lim frac{1}{n+1}[exp(t frac{1}{n+2}) + exp(t frac{2}{n+2}) + ... + exp(t frac{n+1}{n+2})]$$



          Case 1: $t ne 0$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-a(n)^{n+1}), text{where} a(n) := e^{frac{t}{n+2}}$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} lim (1-a(n)^{n+1})$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-e^t)$$



          $$= frac{1-e^t}{-t}$$



          $$= frac{e^t-1}{t}$$



          Case 2: $t = 0$



          $$= lim frac{1}{n+1}[exp((0) frac{1}{n+2}) + exp((0) frac{2}{n+2}) + ... + exp((0) frac{n+1}{n+2})]$$



          $$= lim frac{1}{n+1} (1)(n+1) = 1$$



          This is the mgf of $Unif(0,1)$






          share|cite|improve this answer











          $endgroup$









          • 2




            $begingroup$
            @Did Edited. I accounted for $t=0$ this time
            $endgroup$
            – BCLC
            Feb 12 '16 at 22:59











          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',
          autoActivateHeartbeat: false,
          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%2f1125320%2fpolyas-urn-model-limit-distribution%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









          0












          $begingroup$

          Refer to this?





          $$M_{Theta}(t) = E[exp(tTheta)]$$



          $$= E[exp(tlim frac{B_n + 1}{n+2})]$$



          $$= E[limexp(t frac{B_n + 1}{n+2})]$$



          $$= lim E[exp(t frac{B_n + 1}{n+2})]$$



          $$= lim frac{1}{n+1}[exp(t frac{1}{n+2}) + exp(t frac{2}{n+2}) + ... + exp(t frac{n+1}{n+2})]$$



          Case 1: $t ne 0$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-a(n)^{n+1}), text{where} a(n) := e^{frac{t}{n+2}}$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} lim (1-a(n)^{n+1})$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-e^t)$$



          $$= frac{1-e^t}{-t}$$



          $$= frac{e^t-1}{t}$$



          Case 2: $t = 0$



          $$= lim frac{1}{n+1}[exp((0) frac{1}{n+2}) + exp((0) frac{2}{n+2}) + ... + exp((0) frac{n+1}{n+2})]$$



          $$= lim frac{1}{n+1} (1)(n+1) = 1$$



          This is the mgf of $Unif(0,1)$






          share|cite|improve this answer











          $endgroup$









          • 2




            $begingroup$
            @Did Edited. I accounted for $t=0$ this time
            $endgroup$
            – BCLC
            Feb 12 '16 at 22:59
















          0












          $begingroup$

          Refer to this?





          $$M_{Theta}(t) = E[exp(tTheta)]$$



          $$= E[exp(tlim frac{B_n + 1}{n+2})]$$



          $$= E[limexp(t frac{B_n + 1}{n+2})]$$



          $$= lim E[exp(t frac{B_n + 1}{n+2})]$$



          $$= lim frac{1}{n+1}[exp(t frac{1}{n+2}) + exp(t frac{2}{n+2}) + ... + exp(t frac{n+1}{n+2})]$$



          Case 1: $t ne 0$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-a(n)^{n+1}), text{where} a(n) := e^{frac{t}{n+2}}$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} lim (1-a(n)^{n+1})$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-e^t)$$



          $$= frac{1-e^t}{-t}$$



          $$= frac{e^t-1}{t}$$



          Case 2: $t = 0$



          $$= lim frac{1}{n+1}[exp((0) frac{1}{n+2}) + exp((0) frac{2}{n+2}) + ... + exp((0) frac{n+1}{n+2})]$$



          $$= lim frac{1}{n+1} (1)(n+1) = 1$$



          This is the mgf of $Unif(0,1)$






          share|cite|improve this answer











          $endgroup$









          • 2




            $begingroup$
            @Did Edited. I accounted for $t=0$ this time
            $endgroup$
            – BCLC
            Feb 12 '16 at 22:59














          0












          0








          0





          $begingroup$

          Refer to this?





          $$M_{Theta}(t) = E[exp(tTheta)]$$



          $$= E[exp(tlim frac{B_n + 1}{n+2})]$$



          $$= E[limexp(t frac{B_n + 1}{n+2})]$$



          $$= lim E[exp(t frac{B_n + 1}{n+2})]$$



          $$= lim frac{1}{n+1}[exp(t frac{1}{n+2}) + exp(t frac{2}{n+2}) + ... + exp(t frac{n+1}{n+2})]$$



          Case 1: $t ne 0$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-a(n)^{n+1}), text{where} a(n) := e^{frac{t}{n+2}}$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} lim (1-a(n)^{n+1})$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-e^t)$$



          $$= frac{1-e^t}{-t}$$



          $$= frac{e^t-1}{t}$$



          Case 2: $t = 0$



          $$= lim frac{1}{n+1}[exp((0) frac{1}{n+2}) + exp((0) frac{2}{n+2}) + ... + exp((0) frac{n+1}{n+2})]$$



          $$= lim frac{1}{n+1} (1)(n+1) = 1$$



          This is the mgf of $Unif(0,1)$






          share|cite|improve this answer











          $endgroup$



          Refer to this?





          $$M_{Theta}(t) = E[exp(tTheta)]$$



          $$= E[exp(tlim frac{B_n + 1}{n+2})]$$



          $$= E[limexp(t frac{B_n + 1}{n+2})]$$



          $$= lim E[exp(t frac{B_n + 1}{n+2})]$$



          $$= lim frac{1}{n+1}[exp(t frac{1}{n+2}) + exp(t frac{2}{n+2}) + ... + exp(t frac{n+1}{n+2})]$$



          Case 1: $t ne 0$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-a(n)^{n+1}), text{where} a(n) := e^{frac{t}{n+2}}$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} lim (1-a(n)^{n+1})$$



          $$= lim frac{a(n)}{(n+1)(1-a(n))} (1-e^t)$$



          $$= frac{1-e^t}{-t}$$



          $$= frac{e^t-1}{t}$$



          Case 2: $t = 0$



          $$= lim frac{1}{n+1}[exp((0) frac{1}{n+2}) + exp((0) frac{2}{n+2}) + ... + exp((0) frac{n+1}{n+2})]$$



          $$= lim frac{1}{n+1} (1)(n+1) = 1$$



          This is the mgf of $Unif(0,1)$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Feb 12 '16 at 22:59

























          answered Feb 6 '16 at 7:58









          BCLCBCLC

          1




          1








          • 2




            $begingroup$
            @Did Edited. I accounted for $t=0$ this time
            $endgroup$
            – BCLC
            Feb 12 '16 at 22:59














          • 2




            $begingroup$
            @Did Edited. I accounted for $t=0$ this time
            $endgroup$
            – BCLC
            Feb 12 '16 at 22:59








          2




          2




          $begingroup$
          @Did Edited. I accounted for $t=0$ this time
          $endgroup$
          – BCLC
          Feb 12 '16 at 22:59




          $begingroup$
          @Did Edited. I accounted for $t=0$ this time
          $endgroup$
          – BCLC
          Feb 12 '16 at 22:59


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • 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%2fmath.stackexchange.com%2fquestions%2f1125320%2fpolyas-urn-model-limit-distribution%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

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei