Difference of i.i.d. random variables is i.i.d.?
$begingroup$
Let $X_1,... , X_{500}$ be i.i.d. random variables with expected value
2 and variance 3. The random variables $Y_1,..., Y_{500}$ are independent of
the X variables, also i.i.d., but they have expected value 2 and
variance 2. Use the CLT to estimate $P(sum_{i=1}^{500}X_i> sum_{i=1}^{500}Y_i + 50)$. Hint. Use the CLT for the random variables $X_1-Y_1,X_2-Y_2, . . . .$
So following the hint I consider random variables $X_1-Y_1,X_2-Y_2, . . . ,X_{500}-Y_{500}.$ I have an idea how to solve this, using CLT is pretty straightforward, but in order to use the CLT, we need these random variables to be i.i.d, however I'm not sure about that, can somebody clarify this for me? Can we apply CLT?
probability
$endgroup$
add a comment |
$begingroup$
Let $X_1,... , X_{500}$ be i.i.d. random variables with expected value
2 and variance 3. The random variables $Y_1,..., Y_{500}$ are independent of
the X variables, also i.i.d., but they have expected value 2 and
variance 2. Use the CLT to estimate $P(sum_{i=1}^{500}X_i> sum_{i=1}^{500}Y_i + 50)$. Hint. Use the CLT for the random variables $X_1-Y_1,X_2-Y_2, . . . .$
So following the hint I consider random variables $X_1-Y_1,X_2-Y_2, . . . ,X_{500}-Y_{500}.$ I have an idea how to solve this, using CLT is pretty straightforward, but in order to use the CLT, we need these random variables to be i.i.d, however I'm not sure about that, can somebody clarify this for me? Can we apply CLT?
probability
$endgroup$
add a comment |
$begingroup$
Let $X_1,... , X_{500}$ be i.i.d. random variables with expected value
2 and variance 3. The random variables $Y_1,..., Y_{500}$ are independent of
the X variables, also i.i.d., but they have expected value 2 and
variance 2. Use the CLT to estimate $P(sum_{i=1}^{500}X_i> sum_{i=1}^{500}Y_i + 50)$. Hint. Use the CLT for the random variables $X_1-Y_1,X_2-Y_2, . . . .$
So following the hint I consider random variables $X_1-Y_1,X_2-Y_2, . . . ,X_{500}-Y_{500}.$ I have an idea how to solve this, using CLT is pretty straightforward, but in order to use the CLT, we need these random variables to be i.i.d, however I'm not sure about that, can somebody clarify this for me? Can we apply CLT?
probability
$endgroup$
Let $X_1,... , X_{500}$ be i.i.d. random variables with expected value
2 and variance 3. The random variables $Y_1,..., Y_{500}$ are independent of
the X variables, also i.i.d., but they have expected value 2 and
variance 2. Use the CLT to estimate $P(sum_{i=1}^{500}X_i> sum_{i=1}^{500}Y_i + 50)$. Hint. Use the CLT for the random variables $X_1-Y_1,X_2-Y_2, . . . .$
So following the hint I consider random variables $X_1-Y_1,X_2-Y_2, . . . ,X_{500}-Y_{500}.$ I have an idea how to solve this, using CLT is pretty straightforward, but in order to use the CLT, we need these random variables to be i.i.d, however I'm not sure about that, can somebody clarify this for me? Can we apply CLT?
probability
probability
asked Dec 9 '18 at 16:57
dxdydzdxdydz
1869
1869
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes, it's fine to use the CLT in this way.
It's true, though perhaps not quite trivial, that if ${X_i}$ is an iid collection of variables that is independent of ${Y_i}$, another iid collection of variables, then the collection ${X_i - Y_i}$ is an iid collection of variables as well. Independence isn't terribly hard to see; in this problem setup, every subset of $X_i$ and $Y_i$ variables is described to be independent of any other subset of $X_i$ and $Y_i$ variables so long as the subsets don't overlap.
For identical distribution, let's suppose the variables are all continuous and have density functions $f(x)$ for ${X_i}$ and $g(x)$ for ${Y_i}$. The joint density of the pair $(X_1, Y_1)$ would therefore be $f(x)g(x)$ by independence; if you wanted the density of $X_1 - Y_1$, you would do the standard convolution techniques. Nothing would change for the density of $X_2 - Y_2$, or for $X_3 - Y_3$, etc. And if the variables are discrete instead of continuous, then replace "density function" above with "probability function" throughout.
$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%2f3032604%2fdifference-of-i-i-d-random-variables-is-i-i-d%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$
Yes, it's fine to use the CLT in this way.
It's true, though perhaps not quite trivial, that if ${X_i}$ is an iid collection of variables that is independent of ${Y_i}$, another iid collection of variables, then the collection ${X_i - Y_i}$ is an iid collection of variables as well. Independence isn't terribly hard to see; in this problem setup, every subset of $X_i$ and $Y_i$ variables is described to be independent of any other subset of $X_i$ and $Y_i$ variables so long as the subsets don't overlap.
For identical distribution, let's suppose the variables are all continuous and have density functions $f(x)$ for ${X_i}$ and $g(x)$ for ${Y_i}$. The joint density of the pair $(X_1, Y_1)$ would therefore be $f(x)g(x)$ by independence; if you wanted the density of $X_1 - Y_1$, you would do the standard convolution techniques. Nothing would change for the density of $X_2 - Y_2$, or for $X_3 - Y_3$, etc. And if the variables are discrete instead of continuous, then replace "density function" above with "probability function" throughout.
$endgroup$
add a comment |
$begingroup$
Yes, it's fine to use the CLT in this way.
It's true, though perhaps not quite trivial, that if ${X_i}$ is an iid collection of variables that is independent of ${Y_i}$, another iid collection of variables, then the collection ${X_i - Y_i}$ is an iid collection of variables as well. Independence isn't terribly hard to see; in this problem setup, every subset of $X_i$ and $Y_i$ variables is described to be independent of any other subset of $X_i$ and $Y_i$ variables so long as the subsets don't overlap.
For identical distribution, let's suppose the variables are all continuous and have density functions $f(x)$ for ${X_i}$ and $g(x)$ for ${Y_i}$. The joint density of the pair $(X_1, Y_1)$ would therefore be $f(x)g(x)$ by independence; if you wanted the density of $X_1 - Y_1$, you would do the standard convolution techniques. Nothing would change for the density of $X_2 - Y_2$, or for $X_3 - Y_3$, etc. And if the variables are discrete instead of continuous, then replace "density function" above with "probability function" throughout.
$endgroup$
add a comment |
$begingroup$
Yes, it's fine to use the CLT in this way.
It's true, though perhaps not quite trivial, that if ${X_i}$ is an iid collection of variables that is independent of ${Y_i}$, another iid collection of variables, then the collection ${X_i - Y_i}$ is an iid collection of variables as well. Independence isn't terribly hard to see; in this problem setup, every subset of $X_i$ and $Y_i$ variables is described to be independent of any other subset of $X_i$ and $Y_i$ variables so long as the subsets don't overlap.
For identical distribution, let's suppose the variables are all continuous and have density functions $f(x)$ for ${X_i}$ and $g(x)$ for ${Y_i}$. The joint density of the pair $(X_1, Y_1)$ would therefore be $f(x)g(x)$ by independence; if you wanted the density of $X_1 - Y_1$, you would do the standard convolution techniques. Nothing would change for the density of $X_2 - Y_2$, or for $X_3 - Y_3$, etc. And if the variables are discrete instead of continuous, then replace "density function" above with "probability function" throughout.
$endgroup$
Yes, it's fine to use the CLT in this way.
It's true, though perhaps not quite trivial, that if ${X_i}$ is an iid collection of variables that is independent of ${Y_i}$, another iid collection of variables, then the collection ${X_i - Y_i}$ is an iid collection of variables as well. Independence isn't terribly hard to see; in this problem setup, every subset of $X_i$ and $Y_i$ variables is described to be independent of any other subset of $X_i$ and $Y_i$ variables so long as the subsets don't overlap.
For identical distribution, let's suppose the variables are all continuous and have density functions $f(x)$ for ${X_i}$ and $g(x)$ for ${Y_i}$. The joint density of the pair $(X_1, Y_1)$ would therefore be $f(x)g(x)$ by independence; if you wanted the density of $X_1 - Y_1$, you would do the standard convolution techniques. Nothing would change for the density of $X_2 - Y_2$, or for $X_3 - Y_3$, etc. And if the variables are discrete instead of continuous, then replace "density function" above with "probability function" throughout.
answered Dec 9 '18 at 17:52
Aaron MontgomeryAaron Montgomery
4,732523
4,732523
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%2f3032604%2fdifference-of-i-i-d-random-variables-is-i-i-d%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