Polya's urn model - limit distribution
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
add a comment |
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
add a comment |
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
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
probability-theory probability-distributions convergence stochastic-processes polya-urn-model
edited Jan 3 '16 at 6:29
BCLC
1
1
asked Jan 29 '15 at 18:04
Max93Max93
30529
30529
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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)$
2
@Did Edited. I accounted for $t=0$ this time
– BCLC
Feb 12 '16 at 22:59
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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)$
2
@Did Edited. I accounted for $t=0$ this time
– BCLC
Feb 12 '16 at 22:59
add a comment |
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)$
2
@Did Edited. I accounted for $t=0$ this time
– BCLC
Feb 12 '16 at 22:59
add a comment |
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)$
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)$
edited Feb 12 '16 at 22:59
answered Feb 6 '16 at 7:58
BCLCBCLC
1
1
2
@Did Edited. I accounted for $t=0$ this time
– BCLC
Feb 12 '16 at 22:59
add a comment |
2
@Did Edited. I accounted for $t=0$ this time
– BCLC
Feb 12 '16 at 22:59
2
2
@Did Edited. I accounted for $t=0$ this time
– BCLC
Feb 12 '16 at 22:59
@Did Edited. I accounted for $t=0$ this time
– BCLC
Feb 12 '16 at 22:59
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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