Derivation for marginal effect sizes' distribution in linear model
$begingroup$
Model:
$$Y_{Ntimes 1} = X_{Ntimes M} beta_{Mtimes 1} + epsilon_{Ntimes 1}$$
the design matrix $X_{Ntimes M}$ is known, each column of the design matrix has been standardized to have mean 0 and variance 1. $Y$ is also known and has been standardized to mean 0 and variance 1. Also assume $beta sim mathcal{N}(0, sigma^2 I_{Mtimes M})$ and $epsilon sim mathcal{N}(0, sigma_epsilon^2 I_{Ntimes N})$. In addition $M sigma^2 + sigma_epsilon^2 = 1$
The marginal effect sizes are
$hat{beta} = frac{1}{N}X^top Y$. The distribution the marginal effect sizes $hat{beta}$ can be determined as follows:
begin{align*}
hat{beta} & = frac{X^top Y}{N} \
& = frac{X^top ( X beta + epsilon) }{N} \
& = frac{XX^top}{N} beta + frac{1}{N}X^top epsilon
end{align*}
$$E[hat{beta} | X, beta] = frac{XX^top}{N} beta$$
$$text{Var}[hat{beta} | X,beta] = frac{1}{N^2}X^top E[epsilon epsilon^top]X=frac{1}{N^2}sigma_epsilon^2X^top X$$
Thus $$hat{beta} sim mathcal{N}(frac{XX^top}{N} beta, frac{1}{N^2}sigma_epsilon^2X^top X)$$
My question is that if we consider a small chunk of variable of size b, where the corresponding design matrix is of shape $X_{N times b} $, the corresponding marginal effect sizes is $hat{beta}_b$:
$$hat{beta}_b = frac{X^top_b Y}{N}$$
How is the following two derived:
$$E[hat{beta}_b | beta_b, X_b] = frac{X_b^top X_b}{N} beta_b$$
$$text{Var}[hat{beta}_b | beta_b, X_b] = frac{1}{N}( 1 - b sigma^2) frac{X_b^top X_b}{N}$$
One thing I am confused about is the $X_b$ being conditioned in $E[hat{beta}_b | beta_b, X_b]$. Does this mean that we don't assume anything on the rest of the design matrix?
For more context, this is from the methods section in this paper.
statistical-inference linear-regression
$endgroup$
add a comment |
$begingroup$
Model:
$$Y_{Ntimes 1} = X_{Ntimes M} beta_{Mtimes 1} + epsilon_{Ntimes 1}$$
the design matrix $X_{Ntimes M}$ is known, each column of the design matrix has been standardized to have mean 0 and variance 1. $Y$ is also known and has been standardized to mean 0 and variance 1. Also assume $beta sim mathcal{N}(0, sigma^2 I_{Mtimes M})$ and $epsilon sim mathcal{N}(0, sigma_epsilon^2 I_{Ntimes N})$. In addition $M sigma^2 + sigma_epsilon^2 = 1$
The marginal effect sizes are
$hat{beta} = frac{1}{N}X^top Y$. The distribution the marginal effect sizes $hat{beta}$ can be determined as follows:
begin{align*}
hat{beta} & = frac{X^top Y}{N} \
& = frac{X^top ( X beta + epsilon) }{N} \
& = frac{XX^top}{N} beta + frac{1}{N}X^top epsilon
end{align*}
$$E[hat{beta} | X, beta] = frac{XX^top}{N} beta$$
$$text{Var}[hat{beta} | X,beta] = frac{1}{N^2}X^top E[epsilon epsilon^top]X=frac{1}{N^2}sigma_epsilon^2X^top X$$
Thus $$hat{beta} sim mathcal{N}(frac{XX^top}{N} beta, frac{1}{N^2}sigma_epsilon^2X^top X)$$
My question is that if we consider a small chunk of variable of size b, where the corresponding design matrix is of shape $X_{N times b} $, the corresponding marginal effect sizes is $hat{beta}_b$:
$$hat{beta}_b = frac{X^top_b Y}{N}$$
How is the following two derived:
$$E[hat{beta}_b | beta_b, X_b] = frac{X_b^top X_b}{N} beta_b$$
$$text{Var}[hat{beta}_b | beta_b, X_b] = frac{1}{N}( 1 - b sigma^2) frac{X_b^top X_b}{N}$$
One thing I am confused about is the $X_b$ being conditioned in $E[hat{beta}_b | beta_b, X_b]$. Does this mean that we don't assume anything on the rest of the design matrix?
For more context, this is from the methods section in this paper.
statistical-inference linear-regression
$endgroup$
add a comment |
$begingroup$
Model:
$$Y_{Ntimes 1} = X_{Ntimes M} beta_{Mtimes 1} + epsilon_{Ntimes 1}$$
the design matrix $X_{Ntimes M}$ is known, each column of the design matrix has been standardized to have mean 0 and variance 1. $Y$ is also known and has been standardized to mean 0 and variance 1. Also assume $beta sim mathcal{N}(0, sigma^2 I_{Mtimes M})$ and $epsilon sim mathcal{N}(0, sigma_epsilon^2 I_{Ntimes N})$. In addition $M sigma^2 + sigma_epsilon^2 = 1$
The marginal effect sizes are
$hat{beta} = frac{1}{N}X^top Y$. The distribution the marginal effect sizes $hat{beta}$ can be determined as follows:
begin{align*}
hat{beta} & = frac{X^top Y}{N} \
& = frac{X^top ( X beta + epsilon) }{N} \
& = frac{XX^top}{N} beta + frac{1}{N}X^top epsilon
end{align*}
$$E[hat{beta} | X, beta] = frac{XX^top}{N} beta$$
$$text{Var}[hat{beta} | X,beta] = frac{1}{N^2}X^top E[epsilon epsilon^top]X=frac{1}{N^2}sigma_epsilon^2X^top X$$
Thus $$hat{beta} sim mathcal{N}(frac{XX^top}{N} beta, frac{1}{N^2}sigma_epsilon^2X^top X)$$
My question is that if we consider a small chunk of variable of size b, where the corresponding design matrix is of shape $X_{N times b} $, the corresponding marginal effect sizes is $hat{beta}_b$:
$$hat{beta}_b = frac{X^top_b Y}{N}$$
How is the following two derived:
$$E[hat{beta}_b | beta_b, X_b] = frac{X_b^top X_b}{N} beta_b$$
$$text{Var}[hat{beta}_b | beta_b, X_b] = frac{1}{N}( 1 - b sigma^2) frac{X_b^top X_b}{N}$$
One thing I am confused about is the $X_b$ being conditioned in $E[hat{beta}_b | beta_b, X_b]$. Does this mean that we don't assume anything on the rest of the design matrix?
For more context, this is from the methods section in this paper.
statistical-inference linear-regression
$endgroup$
Model:
$$Y_{Ntimes 1} = X_{Ntimes M} beta_{Mtimes 1} + epsilon_{Ntimes 1}$$
the design matrix $X_{Ntimes M}$ is known, each column of the design matrix has been standardized to have mean 0 and variance 1. $Y$ is also known and has been standardized to mean 0 and variance 1. Also assume $beta sim mathcal{N}(0, sigma^2 I_{Mtimes M})$ and $epsilon sim mathcal{N}(0, sigma_epsilon^2 I_{Ntimes N})$. In addition $M sigma^2 + sigma_epsilon^2 = 1$
The marginal effect sizes are
$hat{beta} = frac{1}{N}X^top Y$. The distribution the marginal effect sizes $hat{beta}$ can be determined as follows:
begin{align*}
hat{beta} & = frac{X^top Y}{N} \
& = frac{X^top ( X beta + epsilon) }{N} \
& = frac{XX^top}{N} beta + frac{1}{N}X^top epsilon
end{align*}
$$E[hat{beta} | X, beta] = frac{XX^top}{N} beta$$
$$text{Var}[hat{beta} | X,beta] = frac{1}{N^2}X^top E[epsilon epsilon^top]X=frac{1}{N^2}sigma_epsilon^2X^top X$$
Thus $$hat{beta} sim mathcal{N}(frac{XX^top}{N} beta, frac{1}{N^2}sigma_epsilon^2X^top X)$$
My question is that if we consider a small chunk of variable of size b, where the corresponding design matrix is of shape $X_{N times b} $, the corresponding marginal effect sizes is $hat{beta}_b$:
$$hat{beta}_b = frac{X^top_b Y}{N}$$
How is the following two derived:
$$E[hat{beta}_b | beta_b, X_b] = frac{X_b^top X_b}{N} beta_b$$
$$text{Var}[hat{beta}_b | beta_b, X_b] = frac{1}{N}( 1 - b sigma^2) frac{X_b^top X_b}{N}$$
One thing I am confused about is the $X_b$ being conditioned in $E[hat{beta}_b | beta_b, X_b]$. Does this mean that we don't assume anything on the rest of the design matrix?
For more context, this is from the methods section in this paper.
statistical-inference linear-regression
statistical-inference linear-regression
asked Jan 14 at 15:07
DavidDavid
286
286
add a comment |
add a comment |
0
active
oldest
votes
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%2f3073325%2fderivation-for-marginal-effect-sizes-distribution-in-linear-model%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3073325%2fderivation-for-marginal-effect-sizes-distribution-in-linear-model%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