nonlinear transform of Gaussian random variable that preserves GaussianityNonlinear transform of two random variables for GaussianityGeometric Random VariableConditional Expectation as a random variable of independent rendom variablesNonlinear transform of two random variables for GaussianityAutocorrelation of Truncated Gaussian Random ProcessConditional PDF on Gaussian random vectorsShowing convergence of a random variable in distribution to a standard normal random variableWhat is the expectation of norm of $[X_1,ldots, X_n]$ where $X_i$ are indpendent complex Gaussian random variablesFirst two moments of $sin(X_1)/sin(X_2)$ where $X_1$ and $X_2$ are independent Gaussian random variablesConditional probability of equality of uniform distributed random variablePartial regression coefficient calculated in two different ways
is the intersection of subgroups a subgroup of each subgroup
Arthur Somervell: 1000 Exercises - Meaning of this notation
What are the differences between the usage of 'it' and 'they'?
To string or not to string
What does it mean to describe someone as a butt steak?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
What's the output of a record cartridge playing an out-of-speed record
Can I make popcorn with any corn?
How old can references or sources in a thesis be?
The use of multiple foreign keys on same column in SQL Server
Test if tikzmark exists on same page
How to test if a transaction is standard without spending real money?
How does one intimidate enemies without having the capacity for violence?
What does "Puller Prush Person" mean?
Is this a crack on the carbon frame?
How can bays and straits be determined in a procedurally generated map?
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Minkowski space
Fencing style for blades that can attack from a distance
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Have astronauts in space suits ever taken selfies? If so, how?
What typically incentivizes a professor to change jobs to a lower ranking university?
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
Risk of getting Chronic Wasting Disease (CWD) in the United States?
nonlinear transform of Gaussian random variable that preserves Gaussianity
Nonlinear transform of two random variables for GaussianityGeometric Random VariableConditional Expectation as a random variable of independent rendom variablesNonlinear transform of two random variables for GaussianityAutocorrelation of Truncated Gaussian Random ProcessConditional PDF on Gaussian random vectorsShowing convergence of a random variable in distribution to a standard normal random variableWhat is the expectation of norm of $[X_1,ldots, X_n]$ where $X_i$ are indpendent complex Gaussian random variablesFirst two moments of $sin(X_1)/sin(X_2)$ where $X_1$ and $X_2$ are independent Gaussian random variablesConditional probability of equality of uniform distributed random variablePartial regression coefficient calculated in two different ways
$begingroup$
I recently know that following results.
suppose that $x_1, x_2, x_3$ are independent real Gaussian random variables with $mathcalN(0, 1)$. Then
$$
fracx_1 + x_2 x_3sqrt1+x_3^2 sim mathcalN(0, 1)
$$
We can prove this result by direct computing. But I am wondering if there is a simpler way. Also, since this result is interesting. I am wondering if there is any generalization
Thanks
random-variables random
$endgroup$
add a comment |
$begingroup$
I recently know that following results.
suppose that $x_1, x_2, x_3$ are independent real Gaussian random variables with $mathcalN(0, 1)$. Then
$$
fracx_1 + x_2 x_3sqrt1+x_3^2 sim mathcalN(0, 1)
$$
We can prove this result by direct computing. But I am wondering if there is a simpler way. Also, since this result is interesting. I am wondering if there is any generalization
Thanks
random-variables random
$endgroup$
add a comment |
$begingroup$
I recently know that following results.
suppose that $x_1, x_2, x_3$ are independent real Gaussian random variables with $mathcalN(0, 1)$. Then
$$
fracx_1 + x_2 x_3sqrt1+x_3^2 sim mathcalN(0, 1)
$$
We can prove this result by direct computing. But I am wondering if there is a simpler way. Also, since this result is interesting. I am wondering if there is any generalization
Thanks
random-variables random
$endgroup$
I recently know that following results.
suppose that $x_1, x_2, x_3$ are independent real Gaussian random variables with $mathcalN(0, 1)$. Then
$$
fracx_1 + x_2 x_3sqrt1+x_3^2 sim mathcalN(0, 1)
$$
We can prove this result by direct computing. But I am wondering if there is a simpler way. Also, since this result is interesting. I am wondering if there is any generalization
Thanks
random-variables random
random-variables random
asked Sep 1 '13 at 18:04
Yan ZhuYan Zhu
314210
314210
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The point is that the conditional distribution of your random variable given $x_3$ is always $cal N(0,1)$. One generalization is this. Suppose
$X_1, ldots, X_n$ are independent $cal N(0,1)$ random variables, and $bf Y = (Y_1, ldots, Y_n)$ is a vector-valued random variable independent of $X_1, ldots, X_n$ and supported on the sphere $Y_1^2 + ldots + Y_n^2 = 1$. Then
$bf X cdot bf Y = X_1 Y_1 + ldots + X_n Y_n sim cal N(0,1)$.
$endgroup$
$begingroup$
Wow...It's simple...I am rusty after three years left school.
$endgroup$
– Yan Zhu
Sep 1 '13 at 22:26
1
$begingroup$
Hmm, but the OP has a non-linear combination.
$endgroup$
– Walter
Dec 21 '13 at 13:01
1
$begingroup$
@walter: What's your point? Given $x_3$, it is a linear combination of $x_1$ and $x_2$. And if the conditional distribution given $x_3$ is the same for all values of $x_3$, then that conditional distribution is the (unconditional) distribution.
$endgroup$
– Robert Israel
Dec 22 '13 at 4:44
$begingroup$
@RobertIsrael I missed that your $boldsymbolY$ was a random variable.
$endgroup$
– Walter
Dec 22 '13 at 15:19
$begingroup$
I extended this answer here math.stackexchange.com/q/1404329/17474 when there is no linear relationship between $x_1$ and $x_2$.
$endgroup$
– Léo Léopold Hertz 준영
Aug 20 '15 at 21:14
add a comment |
$begingroup$
Following Robert's answer, I would like to clarify that if your RVs, let's say, $z$ and $y$ satisfy
$P(z|y)$ ~ Normal with fixed parameters
$P(y)$ ~ Normal with fixed parameters
then we can condition and marginalize to get $P(z)$
$$P(z) = int_Y^ P(z|y)P(y) dy$$
And it can be shown that $P(z)$ follows a Normal distribution with a certain mean and variance.
$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%2f481503%2fnonlinear-transform-of-gaussian-random-variable-that-preserves-gaussianity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The point is that the conditional distribution of your random variable given $x_3$ is always $cal N(0,1)$. One generalization is this. Suppose
$X_1, ldots, X_n$ are independent $cal N(0,1)$ random variables, and $bf Y = (Y_1, ldots, Y_n)$ is a vector-valued random variable independent of $X_1, ldots, X_n$ and supported on the sphere $Y_1^2 + ldots + Y_n^2 = 1$. Then
$bf X cdot bf Y = X_1 Y_1 + ldots + X_n Y_n sim cal N(0,1)$.
$endgroup$
$begingroup$
Wow...It's simple...I am rusty after three years left school.
$endgroup$
– Yan Zhu
Sep 1 '13 at 22:26
1
$begingroup$
Hmm, but the OP has a non-linear combination.
$endgroup$
– Walter
Dec 21 '13 at 13:01
1
$begingroup$
@walter: What's your point? Given $x_3$, it is a linear combination of $x_1$ and $x_2$. And if the conditional distribution given $x_3$ is the same for all values of $x_3$, then that conditional distribution is the (unconditional) distribution.
$endgroup$
– Robert Israel
Dec 22 '13 at 4:44
$begingroup$
@RobertIsrael I missed that your $boldsymbolY$ was a random variable.
$endgroup$
– Walter
Dec 22 '13 at 15:19
$begingroup$
I extended this answer here math.stackexchange.com/q/1404329/17474 when there is no linear relationship between $x_1$ and $x_2$.
$endgroup$
– Léo Léopold Hertz 준영
Aug 20 '15 at 21:14
add a comment |
$begingroup$
The point is that the conditional distribution of your random variable given $x_3$ is always $cal N(0,1)$. One generalization is this. Suppose
$X_1, ldots, X_n$ are independent $cal N(0,1)$ random variables, and $bf Y = (Y_1, ldots, Y_n)$ is a vector-valued random variable independent of $X_1, ldots, X_n$ and supported on the sphere $Y_1^2 + ldots + Y_n^2 = 1$. Then
$bf X cdot bf Y = X_1 Y_1 + ldots + X_n Y_n sim cal N(0,1)$.
$endgroup$
$begingroup$
Wow...It's simple...I am rusty after three years left school.
$endgroup$
– Yan Zhu
Sep 1 '13 at 22:26
1
$begingroup$
Hmm, but the OP has a non-linear combination.
$endgroup$
– Walter
Dec 21 '13 at 13:01
1
$begingroup$
@walter: What's your point? Given $x_3$, it is a linear combination of $x_1$ and $x_2$. And if the conditional distribution given $x_3$ is the same for all values of $x_3$, then that conditional distribution is the (unconditional) distribution.
$endgroup$
– Robert Israel
Dec 22 '13 at 4:44
$begingroup$
@RobertIsrael I missed that your $boldsymbolY$ was a random variable.
$endgroup$
– Walter
Dec 22 '13 at 15:19
$begingroup$
I extended this answer here math.stackexchange.com/q/1404329/17474 when there is no linear relationship between $x_1$ and $x_2$.
$endgroup$
– Léo Léopold Hertz 준영
Aug 20 '15 at 21:14
add a comment |
$begingroup$
The point is that the conditional distribution of your random variable given $x_3$ is always $cal N(0,1)$. One generalization is this. Suppose
$X_1, ldots, X_n$ are independent $cal N(0,1)$ random variables, and $bf Y = (Y_1, ldots, Y_n)$ is a vector-valued random variable independent of $X_1, ldots, X_n$ and supported on the sphere $Y_1^2 + ldots + Y_n^2 = 1$. Then
$bf X cdot bf Y = X_1 Y_1 + ldots + X_n Y_n sim cal N(0,1)$.
$endgroup$
The point is that the conditional distribution of your random variable given $x_3$ is always $cal N(0,1)$. One generalization is this. Suppose
$X_1, ldots, X_n$ are independent $cal N(0,1)$ random variables, and $bf Y = (Y_1, ldots, Y_n)$ is a vector-valued random variable independent of $X_1, ldots, X_n$ and supported on the sphere $Y_1^2 + ldots + Y_n^2 = 1$. Then
$bf X cdot bf Y = X_1 Y_1 + ldots + X_n Y_n sim cal N(0,1)$.
answered Sep 1 '13 at 18:35
Robert IsraelRobert Israel
330k23219473
330k23219473
$begingroup$
Wow...It's simple...I am rusty after three years left school.
$endgroup$
– Yan Zhu
Sep 1 '13 at 22:26
1
$begingroup$
Hmm, but the OP has a non-linear combination.
$endgroup$
– Walter
Dec 21 '13 at 13:01
1
$begingroup$
@walter: What's your point? Given $x_3$, it is a linear combination of $x_1$ and $x_2$. And if the conditional distribution given $x_3$ is the same for all values of $x_3$, then that conditional distribution is the (unconditional) distribution.
$endgroup$
– Robert Israel
Dec 22 '13 at 4:44
$begingroup$
@RobertIsrael I missed that your $boldsymbolY$ was a random variable.
$endgroup$
– Walter
Dec 22 '13 at 15:19
$begingroup$
I extended this answer here math.stackexchange.com/q/1404329/17474 when there is no linear relationship between $x_1$ and $x_2$.
$endgroup$
– Léo Léopold Hertz 준영
Aug 20 '15 at 21:14
add a comment |
$begingroup$
Wow...It's simple...I am rusty after three years left school.
$endgroup$
– Yan Zhu
Sep 1 '13 at 22:26
1
$begingroup$
Hmm, but the OP has a non-linear combination.
$endgroup$
– Walter
Dec 21 '13 at 13:01
1
$begingroup$
@walter: What's your point? Given $x_3$, it is a linear combination of $x_1$ and $x_2$. And if the conditional distribution given $x_3$ is the same for all values of $x_3$, then that conditional distribution is the (unconditional) distribution.
$endgroup$
– Robert Israel
Dec 22 '13 at 4:44
$begingroup$
@RobertIsrael I missed that your $boldsymbolY$ was a random variable.
$endgroup$
– Walter
Dec 22 '13 at 15:19
$begingroup$
I extended this answer here math.stackexchange.com/q/1404329/17474 when there is no linear relationship between $x_1$ and $x_2$.
$endgroup$
– Léo Léopold Hertz 준영
Aug 20 '15 at 21:14
$begingroup$
Wow...It's simple...I am rusty after three years left school.
$endgroup$
– Yan Zhu
Sep 1 '13 at 22:26
$begingroup$
Wow...It's simple...I am rusty after three years left school.
$endgroup$
– Yan Zhu
Sep 1 '13 at 22:26
1
1
$begingroup$
Hmm, but the OP has a non-linear combination.
$endgroup$
– Walter
Dec 21 '13 at 13:01
$begingroup$
Hmm, but the OP has a non-linear combination.
$endgroup$
– Walter
Dec 21 '13 at 13:01
1
1
$begingroup$
@walter: What's your point? Given $x_3$, it is a linear combination of $x_1$ and $x_2$. And if the conditional distribution given $x_3$ is the same for all values of $x_3$, then that conditional distribution is the (unconditional) distribution.
$endgroup$
– Robert Israel
Dec 22 '13 at 4:44
$begingroup$
@walter: What's your point? Given $x_3$, it is a linear combination of $x_1$ and $x_2$. And if the conditional distribution given $x_3$ is the same for all values of $x_3$, then that conditional distribution is the (unconditional) distribution.
$endgroup$
– Robert Israel
Dec 22 '13 at 4:44
$begingroup$
@RobertIsrael I missed that your $boldsymbolY$ was a random variable.
$endgroup$
– Walter
Dec 22 '13 at 15:19
$begingroup$
@RobertIsrael I missed that your $boldsymbolY$ was a random variable.
$endgroup$
– Walter
Dec 22 '13 at 15:19
$begingroup$
I extended this answer here math.stackexchange.com/q/1404329/17474 when there is no linear relationship between $x_1$ and $x_2$.
$endgroup$
– Léo Léopold Hertz 준영
Aug 20 '15 at 21:14
$begingroup$
I extended this answer here math.stackexchange.com/q/1404329/17474 when there is no linear relationship between $x_1$ and $x_2$.
$endgroup$
– Léo Léopold Hertz 준영
Aug 20 '15 at 21:14
add a comment |
$begingroup$
Following Robert's answer, I would like to clarify that if your RVs, let's say, $z$ and $y$ satisfy
$P(z|y)$ ~ Normal with fixed parameters
$P(y)$ ~ Normal with fixed parameters
then we can condition and marginalize to get $P(z)$
$$P(z) = int_Y^ P(z|y)P(y) dy$$
And it can be shown that $P(z)$ follows a Normal distribution with a certain mean and variance.
$endgroup$
add a comment |
$begingroup$
Following Robert's answer, I would like to clarify that if your RVs, let's say, $z$ and $y$ satisfy
$P(z|y)$ ~ Normal with fixed parameters
$P(y)$ ~ Normal with fixed parameters
then we can condition and marginalize to get $P(z)$
$$P(z) = int_Y^ P(z|y)P(y) dy$$
And it can be shown that $P(z)$ follows a Normal distribution with a certain mean and variance.
$endgroup$
add a comment |
$begingroup$
Following Robert's answer, I would like to clarify that if your RVs, let's say, $z$ and $y$ satisfy
$P(z|y)$ ~ Normal with fixed parameters
$P(y)$ ~ Normal with fixed parameters
then we can condition and marginalize to get $P(z)$
$$P(z) = int_Y^ P(z|y)P(y) dy$$
And it can be shown that $P(z)$ follows a Normal distribution with a certain mean and variance.
$endgroup$
Following Robert's answer, I would like to clarify that if your RVs, let's say, $z$ and $y$ satisfy
$P(z|y)$ ~ Normal with fixed parameters
$P(y)$ ~ Normal with fixed parameters
then we can condition and marginalize to get $P(z)$
$$P(z) = int_Y^ P(z|y)P(y) dy$$
And it can be shown that $P(z)$ follows a Normal distribution with a certain mean and variance.
edited Mar 29 at 17:31
Daniele Tampieri
2,66221022
2,66221022
answered Mar 29 at 15:57
Mariano BurichMariano Burich
213
213
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%2f481503%2fnonlinear-transform-of-gaussian-random-variable-that-preserves-gaussianity%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