Are uniformly distributed random variables $X$, $X^2$ (in)dependent?
$begingroup$
We have a random variable $X sim U[-1,1]$. I should find out whether $X, X^2$ are independent or not. I have shown that $textrm{cov}(X,Y) = 0$ and that PDFs are $f_X(x) = frac{1}{2} $ for $x in [-1,1]$ and $0 $ else and $f_{X^2}(x) = frac{1}{2sqrt{x}}$ for $x in [0,1]$ and $0$ else.
However I am not sure how to show that they are (in)dependent.
probability uniform-distribution
$endgroup$
add a comment |
$begingroup$
We have a random variable $X sim U[-1,1]$. I should find out whether $X, X^2$ are independent or not. I have shown that $textrm{cov}(X,Y) = 0$ and that PDFs are $f_X(x) = frac{1}{2} $ for $x in [-1,1]$ and $0 $ else and $f_{X^2}(x) = frac{1}{2sqrt{x}}$ for $x in [0,1]$ and $0$ else.
However I am not sure how to show that they are (in)dependent.
probability uniform-distribution
$endgroup$
$begingroup$
Try to see if the definition of independence holds.
$endgroup$
– LoveTooNap29
Dec 19 '18 at 15:53
add a comment |
$begingroup$
We have a random variable $X sim U[-1,1]$. I should find out whether $X, X^2$ are independent or not. I have shown that $textrm{cov}(X,Y) = 0$ and that PDFs are $f_X(x) = frac{1}{2} $ for $x in [-1,1]$ and $0 $ else and $f_{X^2}(x) = frac{1}{2sqrt{x}}$ for $x in [0,1]$ and $0$ else.
However I am not sure how to show that they are (in)dependent.
probability uniform-distribution
$endgroup$
We have a random variable $X sim U[-1,1]$. I should find out whether $X, X^2$ are independent or not. I have shown that $textrm{cov}(X,Y) = 0$ and that PDFs are $f_X(x) = frac{1}{2} $ for $x in [-1,1]$ and $0 $ else and $f_{X^2}(x) = frac{1}{2sqrt{x}}$ for $x in [0,1]$ and $0$ else.
However I am not sure how to show that they are (in)dependent.
probability uniform-distribution
probability uniform-distribution
edited Dec 20 '18 at 8:14
Björn Friedrich
2,66961831
2,66961831
asked Dec 19 '18 at 15:36
dwarf_dzdwarf_dz
1
1
$begingroup$
Try to see if the definition of independence holds.
$endgroup$
– LoveTooNap29
Dec 19 '18 at 15:53
add a comment |
$begingroup$
Try to see if the definition of independence holds.
$endgroup$
– LoveTooNap29
Dec 19 '18 at 15:53
$begingroup$
Try to see if the definition of independence holds.
$endgroup$
– LoveTooNap29
Dec 19 '18 at 15:53
$begingroup$
Try to see if the definition of independence holds.
$endgroup$
– LoveTooNap29
Dec 19 '18 at 15:53
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Hint:
begin{align}
P(X^2 le frac14, -frac12 le X le frac12) &= P( -frac12 le X le frac12)= frac12
end{align}
$endgroup$
add a comment |
$begingroup$
For proving that $X$ and $X^2$ are not independent it is enough to find Borel set $A,B$ such that:$$P(Xin A,X^2in B)neq P(Xin A)P(X^2in B)$$
Give it a try for e.g. $A=[frac12,1]$ and $B=[frac14,1]$.
$endgroup$
$begingroup$
For proving independence?
$endgroup$
– NCh
Dec 20 '18 at 1:11
$begingroup$
@NCh Thanks for attending me. Repaired.
$endgroup$
– drhab
Dec 20 '18 at 7:57
add a comment |
$begingroup$
They are dependent, since knowing the value of one variable updates your probability distribution for the other. To know $X$ is to know $X^2$.
$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%2f3046516%2fare-uniformly-distributed-random-variables-x-x2-independent%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$
Hint:
begin{align}
P(X^2 le frac14, -frac12 le X le frac12) &= P( -frac12 le X le frac12)= frac12
end{align}
$endgroup$
add a comment |
$begingroup$
Hint:
begin{align}
P(X^2 le frac14, -frac12 le X le frac12) &= P( -frac12 le X le frac12)= frac12
end{align}
$endgroup$
add a comment |
$begingroup$
Hint:
begin{align}
P(X^2 le frac14, -frac12 le X le frac12) &= P( -frac12 le X le frac12)= frac12
end{align}
$endgroup$
Hint:
begin{align}
P(X^2 le frac14, -frac12 le X le frac12) &= P( -frac12 le X le frac12)= frac12
end{align}
answered Dec 19 '18 at 15:42
Siong Thye GohSiong Thye Goh
101k1466118
101k1466118
add a comment |
add a comment |
$begingroup$
For proving that $X$ and $X^2$ are not independent it is enough to find Borel set $A,B$ such that:$$P(Xin A,X^2in B)neq P(Xin A)P(X^2in B)$$
Give it a try for e.g. $A=[frac12,1]$ and $B=[frac14,1]$.
$endgroup$
$begingroup$
For proving independence?
$endgroup$
– NCh
Dec 20 '18 at 1:11
$begingroup$
@NCh Thanks for attending me. Repaired.
$endgroup$
– drhab
Dec 20 '18 at 7:57
add a comment |
$begingroup$
For proving that $X$ and $X^2$ are not independent it is enough to find Borel set $A,B$ such that:$$P(Xin A,X^2in B)neq P(Xin A)P(X^2in B)$$
Give it a try for e.g. $A=[frac12,1]$ and $B=[frac14,1]$.
$endgroup$
$begingroup$
For proving independence?
$endgroup$
– NCh
Dec 20 '18 at 1:11
$begingroup$
@NCh Thanks for attending me. Repaired.
$endgroup$
– drhab
Dec 20 '18 at 7:57
add a comment |
$begingroup$
For proving that $X$ and $X^2$ are not independent it is enough to find Borel set $A,B$ such that:$$P(Xin A,X^2in B)neq P(Xin A)P(X^2in B)$$
Give it a try for e.g. $A=[frac12,1]$ and $B=[frac14,1]$.
$endgroup$
For proving that $X$ and $X^2$ are not independent it is enough to find Borel set $A,B$ such that:$$P(Xin A,X^2in B)neq P(Xin A)P(X^2in B)$$
Give it a try for e.g. $A=[frac12,1]$ and $B=[frac14,1]$.
edited Dec 20 '18 at 7:57
answered Dec 19 '18 at 15:46
drhabdrhab
101k545136
101k545136
$begingroup$
For proving independence?
$endgroup$
– NCh
Dec 20 '18 at 1:11
$begingroup$
@NCh Thanks for attending me. Repaired.
$endgroup$
– drhab
Dec 20 '18 at 7:57
add a comment |
$begingroup$
For proving independence?
$endgroup$
– NCh
Dec 20 '18 at 1:11
$begingroup$
@NCh Thanks for attending me. Repaired.
$endgroup$
– drhab
Dec 20 '18 at 7:57
$begingroup$
For proving independence?
$endgroup$
– NCh
Dec 20 '18 at 1:11
$begingroup$
For proving independence?
$endgroup$
– NCh
Dec 20 '18 at 1:11
$begingroup$
@NCh Thanks for attending me. Repaired.
$endgroup$
– drhab
Dec 20 '18 at 7:57
$begingroup$
@NCh Thanks for attending me. Repaired.
$endgroup$
– drhab
Dec 20 '18 at 7:57
add a comment |
$begingroup$
They are dependent, since knowing the value of one variable updates your probability distribution for the other. To know $X$ is to know $X^2$.
$endgroup$
add a comment |
$begingroup$
They are dependent, since knowing the value of one variable updates your probability distribution for the other. To know $X$ is to know $X^2$.
$endgroup$
add a comment |
$begingroup$
They are dependent, since knowing the value of one variable updates your probability distribution for the other. To know $X$ is to know $X^2$.
$endgroup$
They are dependent, since knowing the value of one variable updates your probability distribution for the other. To know $X$ is to know $X^2$.
answered Dec 19 '18 at 15:45
J.G.J.G.
26.9k22742
26.9k22742
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%2f3046516%2fare-uniformly-distributed-random-variables-x-x2-independent%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
$begingroup$
Try to see if the definition of independence holds.
$endgroup$
– LoveTooNap29
Dec 19 '18 at 15:53