Calculate the variance of this random variable
up vote
0
down vote
favorite
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
add a comment |
up vote
0
down vote
favorite
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
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
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 at 1:36
asked Nov 24 at 1:23
K Split X
4,12911031
4,12911031
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
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}
add a comment |
up vote
0
down vote
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)
$$
add a comment |
up vote
0
down vote
$$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$$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
– K Split X
Nov 24 at 16:19
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........
– Mostafa Ayaz
Nov 24 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',
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
up vote
1
down vote
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}
add a comment |
up vote
1
down vote
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}
add a comment |
up vote
1
down vote
up vote
1
down vote
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}
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 at 1:48
Siong Thye Goh
98k1463116
98k1463116
add a comment |
add a comment |
up vote
0
down vote
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)
$$
add a comment |
up vote
0
down vote
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)
$$
add a comment |
up vote
0
down vote
up vote
0
down vote
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)
$$
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 at 1:48
user609189
314
314
add a comment |
add a comment |
up vote
0
down vote
$$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$$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
– K Split X
Nov 24 at 16:19
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........
– Mostafa Ayaz
Nov 24 at 16:27
add a comment |
up vote
0
down vote
$$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$$
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
– K Split X
Nov 24 at 16:19
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........
– Mostafa Ayaz
Nov 24 at 16:27
add a comment |
up vote
0
down vote
up vote
0
down vote
$$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$$
$$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 at 16:31
answered Nov 24 at 9:41
Mostafa Ayaz
13.6k3836
13.6k3836
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
– K Split X
Nov 24 at 16:19
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........
– Mostafa Ayaz
Nov 24 at 16:27
add a comment |
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
– K Split X
Nov 24 at 16:19
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........
– Mostafa Ayaz
Nov 24 at 16:27
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
– K Split X
Nov 24 at 16:19
How did you calculate $E(p_1^2)$? The formula on wikipedia is for $E(X)$, not $E(X^2)$?
– K Split X
Nov 24 at 16:19
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........
– Mostafa Ayaz
Nov 24 at 16:27
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........
– Mostafa Ayaz
Nov 24 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.
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%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