Conditional Expectation Decomposition in Regression Analysis
$begingroup$
I am currently working on my understanding of regression fundamentals and I checked this source (one can find the (even exact) same statement in multiple sources).
In Theorem 3.1.1, the author claims to prove the so called Conditional Expectation Function (CEF) Decomposition property, which states:
Theorem 3.1.1:
We have
$$Y_i=E(Y_i|X_i)+epsilon_i$$
with the property that $(a)$ $E(epsilon_i|X_i)=0$ and $(b)$ $E(f(X_i)epsilon_i)=0$ for any function $f$.
The problem is, the proof only checks $(a)$ and $(b)$ but never checks the actual existence of the decomposition of $Y_i=E(Y_i|X_i)+epsilon_i$.
The author then claims that
This theorem says that any random variable,
$Y_i$
, can be decomposed into a piece that's "explained by
$X_i$", i.e., the CEF, and a piece left over which is orthogonal to (i.e., uncorrelated with) any function of $X_i$
.
Do we have to prove this or comes this as some sort of assumption (couldn't find it, but surely one could just build the model like this) or is this a result from somewhere else, like factorization lemma or so?
The whole thing sounds a bit sloppy, clearly things like measurability are dropped, but still, what do I miss?
probability-theory statistics regression linear-regression regression-analysis
$endgroup$
add a comment |
$begingroup$
I am currently working on my understanding of regression fundamentals and I checked this source (one can find the (even exact) same statement in multiple sources).
In Theorem 3.1.1, the author claims to prove the so called Conditional Expectation Function (CEF) Decomposition property, which states:
Theorem 3.1.1:
We have
$$Y_i=E(Y_i|X_i)+epsilon_i$$
with the property that $(a)$ $E(epsilon_i|X_i)=0$ and $(b)$ $E(f(X_i)epsilon_i)=0$ for any function $f$.
The problem is, the proof only checks $(a)$ and $(b)$ but never checks the actual existence of the decomposition of $Y_i=E(Y_i|X_i)+epsilon_i$.
The author then claims that
This theorem says that any random variable,
$Y_i$
, can be decomposed into a piece that's "explained by
$X_i$", i.e., the CEF, and a piece left over which is orthogonal to (i.e., uncorrelated with) any function of $X_i$
.
Do we have to prove this or comes this as some sort of assumption (couldn't find it, but surely one could just build the model like this) or is this a result from somewhere else, like factorization lemma or so?
The whole thing sounds a bit sloppy, clearly things like measurability are dropped, but still, what do I miss?
probability-theory statistics regression linear-regression regression-analysis
$endgroup$
add a comment |
$begingroup$
I am currently working on my understanding of regression fundamentals and I checked this source (one can find the (even exact) same statement in multiple sources).
In Theorem 3.1.1, the author claims to prove the so called Conditional Expectation Function (CEF) Decomposition property, which states:
Theorem 3.1.1:
We have
$$Y_i=E(Y_i|X_i)+epsilon_i$$
with the property that $(a)$ $E(epsilon_i|X_i)=0$ and $(b)$ $E(f(X_i)epsilon_i)=0$ for any function $f$.
The problem is, the proof only checks $(a)$ and $(b)$ but never checks the actual existence of the decomposition of $Y_i=E(Y_i|X_i)+epsilon_i$.
The author then claims that
This theorem says that any random variable,
$Y_i$
, can be decomposed into a piece that's "explained by
$X_i$", i.e., the CEF, and a piece left over which is orthogonal to (i.e., uncorrelated with) any function of $X_i$
.
Do we have to prove this or comes this as some sort of assumption (couldn't find it, but surely one could just build the model like this) or is this a result from somewhere else, like factorization lemma or so?
The whole thing sounds a bit sloppy, clearly things like measurability are dropped, but still, what do I miss?
probability-theory statistics regression linear-regression regression-analysis
$endgroup$
I am currently working on my understanding of regression fundamentals and I checked this source (one can find the (even exact) same statement in multiple sources).
In Theorem 3.1.1, the author claims to prove the so called Conditional Expectation Function (CEF) Decomposition property, which states:
Theorem 3.1.1:
We have
$$Y_i=E(Y_i|X_i)+epsilon_i$$
with the property that $(a)$ $E(epsilon_i|X_i)=0$ and $(b)$ $E(f(X_i)epsilon_i)=0$ for any function $f$.
The problem is, the proof only checks $(a)$ and $(b)$ but never checks the actual existence of the decomposition of $Y_i=E(Y_i|X_i)+epsilon_i$.
The author then claims that
This theorem says that any random variable,
$Y_i$
, can be decomposed into a piece that's "explained by
$X_i$", i.e., the CEF, and a piece left over which is orthogonal to (i.e., uncorrelated with) any function of $X_i$
.
Do we have to prove this or comes this as some sort of assumption (couldn't find it, but surely one could just build the model like this) or is this a result from somewhere else, like factorization lemma or so?
The whole thing sounds a bit sloppy, clearly things like measurability are dropped, but still, what do I miss?
probability-theory statistics regression linear-regression regression-analysis
probability-theory statistics regression linear-regression regression-analysis
asked Jan 10 at 9:54
user190080user190080
3,30621427
3,30621427
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This follows from the equality
$$
Y_i=mathbb Eleft[Y_imid X_iright]+Y_i-mathbb Eleft[Y_imid X_iright];
$$
defining $varepsilon_i:=Y_i-mathbb Eleft[Y_imid X_iright]$ gives that
$mathbb Eleft[varepsilon_imid X_iright]=0$, from which $mathbb Eleft[fleft(X_iright)varepsilon_iright]=0$ follows.
$endgroup$
$begingroup$
Ah, that makes sense. I was able to follow the proof for $(a/b)$ (even without knowing this decomposition exists) but somehow missed this idea, thanks!
$endgroup$
– user190080
Jan 10 at 10:17
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%2f3068446%2fconditional-expectation-decomposition-in-regression-analysis%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$
This follows from the equality
$$
Y_i=mathbb Eleft[Y_imid X_iright]+Y_i-mathbb Eleft[Y_imid X_iright];
$$
defining $varepsilon_i:=Y_i-mathbb Eleft[Y_imid X_iright]$ gives that
$mathbb Eleft[varepsilon_imid X_iright]=0$, from which $mathbb Eleft[fleft(X_iright)varepsilon_iright]=0$ follows.
$endgroup$
$begingroup$
Ah, that makes sense. I was able to follow the proof for $(a/b)$ (even without knowing this decomposition exists) but somehow missed this idea, thanks!
$endgroup$
– user190080
Jan 10 at 10:17
add a comment |
$begingroup$
This follows from the equality
$$
Y_i=mathbb Eleft[Y_imid X_iright]+Y_i-mathbb Eleft[Y_imid X_iright];
$$
defining $varepsilon_i:=Y_i-mathbb Eleft[Y_imid X_iright]$ gives that
$mathbb Eleft[varepsilon_imid X_iright]=0$, from which $mathbb Eleft[fleft(X_iright)varepsilon_iright]=0$ follows.
$endgroup$
$begingroup$
Ah, that makes sense. I was able to follow the proof for $(a/b)$ (even without knowing this decomposition exists) but somehow missed this idea, thanks!
$endgroup$
– user190080
Jan 10 at 10:17
add a comment |
$begingroup$
This follows from the equality
$$
Y_i=mathbb Eleft[Y_imid X_iright]+Y_i-mathbb Eleft[Y_imid X_iright];
$$
defining $varepsilon_i:=Y_i-mathbb Eleft[Y_imid X_iright]$ gives that
$mathbb Eleft[varepsilon_imid X_iright]=0$, from which $mathbb Eleft[fleft(X_iright)varepsilon_iright]=0$ follows.
$endgroup$
This follows from the equality
$$
Y_i=mathbb Eleft[Y_imid X_iright]+Y_i-mathbb Eleft[Y_imid X_iright];
$$
defining $varepsilon_i:=Y_i-mathbb Eleft[Y_imid X_iright]$ gives that
$mathbb Eleft[varepsilon_imid X_iright]=0$, from which $mathbb Eleft[fleft(X_iright)varepsilon_iright]=0$ follows.
answered Jan 10 at 10:04
Davide GiraudoDavide Giraudo
127k16152266
127k16152266
$begingroup$
Ah, that makes sense. I was able to follow the proof for $(a/b)$ (even without knowing this decomposition exists) but somehow missed this idea, thanks!
$endgroup$
– user190080
Jan 10 at 10:17
add a comment |
$begingroup$
Ah, that makes sense. I was able to follow the proof for $(a/b)$ (even without knowing this decomposition exists) but somehow missed this idea, thanks!
$endgroup$
– user190080
Jan 10 at 10:17
$begingroup$
Ah, that makes sense. I was able to follow the proof for $(a/b)$ (even without knowing this decomposition exists) but somehow missed this idea, thanks!
$endgroup$
– user190080
Jan 10 at 10:17
$begingroup$
Ah, that makes sense. I was able to follow the proof for $(a/b)$ (even without knowing this decomposition exists) but somehow missed this idea, thanks!
$endgroup$
– user190080
Jan 10 at 10:17
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%2f3068446%2fconditional-expectation-decomposition-in-regression-analysis%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