A problem involving geometric distributions and conditional expectation
$begingroup$
Take into account an infinity sequence of independent tosses of an unbiased die. Let $X$ be the number of tosses necessary to obtain a five and $Y$ the number of tosses necessary in order to obtain a six. Determine:
(a) $textbf{E}(X)$
(b) $textbf{E}(X mid Y = 1)$
(c) $textbf{E}(X mid Y=2)$
MY ATTEMPT
I am particularly having trouble to calculate the conditional expectation. As I far as I know, it should be something like
begin{align*}
textbf{E}(Xmid Y = y) = sum_{x} xcdot p_{Xmid Y}(x,y) = sum_{x} frac{xcdot p_{X,Y}(x,y)}{p_{Y}(y)}
end{align*}
But I don't know how to proceed. Could someone pave the way towards the right solution? Thanks in advance.
probability probability-theory conditional-expectation expected-value
$endgroup$
add a comment |
$begingroup$
Take into account an infinity sequence of independent tosses of an unbiased die. Let $X$ be the number of tosses necessary to obtain a five and $Y$ the number of tosses necessary in order to obtain a six. Determine:
(a) $textbf{E}(X)$
(b) $textbf{E}(X mid Y = 1)$
(c) $textbf{E}(X mid Y=2)$
MY ATTEMPT
I am particularly having trouble to calculate the conditional expectation. As I far as I know, it should be something like
begin{align*}
textbf{E}(Xmid Y = y) = sum_{x} xcdot p_{Xmid Y}(x,y) = sum_{x} frac{xcdot p_{X,Y}(x,y)}{p_{Y}(y)}
end{align*}
But I don't know how to proceed. Could someone pave the way towards the right solution? Thanks in advance.
probability probability-theory conditional-expectation expected-value
$endgroup$
add a comment |
$begingroup$
Take into account an infinity sequence of independent tosses of an unbiased die. Let $X$ be the number of tosses necessary to obtain a five and $Y$ the number of tosses necessary in order to obtain a six. Determine:
(a) $textbf{E}(X)$
(b) $textbf{E}(X mid Y = 1)$
(c) $textbf{E}(X mid Y=2)$
MY ATTEMPT
I am particularly having trouble to calculate the conditional expectation. As I far as I know, it should be something like
begin{align*}
textbf{E}(Xmid Y = y) = sum_{x} xcdot p_{Xmid Y}(x,y) = sum_{x} frac{xcdot p_{X,Y}(x,y)}{p_{Y}(y)}
end{align*}
But I don't know how to proceed. Could someone pave the way towards the right solution? Thanks in advance.
probability probability-theory conditional-expectation expected-value
$endgroup$
Take into account an infinity sequence of independent tosses of an unbiased die. Let $X$ be the number of tosses necessary to obtain a five and $Y$ the number of tosses necessary in order to obtain a six. Determine:
(a) $textbf{E}(X)$
(b) $textbf{E}(X mid Y = 1)$
(c) $textbf{E}(X mid Y=2)$
MY ATTEMPT
I am particularly having trouble to calculate the conditional expectation. As I far as I know, it should be something like
begin{align*}
textbf{E}(Xmid Y = y) = sum_{x} xcdot p_{Xmid Y}(x,y) = sum_{x} frac{xcdot p_{X,Y}(x,y)}{p_{Y}(y)}
end{align*}
But I don't know how to proceed. Could someone pave the way towards the right solution? Thanks in advance.
probability probability-theory conditional-expectation expected-value
probability probability-theory conditional-expectation expected-value
asked Jan 26 at 19:51
user1337user1337
46310
46310
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Here is a solution for (b). You should be able to get (c) similarly.
Let $Z_1,Z_2,...,Z_n,...$ be a countable sequence of iid random variables valued in ${1,...,6}$ (the dice throws). Then $X=min{tge 0: Z_t = 5}$ and
[
E[X|Y=1] = sum_{k=1}^{infty} k frac{P(X=k,Y=1)}{P(Y=1)}
]
and the prpobability of the denomiator is $1/6$.
For $k=1$, the probability of the event ${X=1,Y=1}={Z_1=5,Z_1=6}$ is 0 since
$Z_1$ takes only one value.
For $kge 2$, the event ${X=k}$ can be rewritten as ${Z_1ne 5, ..., Z_{k-1}ne 5, Z_k=5}$
and the intersection ${X=k,Y=1}$ can be rewritten as
${Z_1 =6, Z_2 ne 5,..., Z_{k-1}ne 5, Z_k=6}$. By independence, the probability of this event is $frac 1 6(frac 5 6)^{k-2}frac 1 6$ for $kge 2$. Hence
[
E[X|Y=1] = sum_{k=2}^{infty} k (1/6) (5/6)^{k-2}
= frac 6 5 sum_{k=2}^{infty} k (1/6) (5/6)^{k-1}
]
and $sum_{k=2}^{infty} k (1/6) (5/6)^{k-1} = E[X]$ already computed in (a).
$endgroup$
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%2f3088684%2fa-problem-involving-geometric-distributions-and-conditional-expectation%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
$begingroup$
Here is a solution for (b). You should be able to get (c) similarly.
Let $Z_1,Z_2,...,Z_n,...$ be a countable sequence of iid random variables valued in ${1,...,6}$ (the dice throws). Then $X=min{tge 0: Z_t = 5}$ and
[
E[X|Y=1] = sum_{k=1}^{infty} k frac{P(X=k,Y=1)}{P(Y=1)}
]
and the prpobability of the denomiator is $1/6$.
For $k=1$, the probability of the event ${X=1,Y=1}={Z_1=5,Z_1=6}$ is 0 since
$Z_1$ takes only one value.
For $kge 2$, the event ${X=k}$ can be rewritten as ${Z_1ne 5, ..., Z_{k-1}ne 5, Z_k=5}$
and the intersection ${X=k,Y=1}$ can be rewritten as
${Z_1 =6, Z_2 ne 5,..., Z_{k-1}ne 5, Z_k=6}$. By independence, the probability of this event is $frac 1 6(frac 5 6)^{k-2}frac 1 6$ for $kge 2$. Hence
[
E[X|Y=1] = sum_{k=2}^{infty} k (1/6) (5/6)^{k-2}
= frac 6 5 sum_{k=2}^{infty} k (1/6) (5/6)^{k-1}
]
and $sum_{k=2}^{infty} k (1/6) (5/6)^{k-1} = E[X]$ already computed in (a).
$endgroup$
add a comment |
$begingroup$
Here is a solution for (b). You should be able to get (c) similarly.
Let $Z_1,Z_2,...,Z_n,...$ be a countable sequence of iid random variables valued in ${1,...,6}$ (the dice throws). Then $X=min{tge 0: Z_t = 5}$ and
[
E[X|Y=1] = sum_{k=1}^{infty} k frac{P(X=k,Y=1)}{P(Y=1)}
]
and the prpobability of the denomiator is $1/6$.
For $k=1$, the probability of the event ${X=1,Y=1}={Z_1=5,Z_1=6}$ is 0 since
$Z_1$ takes only one value.
For $kge 2$, the event ${X=k}$ can be rewritten as ${Z_1ne 5, ..., Z_{k-1}ne 5, Z_k=5}$
and the intersection ${X=k,Y=1}$ can be rewritten as
${Z_1 =6, Z_2 ne 5,..., Z_{k-1}ne 5, Z_k=6}$. By independence, the probability of this event is $frac 1 6(frac 5 6)^{k-2}frac 1 6$ for $kge 2$. Hence
[
E[X|Y=1] = sum_{k=2}^{infty} k (1/6) (5/6)^{k-2}
= frac 6 5 sum_{k=2}^{infty} k (1/6) (5/6)^{k-1}
]
and $sum_{k=2}^{infty} k (1/6) (5/6)^{k-1} = E[X]$ already computed in (a).
$endgroup$
add a comment |
$begingroup$
Here is a solution for (b). You should be able to get (c) similarly.
Let $Z_1,Z_2,...,Z_n,...$ be a countable sequence of iid random variables valued in ${1,...,6}$ (the dice throws). Then $X=min{tge 0: Z_t = 5}$ and
[
E[X|Y=1] = sum_{k=1}^{infty} k frac{P(X=k,Y=1)}{P(Y=1)}
]
and the prpobability of the denomiator is $1/6$.
For $k=1$, the probability of the event ${X=1,Y=1}={Z_1=5,Z_1=6}$ is 0 since
$Z_1$ takes only one value.
For $kge 2$, the event ${X=k}$ can be rewritten as ${Z_1ne 5, ..., Z_{k-1}ne 5, Z_k=5}$
and the intersection ${X=k,Y=1}$ can be rewritten as
${Z_1 =6, Z_2 ne 5,..., Z_{k-1}ne 5, Z_k=6}$. By independence, the probability of this event is $frac 1 6(frac 5 6)^{k-2}frac 1 6$ for $kge 2$. Hence
[
E[X|Y=1] = sum_{k=2}^{infty} k (1/6) (5/6)^{k-2}
= frac 6 5 sum_{k=2}^{infty} k (1/6) (5/6)^{k-1}
]
and $sum_{k=2}^{infty} k (1/6) (5/6)^{k-1} = E[X]$ already computed in (a).
$endgroup$
Here is a solution for (b). You should be able to get (c) similarly.
Let $Z_1,Z_2,...,Z_n,...$ be a countable sequence of iid random variables valued in ${1,...,6}$ (the dice throws). Then $X=min{tge 0: Z_t = 5}$ and
[
E[X|Y=1] = sum_{k=1}^{infty} k frac{P(X=k,Y=1)}{P(Y=1)}
]
and the prpobability of the denomiator is $1/6$.
For $k=1$, the probability of the event ${X=1,Y=1}={Z_1=5,Z_1=6}$ is 0 since
$Z_1$ takes only one value.
For $kge 2$, the event ${X=k}$ can be rewritten as ${Z_1ne 5, ..., Z_{k-1}ne 5, Z_k=5}$
and the intersection ${X=k,Y=1}$ can be rewritten as
${Z_1 =6, Z_2 ne 5,..., Z_{k-1}ne 5, Z_k=6}$. By independence, the probability of this event is $frac 1 6(frac 5 6)^{k-2}frac 1 6$ for $kge 2$. Hence
[
E[X|Y=1] = sum_{k=2}^{infty} k (1/6) (5/6)^{k-2}
= frac 6 5 sum_{k=2}^{infty} k (1/6) (5/6)^{k-1}
]
and $sum_{k=2}^{infty} k (1/6) (5/6)^{k-1} = E[X]$ already computed in (a).
answered Jan 26 at 20:18
jlewkjlewk
1115
1115
add a comment |
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.
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%2f3088684%2fa-problem-involving-geometric-distributions-and-conditional-expectation%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