Conserving variance of normally disributed vector in linear transformation
$begingroup$
I have normally distibuted vector $X$ with known variance $Var(X)$ and mean $overline X$ and then I take new vector $Y$ as $W*X$ where $W$ is normally distributed matrix. If I required $Y$ to have same variance and mean as $X$, what should $Var(W)$ and $overline W$ be ? More generally - given $overline X$, $Var(X)$, $overline W$ and $Var(W)$, what would $overline {W*X}$ and $Var(W*X)$ be ?
Note : For the desired application ( initialization in neural networks), the equality of means isn't really necessary as both means are likely to be almost zero anyway
statistics normal-distribution neural-networks
$endgroup$
add a comment |
$begingroup$
I have normally distibuted vector $X$ with known variance $Var(X)$ and mean $overline X$ and then I take new vector $Y$ as $W*X$ where $W$ is normally distributed matrix. If I required $Y$ to have same variance and mean as $X$, what should $Var(W)$ and $overline W$ be ? More generally - given $overline X$, $Var(X)$, $overline W$ and $Var(W)$, what would $overline {W*X}$ and $Var(W*X)$ be ?
Note : For the desired application ( initialization in neural networks), the equality of means isn't really necessary as both means are likely to be almost zero anyway
statistics normal-distribution neural-networks
$endgroup$
$begingroup$
Could you be clearer about the distribution assumptions? Since $X$ is a vector, is $text{Var}(X)$ the covariance matrix, or are you saying that the components of $X$ are i.i.d with common variance? Is $W$ independent of $X$? etc.
$endgroup$
– angryavian
Jan 16 at 19:02
$begingroup$
By $Var(X)$ i mean common variance. $X$ and $W$ are independent on each other.
$endgroup$
– Regedin
Jan 16 at 19:05
add a comment |
$begingroup$
I have normally distibuted vector $X$ with known variance $Var(X)$ and mean $overline X$ and then I take new vector $Y$ as $W*X$ where $W$ is normally distributed matrix. If I required $Y$ to have same variance and mean as $X$, what should $Var(W)$ and $overline W$ be ? More generally - given $overline X$, $Var(X)$, $overline W$ and $Var(W)$, what would $overline {W*X}$ and $Var(W*X)$ be ?
Note : For the desired application ( initialization in neural networks), the equality of means isn't really necessary as both means are likely to be almost zero anyway
statistics normal-distribution neural-networks
$endgroup$
I have normally distibuted vector $X$ with known variance $Var(X)$ and mean $overline X$ and then I take new vector $Y$ as $W*X$ where $W$ is normally distributed matrix. If I required $Y$ to have same variance and mean as $X$, what should $Var(W)$ and $overline W$ be ? More generally - given $overline X$, $Var(X)$, $overline W$ and $Var(W)$, what would $overline {W*X}$ and $Var(W*X)$ be ?
Note : For the desired application ( initialization in neural networks), the equality of means isn't really necessary as both means are likely to be almost zero anyway
statistics normal-distribution neural-networks
statistics normal-distribution neural-networks
asked Jan 16 at 19:00
RegedinRegedin
31
31
$begingroup$
Could you be clearer about the distribution assumptions? Since $X$ is a vector, is $text{Var}(X)$ the covariance matrix, or are you saying that the components of $X$ are i.i.d with common variance? Is $W$ independent of $X$? etc.
$endgroup$
– angryavian
Jan 16 at 19:02
$begingroup$
By $Var(X)$ i mean common variance. $X$ and $W$ are independent on each other.
$endgroup$
– Regedin
Jan 16 at 19:05
add a comment |
$begingroup$
Could you be clearer about the distribution assumptions? Since $X$ is a vector, is $text{Var}(X)$ the covariance matrix, or are you saying that the components of $X$ are i.i.d with common variance? Is $W$ independent of $X$? etc.
$endgroup$
– angryavian
Jan 16 at 19:02
$begingroup$
By $Var(X)$ i mean common variance. $X$ and $W$ are independent on each other.
$endgroup$
– Regedin
Jan 16 at 19:05
$begingroup$
Could you be clearer about the distribution assumptions? Since $X$ is a vector, is $text{Var}(X)$ the covariance matrix, or are you saying that the components of $X$ are i.i.d with common variance? Is $W$ independent of $X$? etc.
$endgroup$
– angryavian
Jan 16 at 19:02
$begingroup$
Could you be clearer about the distribution assumptions? Since $X$ is a vector, is $text{Var}(X)$ the covariance matrix, or are you saying that the components of $X$ are i.i.d with common variance? Is $W$ independent of $X$? etc.
$endgroup$
– angryavian
Jan 16 at 19:02
$begingroup$
By $Var(X)$ i mean common variance. $X$ and $W$ are independent on each other.
$endgroup$
– Regedin
Jan 16 at 19:05
$begingroup$
By $Var(X)$ i mean common variance. $X$ and $W$ are independent on each other.
$endgroup$
– Regedin
Jan 16 at 19:05
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
So $X$ has i.i.d. normal entries, and $W$ has i.i.d. normal entries.
The entries of $WX$ will not be normal.
But you can answer your question about means and variances without any normality assumptions on $W$ and $X$.
Let $W$ have dimension $m times n$.
Since $$Y_i = sum_{j=1}^n W_{i,j} X_j$$
we can use independence to obtain
$$E[Y_i] = sum_{j=1}^n E[W_{i,j}] E[X_j] = n overline{W} overline{X}$$
and
$$text{Var}(Y_i) = sum_{j=1}^n text{Var}(W_{i,j} X_j) = n[
text{Var}(X) text{Var}(W) + text{Var}(X) overline{W}^2 + text{Var}(W) overline{X}^2
].$$
Setting these equal to $overline{X}$ and $text{Var}(X)$ respectively yields $overline{W} = 1/n$ and $$text{Var}(W) = frac{left(frac{1}{n} - frac{1}{n^2}right)text{Var}(X)}{text{Var}(X) + overline{X}^2}$$
$endgroup$
$begingroup$
Thanks a lot, thats exactly what i was looking for.
$endgroup$
– Regedin
Jan 16 at 19:57
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%2f3076150%2fconserving-variance-of-normally-disributed-vector-in-linear-transformation%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$
So $X$ has i.i.d. normal entries, and $W$ has i.i.d. normal entries.
The entries of $WX$ will not be normal.
But you can answer your question about means and variances without any normality assumptions on $W$ and $X$.
Let $W$ have dimension $m times n$.
Since $$Y_i = sum_{j=1}^n W_{i,j} X_j$$
we can use independence to obtain
$$E[Y_i] = sum_{j=1}^n E[W_{i,j}] E[X_j] = n overline{W} overline{X}$$
and
$$text{Var}(Y_i) = sum_{j=1}^n text{Var}(W_{i,j} X_j) = n[
text{Var}(X) text{Var}(W) + text{Var}(X) overline{W}^2 + text{Var}(W) overline{X}^2
].$$
Setting these equal to $overline{X}$ and $text{Var}(X)$ respectively yields $overline{W} = 1/n$ and $$text{Var}(W) = frac{left(frac{1}{n} - frac{1}{n^2}right)text{Var}(X)}{text{Var}(X) + overline{X}^2}$$
$endgroup$
$begingroup$
Thanks a lot, thats exactly what i was looking for.
$endgroup$
– Regedin
Jan 16 at 19:57
add a comment |
$begingroup$
So $X$ has i.i.d. normal entries, and $W$ has i.i.d. normal entries.
The entries of $WX$ will not be normal.
But you can answer your question about means and variances without any normality assumptions on $W$ and $X$.
Let $W$ have dimension $m times n$.
Since $$Y_i = sum_{j=1}^n W_{i,j} X_j$$
we can use independence to obtain
$$E[Y_i] = sum_{j=1}^n E[W_{i,j}] E[X_j] = n overline{W} overline{X}$$
and
$$text{Var}(Y_i) = sum_{j=1}^n text{Var}(W_{i,j} X_j) = n[
text{Var}(X) text{Var}(W) + text{Var}(X) overline{W}^2 + text{Var}(W) overline{X}^2
].$$
Setting these equal to $overline{X}$ and $text{Var}(X)$ respectively yields $overline{W} = 1/n$ and $$text{Var}(W) = frac{left(frac{1}{n} - frac{1}{n^2}right)text{Var}(X)}{text{Var}(X) + overline{X}^2}$$
$endgroup$
$begingroup$
Thanks a lot, thats exactly what i was looking for.
$endgroup$
– Regedin
Jan 16 at 19:57
add a comment |
$begingroup$
So $X$ has i.i.d. normal entries, and $W$ has i.i.d. normal entries.
The entries of $WX$ will not be normal.
But you can answer your question about means and variances without any normality assumptions on $W$ and $X$.
Let $W$ have dimension $m times n$.
Since $$Y_i = sum_{j=1}^n W_{i,j} X_j$$
we can use independence to obtain
$$E[Y_i] = sum_{j=1}^n E[W_{i,j}] E[X_j] = n overline{W} overline{X}$$
and
$$text{Var}(Y_i) = sum_{j=1}^n text{Var}(W_{i,j} X_j) = n[
text{Var}(X) text{Var}(W) + text{Var}(X) overline{W}^2 + text{Var}(W) overline{X}^2
].$$
Setting these equal to $overline{X}$ and $text{Var}(X)$ respectively yields $overline{W} = 1/n$ and $$text{Var}(W) = frac{left(frac{1}{n} - frac{1}{n^2}right)text{Var}(X)}{text{Var}(X) + overline{X}^2}$$
$endgroup$
So $X$ has i.i.d. normal entries, and $W$ has i.i.d. normal entries.
The entries of $WX$ will not be normal.
But you can answer your question about means and variances without any normality assumptions on $W$ and $X$.
Let $W$ have dimension $m times n$.
Since $$Y_i = sum_{j=1}^n W_{i,j} X_j$$
we can use independence to obtain
$$E[Y_i] = sum_{j=1}^n E[W_{i,j}] E[X_j] = n overline{W} overline{X}$$
and
$$text{Var}(Y_i) = sum_{j=1}^n text{Var}(W_{i,j} X_j) = n[
text{Var}(X) text{Var}(W) + text{Var}(X) overline{W}^2 + text{Var}(W) overline{X}^2
].$$
Setting these equal to $overline{X}$ and $text{Var}(X)$ respectively yields $overline{W} = 1/n$ and $$text{Var}(W) = frac{left(frac{1}{n} - frac{1}{n^2}right)text{Var}(X)}{text{Var}(X) + overline{X}^2}$$
answered Jan 16 at 19:21
angryavianangryavian
41.5k23381
41.5k23381
$begingroup$
Thanks a lot, thats exactly what i was looking for.
$endgroup$
– Regedin
Jan 16 at 19:57
add a comment |
$begingroup$
Thanks a lot, thats exactly what i was looking for.
$endgroup$
– Regedin
Jan 16 at 19:57
$begingroup$
Thanks a lot, thats exactly what i was looking for.
$endgroup$
– Regedin
Jan 16 at 19:57
$begingroup$
Thanks a lot, thats exactly what i was looking for.
$endgroup$
– Regedin
Jan 16 at 19:57
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%2f3076150%2fconserving-variance-of-normally-disributed-vector-in-linear-transformation%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$
Could you be clearer about the distribution assumptions? Since $X$ is a vector, is $text{Var}(X)$ the covariance matrix, or are you saying that the components of $X$ are i.i.d with common variance? Is $W$ independent of $X$? etc.
$endgroup$
– angryavian
Jan 16 at 19:02
$begingroup$
By $Var(X)$ i mean common variance. $X$ and $W$ are independent on each other.
$endgroup$
– Regedin
Jan 16 at 19:05