Finding the variance of $0.2(0.8)^x$, where $x = 0, 1, 2, 3 …$
the question asks for the expected value as well as variance of the above question.
I've attached a picture of my answer for the mean, but i can't use similar reasoning for the variance.
probability discrete-mathematics probability-distributions variance expected-value
add a comment |
the question asks for the expected value as well as variance of the above question.
I've attached a picture of my answer for the mean, but i can't use similar reasoning for the variance.
probability discrete-mathematics probability-distributions variance expected-value
What rules do you use? If you need to find variance for F(X) rather than just the special case F(X)=X, this may help: stats.stackexchange.com/questions/5782/…
– NoChance
Nov 21 '18 at 10:10
add a comment |
the question asks for the expected value as well as variance of the above question.
I've attached a picture of my answer for the mean, but i can't use similar reasoning for the variance.
probability discrete-mathematics probability-distributions variance expected-value
the question asks for the expected value as well as variance of the above question.
I've attached a picture of my answer for the mean, but i can't use similar reasoning for the variance.
probability discrete-mathematics probability-distributions variance expected-value
probability discrete-mathematics probability-distributions variance expected-value
edited Nov 21 '18 at 9:48
idea
2,15441025
2,15441025
asked Nov 20 '18 at 15:56
Vanessa
656
656
What rules do you use? If you need to find variance for F(X) rather than just the special case F(X)=X, this may help: stats.stackexchange.com/questions/5782/…
– NoChance
Nov 21 '18 at 10:10
add a comment |
What rules do you use? If you need to find variance for F(X) rather than just the special case F(X)=X, this may help: stats.stackexchange.com/questions/5782/…
– NoChance
Nov 21 '18 at 10:10
What rules do you use? If you need to find variance for F(X) rather than just the special case F(X)=X, this may help: stats.stackexchange.com/questions/5782/…
– NoChance
Nov 21 '18 at 10:10
What rules do you use? If you need to find variance for F(X) rather than just the special case F(X)=X, this may help: stats.stackexchange.com/questions/5782/…
– NoChance
Nov 21 '18 at 10:10
add a comment |
1 Answer
1
active
oldest
votes
$P(X=n) = (1-p)^{n-1}p$, if $X$ is a geometric random variable.
$mathbb{E}[X] = sum_{n=1}^infty nP(X=n)$
$ = sum_{n=1}^infty n(1-p)^{n-1}p$
Let $S = sum_{n=1}^infty nq^{n-1}$ for some $q in (0,1)$.
$S = 1 + 2q + 3 q^2 + ;...$
$qS = ;;;;;q + 2q^2+ ;...$
$(1-q)S = 1 + q + q^2 + ;... = frac{1}{1-q}$
implying $S = frac{1}{(1-q)^2}$.
Using this result, we get:
$mathbb{E}[X] = frac{p}{(1-(1-p))^2} = frac{1}{p}$.
$mathbb{E}[X^2] = sum_{n=1}^infty n^2P(X=n) $
$= sum_{n=1}^infty n^2(1-p)^{n-1}p $
Let $S = sum_{n=1}^infty n^2 q^{n-1}$ for some $q in (0,1)$.
$S = 1 + 4q + 9q^2 + ; ... $
$qS = ;;;;; q+4q^2+;... $
$(1-q)S = 1 + 3q + 5q^2 + ;...$
$q(1-q)S = ;;;; q +3q^2 + ;...$
$(1-q)^2S = 1 + 2q + 2q^2 + ; ... = 1 + 2q(1+q+q^2+ ; ...)$
$(1-q)^2S = 1 + frac{2q}{1-q} = frac{1+q}{1-q} $
implying $S = frac{1+q}{(1-q)^3}$.
Using this result, we get:
$mathbb{E}[X^2] = frac{p(1+1-p)}{(1-(1-p))^3} = frac{2-p}{p^2} $.
Finally, $Var(X) = mathbb{E}[X^2] - mathbb{E}[X]^2 = frac{2-p}{p^2} - frac{1}{p^2} = frac{1-p}{p^2}$.
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%2f3006491%2ffinding-the-variance-of-0-20-8x-where-x-0-1-2-3%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
$P(X=n) = (1-p)^{n-1}p$, if $X$ is a geometric random variable.
$mathbb{E}[X] = sum_{n=1}^infty nP(X=n)$
$ = sum_{n=1}^infty n(1-p)^{n-1}p$
Let $S = sum_{n=1}^infty nq^{n-1}$ for some $q in (0,1)$.
$S = 1 + 2q + 3 q^2 + ;...$
$qS = ;;;;;q + 2q^2+ ;...$
$(1-q)S = 1 + q + q^2 + ;... = frac{1}{1-q}$
implying $S = frac{1}{(1-q)^2}$.
Using this result, we get:
$mathbb{E}[X] = frac{p}{(1-(1-p))^2} = frac{1}{p}$.
$mathbb{E}[X^2] = sum_{n=1}^infty n^2P(X=n) $
$= sum_{n=1}^infty n^2(1-p)^{n-1}p $
Let $S = sum_{n=1}^infty n^2 q^{n-1}$ for some $q in (0,1)$.
$S = 1 + 4q + 9q^2 + ; ... $
$qS = ;;;;; q+4q^2+;... $
$(1-q)S = 1 + 3q + 5q^2 + ;...$
$q(1-q)S = ;;;; q +3q^2 + ;...$
$(1-q)^2S = 1 + 2q + 2q^2 + ; ... = 1 + 2q(1+q+q^2+ ; ...)$
$(1-q)^2S = 1 + frac{2q}{1-q} = frac{1+q}{1-q} $
implying $S = frac{1+q}{(1-q)^3}$.
Using this result, we get:
$mathbb{E}[X^2] = frac{p(1+1-p)}{(1-(1-p))^3} = frac{2-p}{p^2} $.
Finally, $Var(X) = mathbb{E}[X^2] - mathbb{E}[X]^2 = frac{2-p}{p^2} - frac{1}{p^2} = frac{1-p}{p^2}$.
add a comment |
$P(X=n) = (1-p)^{n-1}p$, if $X$ is a geometric random variable.
$mathbb{E}[X] = sum_{n=1}^infty nP(X=n)$
$ = sum_{n=1}^infty n(1-p)^{n-1}p$
Let $S = sum_{n=1}^infty nq^{n-1}$ for some $q in (0,1)$.
$S = 1 + 2q + 3 q^2 + ;...$
$qS = ;;;;;q + 2q^2+ ;...$
$(1-q)S = 1 + q + q^2 + ;... = frac{1}{1-q}$
implying $S = frac{1}{(1-q)^2}$.
Using this result, we get:
$mathbb{E}[X] = frac{p}{(1-(1-p))^2} = frac{1}{p}$.
$mathbb{E}[X^2] = sum_{n=1}^infty n^2P(X=n) $
$= sum_{n=1}^infty n^2(1-p)^{n-1}p $
Let $S = sum_{n=1}^infty n^2 q^{n-1}$ for some $q in (0,1)$.
$S = 1 + 4q + 9q^2 + ; ... $
$qS = ;;;;; q+4q^2+;... $
$(1-q)S = 1 + 3q + 5q^2 + ;...$
$q(1-q)S = ;;;; q +3q^2 + ;...$
$(1-q)^2S = 1 + 2q + 2q^2 + ; ... = 1 + 2q(1+q+q^2+ ; ...)$
$(1-q)^2S = 1 + frac{2q}{1-q} = frac{1+q}{1-q} $
implying $S = frac{1+q}{(1-q)^3}$.
Using this result, we get:
$mathbb{E}[X^2] = frac{p(1+1-p)}{(1-(1-p))^3} = frac{2-p}{p^2} $.
Finally, $Var(X) = mathbb{E}[X^2] - mathbb{E}[X]^2 = frac{2-p}{p^2} - frac{1}{p^2} = frac{1-p}{p^2}$.
add a comment |
$P(X=n) = (1-p)^{n-1}p$, if $X$ is a geometric random variable.
$mathbb{E}[X] = sum_{n=1}^infty nP(X=n)$
$ = sum_{n=1}^infty n(1-p)^{n-1}p$
Let $S = sum_{n=1}^infty nq^{n-1}$ for some $q in (0,1)$.
$S = 1 + 2q + 3 q^2 + ;...$
$qS = ;;;;;q + 2q^2+ ;...$
$(1-q)S = 1 + q + q^2 + ;... = frac{1}{1-q}$
implying $S = frac{1}{(1-q)^2}$.
Using this result, we get:
$mathbb{E}[X] = frac{p}{(1-(1-p))^2} = frac{1}{p}$.
$mathbb{E}[X^2] = sum_{n=1}^infty n^2P(X=n) $
$= sum_{n=1}^infty n^2(1-p)^{n-1}p $
Let $S = sum_{n=1}^infty n^2 q^{n-1}$ for some $q in (0,1)$.
$S = 1 + 4q + 9q^2 + ; ... $
$qS = ;;;;; q+4q^2+;... $
$(1-q)S = 1 + 3q + 5q^2 + ;...$
$q(1-q)S = ;;;; q +3q^2 + ;...$
$(1-q)^2S = 1 + 2q + 2q^2 + ; ... = 1 + 2q(1+q+q^2+ ; ...)$
$(1-q)^2S = 1 + frac{2q}{1-q} = frac{1+q}{1-q} $
implying $S = frac{1+q}{(1-q)^3}$.
Using this result, we get:
$mathbb{E}[X^2] = frac{p(1+1-p)}{(1-(1-p))^3} = frac{2-p}{p^2} $.
Finally, $Var(X) = mathbb{E}[X^2] - mathbb{E}[X]^2 = frac{2-p}{p^2} - frac{1}{p^2} = frac{1-p}{p^2}$.
$P(X=n) = (1-p)^{n-1}p$, if $X$ is a geometric random variable.
$mathbb{E}[X] = sum_{n=1}^infty nP(X=n)$
$ = sum_{n=1}^infty n(1-p)^{n-1}p$
Let $S = sum_{n=1}^infty nq^{n-1}$ for some $q in (0,1)$.
$S = 1 + 2q + 3 q^2 + ;...$
$qS = ;;;;;q + 2q^2+ ;...$
$(1-q)S = 1 + q + q^2 + ;... = frac{1}{1-q}$
implying $S = frac{1}{(1-q)^2}$.
Using this result, we get:
$mathbb{E}[X] = frac{p}{(1-(1-p))^2} = frac{1}{p}$.
$mathbb{E}[X^2] = sum_{n=1}^infty n^2P(X=n) $
$= sum_{n=1}^infty n^2(1-p)^{n-1}p $
Let $S = sum_{n=1}^infty n^2 q^{n-1}$ for some $q in (0,1)$.
$S = 1 + 4q + 9q^2 + ; ... $
$qS = ;;;;; q+4q^2+;... $
$(1-q)S = 1 + 3q + 5q^2 + ;...$
$q(1-q)S = ;;;; q +3q^2 + ;...$
$(1-q)^2S = 1 + 2q + 2q^2 + ; ... = 1 + 2q(1+q+q^2+ ; ...)$
$(1-q)^2S = 1 + frac{2q}{1-q} = frac{1+q}{1-q} $
implying $S = frac{1+q}{(1-q)^3}$.
Using this result, we get:
$mathbb{E}[X^2] = frac{p(1+1-p)}{(1-(1-p))^3} = frac{2-p}{p^2} $.
Finally, $Var(X) = mathbb{E}[X^2] - mathbb{E}[X]^2 = frac{2-p}{p^2} - frac{1}{p^2} = frac{1-p}{p^2}$.
answered Nov 22 '18 at 8:42
Aditya Dua
80418
80418
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.
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%2f3006491%2ffinding-the-variance-of-0-20-8x-where-x-0-1-2-3%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
What rules do you use? If you need to find variance for F(X) rather than just the special case F(X)=X, this may help: stats.stackexchange.com/questions/5782/…
– NoChance
Nov 21 '18 at 10:10