Calculate the variance of this random variable
$begingroup$
Let $p_1$ have $p_x(x) = 0.3*0.7^X$. Let $p_2$ have the exact same $p_x(x) = 0.3*0.7^X$. Assume this is valid for all $xgeq 0$.
Assume that $p_1,p_2$ are independent random variables.
Let $Y=(p_1)(p_2)$. Calculate $var(Y)$.
Here is my attempt:
$var(Y)=[E(Y^2)]-[E(Y)]^2=[E(p_1p_2)^2]-[E(p_1p_2)]^2=[E(p_1^2p_2^2)]-[E(p_1p_2)]^2$
Usually my process for this is to calculate $E[Y], E[Y^2]$, and then apply the formula (squaring $E[Y]$ as a whole, of course]
So, $E[Y]=E[p_1p_2]=E[p_1]E[p_2]$. Calculating one will give me the other, as they are the exact same.
I notice that $p_1$ is $Geo(theta=0.3)=theta(1-theta)^X$. The expectation is given by $(1-theta)/theta=0.7/0.3=2.33$
This helps me with $E[Y]=(2.33)(2.33)$, but how do I calculate $E[Y^2]$?
probability sequences-and-series random-variables power-series variance
$endgroup$
add a comment |
$begingroup$
Let $p_1$ have $p_x(x) = 0.3*0.7^X$. Let $p_2$ have the exact same $p_x(x) = 0.3*0.7^X$. Assume this is valid for all $xgeq 0$.
Assume that $p_1,p_2$ are independent random variables.
Let $Y=(p_1)(p_2)$. Calculate $var(Y)$.
Here is my attempt:
$var(Y)=[E(Y^2)]-[E(Y)]^2=[E(p_1p_2)^2]-[E(p_1p_2)]^2=[E(p_1^2p_2^2)]-[E(p_1p_2)]^2$
Usually my process for this is to calculate $E[Y], E[Y^2]$, and then apply the formula (squaring $E[Y]$ as a whole, of course]
So, $E[Y]=E[p_1p_2]=E[p_1]E[p_2]$. Calculating one will give me the other, as they are the exact same.
I notice that $p_1$ is $Geo(theta=0.3)=theta(1-theta)^X$. The expectation is given by $(1-theta)/theta=0.7/0.3=2.33$
This helps me with $E[Y]=(2.33)(2.33)$, but how do I calculate $E[Y^2]$?
probability sequences-and-series random-variables power-series variance
$endgroup$
add a comment |
$begingroup$
Let $p_1$ have $p_x(x) = 0.3*0.7^X$. Let $p_2$ have the exact same $p_x(x) = 0.3*0.7^X$. Assume this is valid for all $xgeq 0$.
Assume that $p_1,p_2$ are independent random variables.
Let $Y=(p_1)(p_2)$. Calculate $var(Y)$.
Here is my attempt:
$var(Y)=[E(Y^2)]-[E(Y)]^2=[E(p_1p_2)^2]-[E(p_1p_2)]^2=[E(p_1^2p_2^2)]-[E(p_1p_2)]^2$
Usually my process for this is to calculate $E[Y], E[Y^2]$, and then apply the formula (squaring $E[Y]$ as a whole, of course]
So, $E[Y]=E[p_1p_2]=E[p_1]E[p_2]$. Calculating one will give me the other, as they are the exact same.
I notice that $p_1$ is $Geo(theta=0.3)=theta(1-theta)^X$. The expectation is given by $(1-theta)/theta=0.7/0.3=2.33$
This helps me with $E[Y]=(2.33)(2.33)$, but how do I calculate $E[Y^2]$?
probability sequences-and-series random-variables power-series variance
$endgroup$
Let $p_1$ have $p_x(x) = 0.3*0.7^X$. Let $p_2$ have the exact same $p_x(x) = 0.3*0.7^X$. Assume this is valid for all $xgeq 0$.
Assume that $p_1,p_2$ are independent random variables.
Let $Y=(p_1)(p_2)$. Calculate $var(Y)$.
Here is my attempt:
$var(Y)=[E(Y^2)]-[E(Y)]^2=[E(p_1p_2)^2]-[E(p_1p_2)]^2=[E(p_1^2p_2^2)]-[E(p_1p_2)]^2$
Usually my process for this is to calculate $E[Y], E[Y^2]$, and then apply the formula (squaring $E[Y]$ as a whole, of course]
So, $E[Y]=E[p_1p_2]=E[p_1]E[p_2]$. Calculating one will give me the other, as they are the exact same.
I notice that $p_1$ is $Geo(theta=0.3)=theta(1-theta)^X$. The expectation is given by $(1-theta)/theta=0.7/0.3=2.33$
This helps me with $E[Y]=(2.33)(2.33)$, but how do I calculate $E[Y^2]$?
probability sequences-and-series random-variables power-series variance
probability sequences-and-series random-variables power-series variance
edited Nov 24 '18 at 1:36
K Split X
asked Nov 24 '18 at 1:23
K Split XK Split X
4,21111031
4,21111031
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
begin{align}
E[Y^2] &= E[p_1^2p_2^2]\
&=E[p_1^2]E[p_2^2]\
&= (Var(p_1)+E[p_1]^2)^2
end{align}
$endgroup$
add a comment |
$begingroup$
Notice that if $p_1$ and $p_2$ are independent then so are $p_1 ^2$ and $p_2 ^2$. Therfore $$
E (p_1 ^2 p_2 ^2) = E (p_1 ^2)E( p_2 ^2)
$$
$endgroup$
add a comment |
$begingroup$
$$E(Y^2){=E(p_1^2p_2^2)\=E(p_1^2)E(p_2^2)}$$according to Geometric distribution(https://en.wikipedia.org/wiki/Geometric_distribution) we obtain $$E(p_1^2)=E(p_2^2)={0.7times 1.7over 0.3^2}={119over 9}$$therefore $$E(Y^2)={14161over 81}approx 174.83$$
$endgroup$
$begingroup$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
$endgroup$
– K Split X
Nov 24 '18 at 16:19
$begingroup$
I calculated $E(X^2)$ from the variance and the mean using $$E(X^2)=mu^2+sigma^2$$. Also i spotted a mistake in my answer that i will fix it soon........
$endgroup$
– Mostafa Ayaz
Nov 24 '18 at 16:27
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%2f3011061%2fcalculate-the-variance-of-this-random-variable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
begin{align}
E[Y^2] &= E[p_1^2p_2^2]\
&=E[p_1^2]E[p_2^2]\
&= (Var(p_1)+E[p_1]^2)^2
end{align}
$endgroup$
add a comment |
$begingroup$
begin{align}
E[Y^2] &= E[p_1^2p_2^2]\
&=E[p_1^2]E[p_2^2]\
&= (Var(p_1)+E[p_1]^2)^2
end{align}
$endgroup$
add a comment |
$begingroup$
begin{align}
E[Y^2] &= E[p_1^2p_2^2]\
&=E[p_1^2]E[p_2^2]\
&= (Var(p_1)+E[p_1]^2)^2
end{align}
$endgroup$
begin{align}
E[Y^2] &= E[p_1^2p_2^2]\
&=E[p_1^2]E[p_2^2]\
&= (Var(p_1)+E[p_1]^2)^2
end{align}
answered Nov 24 '18 at 1:48
Siong Thye GohSiong Thye Goh
100k1465117
100k1465117
add a comment |
add a comment |
$begingroup$
Notice that if $p_1$ and $p_2$ are independent then so are $p_1 ^2$ and $p_2 ^2$. Therfore $$
E (p_1 ^2 p_2 ^2) = E (p_1 ^2)E( p_2 ^2)
$$
$endgroup$
add a comment |
$begingroup$
Notice that if $p_1$ and $p_2$ are independent then so are $p_1 ^2$ and $p_2 ^2$. Therfore $$
E (p_1 ^2 p_2 ^2) = E (p_1 ^2)E( p_2 ^2)
$$
$endgroup$
add a comment |
$begingroup$
Notice that if $p_1$ and $p_2$ are independent then so are $p_1 ^2$ and $p_2 ^2$. Therfore $$
E (p_1 ^2 p_2 ^2) = E (p_1 ^2)E( p_2 ^2)
$$
$endgroup$
Notice that if $p_1$ and $p_2$ are independent then so are $p_1 ^2$ and $p_2 ^2$. Therfore $$
E (p_1 ^2 p_2 ^2) = E (p_1 ^2)E( p_2 ^2)
$$
answered Nov 24 '18 at 1:48
user609189user609189
314
314
add a comment |
add a comment |
$begingroup$
$$E(Y^2){=E(p_1^2p_2^2)\=E(p_1^2)E(p_2^2)}$$according to Geometric distribution(https://en.wikipedia.org/wiki/Geometric_distribution) we obtain $$E(p_1^2)=E(p_2^2)={0.7times 1.7over 0.3^2}={119over 9}$$therefore $$E(Y^2)={14161over 81}approx 174.83$$
$endgroup$
$begingroup$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
$endgroup$
– K Split X
Nov 24 '18 at 16:19
$begingroup$
I calculated $E(X^2)$ from the variance and the mean using $$E(X^2)=mu^2+sigma^2$$. Also i spotted a mistake in my answer that i will fix it soon........
$endgroup$
– Mostafa Ayaz
Nov 24 '18 at 16:27
add a comment |
$begingroup$
$$E(Y^2){=E(p_1^2p_2^2)\=E(p_1^2)E(p_2^2)}$$according to Geometric distribution(https://en.wikipedia.org/wiki/Geometric_distribution) we obtain $$E(p_1^2)=E(p_2^2)={0.7times 1.7over 0.3^2}={119over 9}$$therefore $$E(Y^2)={14161over 81}approx 174.83$$
$endgroup$
$begingroup$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
$endgroup$
– K Split X
Nov 24 '18 at 16:19
$begingroup$
I calculated $E(X^2)$ from the variance and the mean using $$E(X^2)=mu^2+sigma^2$$. Also i spotted a mistake in my answer that i will fix it soon........
$endgroup$
– Mostafa Ayaz
Nov 24 '18 at 16:27
add a comment |
$begingroup$
$$E(Y^2){=E(p_1^2p_2^2)\=E(p_1^2)E(p_2^2)}$$according to Geometric distribution(https://en.wikipedia.org/wiki/Geometric_distribution) we obtain $$E(p_1^2)=E(p_2^2)={0.7times 1.7over 0.3^2}={119over 9}$$therefore $$E(Y^2)={14161over 81}approx 174.83$$
$endgroup$
$$E(Y^2){=E(p_1^2p_2^2)\=E(p_1^2)E(p_2^2)}$$according to Geometric distribution(https://en.wikipedia.org/wiki/Geometric_distribution) we obtain $$E(p_1^2)=E(p_2^2)={0.7times 1.7over 0.3^2}={119over 9}$$therefore $$E(Y^2)={14161over 81}approx 174.83$$
edited Nov 24 '18 at 16:31
answered Nov 24 '18 at 9:41
Mostafa AyazMostafa Ayaz
14.8k3938
14.8k3938
$begingroup$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
$endgroup$
– K Split X
Nov 24 '18 at 16:19
$begingroup$
I calculated $E(X^2)$ from the variance and the mean using $$E(X^2)=mu^2+sigma^2$$. Also i spotted a mistake in my answer that i will fix it soon........
$endgroup$
– Mostafa Ayaz
Nov 24 '18 at 16:27
add a comment |
$begingroup$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
$endgroup$
– K Split X
Nov 24 '18 at 16:19
$begingroup$
I calculated $E(X^2)$ from the variance and the mean using $$E(X^2)=mu^2+sigma^2$$. Also i spotted a mistake in my answer that i will fix it soon........
$endgroup$
– Mostafa Ayaz
Nov 24 '18 at 16:27
$begingroup$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
$endgroup$
– K Split X
Nov 24 '18 at 16:19
$begingroup$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
$endgroup$
– K Split X
Nov 24 '18 at 16:19
$begingroup$
I calculated $E(X^2)$ from the variance and the mean using $$E(X^2)=mu^2+sigma^2$$. Also i spotted a mistake in my answer that i will fix it soon........
$endgroup$
– Mostafa Ayaz
Nov 24 '18 at 16:27
$begingroup$
I calculated $E(X^2)$ from the variance and the mean using $$E(X^2)=mu^2+sigma^2$$. Also i spotted a mistake in my answer that i will fix it soon........
$endgroup$
– Mostafa Ayaz
Nov 24 '18 at 16:27
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%2f3011061%2fcalculate-the-variance-of-this-random-variable%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