Linear combination of normal distribution which is not normal
$begingroup$
Let $xi_1, xi_2$ be i.i.d N(0,1).
Define
$(X_1,X_2)=begin{cases}
(xi_1, |xi_2|) quad xi_1 geq 0 \
(xi_1,-|xi_2|) quad xi_1 < 0
end{cases}$
This means we can rewrite $X_1=xi_1$ and $X_2=sgn(xi_1)|xi_2|$
I proved that $X_1$ and $X_2$ are uncorrelated standard normal distributions.
Now I have to prove that they are not bivariate gaussian.
I wanted to use the statement that says that $(X_1,X_2)$ are distributed as a bivariate gaussian if each linear combination of them is normally distributed. I want to find a counterexample of a linear combination for which this is not true but I cannot. Can someone suggest me one?
probability normal-distribution bivariate-distributions
$endgroup$
add a comment |
$begingroup$
Let $xi_1, xi_2$ be i.i.d N(0,1).
Define
$(X_1,X_2)=begin{cases}
(xi_1, |xi_2|) quad xi_1 geq 0 \
(xi_1,-|xi_2|) quad xi_1 < 0
end{cases}$
This means we can rewrite $X_1=xi_1$ and $X_2=sgn(xi_1)|xi_2|$
I proved that $X_1$ and $X_2$ are uncorrelated standard normal distributions.
Now I have to prove that they are not bivariate gaussian.
I wanted to use the statement that says that $(X_1,X_2)$ are distributed as a bivariate gaussian if each linear combination of them is normally distributed. I want to find a counterexample of a linear combination for which this is not true but I cannot. Can someone suggest me one?
probability normal-distribution bivariate-distributions
$endgroup$
1
$begingroup$
What about using $X_1X_2ge 0$?
$endgroup$
– Song
Jan 17 at 10:51
$begingroup$
What do you mean?
$endgroup$
– ank13
Jan 17 at 11:01
$begingroup$
Note that $X_1X_2=|xi_1||xi_2|ge0$ with probability $1$, so that $(X_1,X_2)$ cannot be bivariate normal.
$endgroup$
– StubbornAtom
Jan 17 at 12:17
add a comment |
$begingroup$
Let $xi_1, xi_2$ be i.i.d N(0,1).
Define
$(X_1,X_2)=begin{cases}
(xi_1, |xi_2|) quad xi_1 geq 0 \
(xi_1,-|xi_2|) quad xi_1 < 0
end{cases}$
This means we can rewrite $X_1=xi_1$ and $X_2=sgn(xi_1)|xi_2|$
I proved that $X_1$ and $X_2$ are uncorrelated standard normal distributions.
Now I have to prove that they are not bivariate gaussian.
I wanted to use the statement that says that $(X_1,X_2)$ are distributed as a bivariate gaussian if each linear combination of them is normally distributed. I want to find a counterexample of a linear combination for which this is not true but I cannot. Can someone suggest me one?
probability normal-distribution bivariate-distributions
$endgroup$
Let $xi_1, xi_2$ be i.i.d N(0,1).
Define
$(X_1,X_2)=begin{cases}
(xi_1, |xi_2|) quad xi_1 geq 0 \
(xi_1,-|xi_2|) quad xi_1 < 0
end{cases}$
This means we can rewrite $X_1=xi_1$ and $X_2=sgn(xi_1)|xi_2|$
I proved that $X_1$ and $X_2$ are uncorrelated standard normal distributions.
Now I have to prove that they are not bivariate gaussian.
I wanted to use the statement that says that $(X_1,X_2)$ are distributed as a bivariate gaussian if each linear combination of them is normally distributed. I want to find a counterexample of a linear combination for which this is not true but I cannot. Can someone suggest me one?
probability normal-distribution bivariate-distributions
probability normal-distribution bivariate-distributions
asked Jan 17 at 10:40
ank13ank13
255
255
1
$begingroup$
What about using $X_1X_2ge 0$?
$endgroup$
– Song
Jan 17 at 10:51
$begingroup$
What do you mean?
$endgroup$
– ank13
Jan 17 at 11:01
$begingroup$
Note that $X_1X_2=|xi_1||xi_2|ge0$ with probability $1$, so that $(X_1,X_2)$ cannot be bivariate normal.
$endgroup$
– StubbornAtom
Jan 17 at 12:17
add a comment |
1
$begingroup$
What about using $X_1X_2ge 0$?
$endgroup$
– Song
Jan 17 at 10:51
$begingroup$
What do you mean?
$endgroup$
– ank13
Jan 17 at 11:01
$begingroup$
Note that $X_1X_2=|xi_1||xi_2|ge0$ with probability $1$, so that $(X_1,X_2)$ cannot be bivariate normal.
$endgroup$
– StubbornAtom
Jan 17 at 12:17
1
1
$begingroup$
What about using $X_1X_2ge 0$?
$endgroup$
– Song
Jan 17 at 10:51
$begingroup$
What about using $X_1X_2ge 0$?
$endgroup$
– Song
Jan 17 at 10:51
$begingroup$
What do you mean?
$endgroup$
– ank13
Jan 17 at 11:01
$begingroup$
What do you mean?
$endgroup$
– ank13
Jan 17 at 11:01
$begingroup$
Note that $X_1X_2=|xi_1||xi_2|ge0$ with probability $1$, so that $(X_1,X_2)$ cannot be bivariate normal.
$endgroup$
– StubbornAtom
Jan 17 at 12:17
$begingroup$
Note that $X_1X_2=|xi_1||xi_2|ge0$ with probability $1$, so that $(X_1,X_2)$ cannot be bivariate normal.
$endgroup$
– StubbornAtom
Jan 17 at 12:17
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
First a correction: how did you conclude that $X_1$ and $X_2$ are uncorrelated? $EX_1=0$ and $X_1X_2 geq 0$, $EX_1X_2 >0$ so covariance of $X_1$ and $X_2$ is strictly positive.
If $(X_1,X_2)$ has a bivariate normal distribution then $E(X_2|X_1)=cX_1+d$ for some constants $c$ and $d$. Here $E(X_2|X_1)=E(X_2|xi_1)=I_{xi_1 geq 0} E|xi_2|-I_{xi_1 < 0} E|xi_2|$ which is clearly not of the type $cxi_1+d$. [The left side takes three values].
$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%2f3076834%2flinear-combination-of-normal-distribution-which-is-not-normal%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$
First a correction: how did you conclude that $X_1$ and $X_2$ are uncorrelated? $EX_1=0$ and $X_1X_2 geq 0$, $EX_1X_2 >0$ so covariance of $X_1$ and $X_2$ is strictly positive.
If $(X_1,X_2)$ has a bivariate normal distribution then $E(X_2|X_1)=cX_1+d$ for some constants $c$ and $d$. Here $E(X_2|X_1)=E(X_2|xi_1)=I_{xi_1 geq 0} E|xi_2|-I_{xi_1 < 0} E|xi_2|$ which is clearly not of the type $cxi_1+d$. [The left side takes three values].
$endgroup$
add a comment |
$begingroup$
First a correction: how did you conclude that $X_1$ and $X_2$ are uncorrelated? $EX_1=0$ and $X_1X_2 geq 0$, $EX_1X_2 >0$ so covariance of $X_1$ and $X_2$ is strictly positive.
If $(X_1,X_2)$ has a bivariate normal distribution then $E(X_2|X_1)=cX_1+d$ for some constants $c$ and $d$. Here $E(X_2|X_1)=E(X_2|xi_1)=I_{xi_1 geq 0} E|xi_2|-I_{xi_1 < 0} E|xi_2|$ which is clearly not of the type $cxi_1+d$. [The left side takes three values].
$endgroup$
add a comment |
$begingroup$
First a correction: how did you conclude that $X_1$ and $X_2$ are uncorrelated? $EX_1=0$ and $X_1X_2 geq 0$, $EX_1X_2 >0$ so covariance of $X_1$ and $X_2$ is strictly positive.
If $(X_1,X_2)$ has a bivariate normal distribution then $E(X_2|X_1)=cX_1+d$ for some constants $c$ and $d$. Here $E(X_2|X_1)=E(X_2|xi_1)=I_{xi_1 geq 0} E|xi_2|-I_{xi_1 < 0} E|xi_2|$ which is clearly not of the type $cxi_1+d$. [The left side takes three values].
$endgroup$
First a correction: how did you conclude that $X_1$ and $X_2$ are uncorrelated? $EX_1=0$ and $X_1X_2 geq 0$, $EX_1X_2 >0$ so covariance of $X_1$ and $X_2$ is strictly positive.
If $(X_1,X_2)$ has a bivariate normal distribution then $E(X_2|X_1)=cX_1+d$ for some constants $c$ and $d$. Here $E(X_2|X_1)=E(X_2|xi_1)=I_{xi_1 geq 0} E|xi_2|-I_{xi_1 < 0} E|xi_2|$ which is clearly not of the type $cxi_1+d$. [The left side takes three values].
edited Jan 17 at 23:20
answered Jan 17 at 12:22
Kavi Rama MurthyKavi Rama Murthy
59.2k42161
59.2k42161
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%2f3076834%2flinear-combination-of-normal-distribution-which-is-not-normal%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
1
$begingroup$
What about using $X_1X_2ge 0$?
$endgroup$
– Song
Jan 17 at 10:51
$begingroup$
What do you mean?
$endgroup$
– ank13
Jan 17 at 11:01
$begingroup$
Note that $X_1X_2=|xi_1||xi_2|ge0$ with probability $1$, so that $(X_1,X_2)$ cannot be bivariate normal.
$endgroup$
– StubbornAtom
Jan 17 at 12:17