Property of least squares estimates question
$begingroup$
The assumption is the following.
$$E[Y_i]=beta _0 +beta _{1}X_i, Var[Y_i]=sigma ^2, Cov[Y_i,Y_j]=0, forall ine j $$
Where $hat beta_0$ and $hat beta_1 $ are the least squares estimators.
I want to prove that $E[hat beta_1]=beta_1$ and I am looking at my professor's work,
I get the first two rows, but I do not understand how he got the third row.
understand that
$$E[Sigma (x_i-bar{x})y_i]=Sigma left( E[(x_i-bar{x})y_i] right)$$
but I don't know how he got rid of the Expected value part.
May I get some help?
statistics regression expected-value
$endgroup$
add a comment |
$begingroup$
The assumption is the following.
$$E[Y_i]=beta _0 +beta _{1}X_i, Var[Y_i]=sigma ^2, Cov[Y_i,Y_j]=0, forall ine j $$
Where $hat beta_0$ and $hat beta_1 $ are the least squares estimators.
I want to prove that $E[hat beta_1]=beta_1$ and I am looking at my professor's work,
I get the first two rows, but I do not understand how he got the third row.
understand that
$$E[Sigma (x_i-bar{x})y_i]=Sigma left( E[(x_i-bar{x})y_i] right)$$
but I don't know how he got rid of the Expected value part.
May I get some help?
statistics regression expected-value
$endgroup$
$begingroup$
Because $x$ is non-random and $y$ is random( the denominator in $hatbeta_1$ is just a constant).
$endgroup$
– StubbornAtom
Feb 3 at 6:26
$begingroup$
Can you elaborate on that, please? How can you tell that x is non-random and y is?
$endgroup$
– hyg17
Feb 3 at 6:46
$begingroup$
That part must have been mentioned right at the start, because otherwise how can you proceed?
$endgroup$
– StubbornAtom
Feb 3 at 6:47
add a comment |
$begingroup$
The assumption is the following.
$$E[Y_i]=beta _0 +beta _{1}X_i, Var[Y_i]=sigma ^2, Cov[Y_i,Y_j]=0, forall ine j $$
Where $hat beta_0$ and $hat beta_1 $ are the least squares estimators.
I want to prove that $E[hat beta_1]=beta_1$ and I am looking at my professor's work,
I get the first two rows, but I do not understand how he got the third row.
understand that
$$E[Sigma (x_i-bar{x})y_i]=Sigma left( E[(x_i-bar{x})y_i] right)$$
but I don't know how he got rid of the Expected value part.
May I get some help?
statistics regression expected-value
$endgroup$
The assumption is the following.
$$E[Y_i]=beta _0 +beta _{1}X_i, Var[Y_i]=sigma ^2, Cov[Y_i,Y_j]=0, forall ine j $$
Where $hat beta_0$ and $hat beta_1 $ are the least squares estimators.
I want to prove that $E[hat beta_1]=beta_1$ and I am looking at my professor's work,
I get the first two rows, but I do not understand how he got the third row.
understand that
$$E[Sigma (x_i-bar{x})y_i]=Sigma left( E[(x_i-bar{x})y_i] right)$$
but I don't know how he got rid of the Expected value part.
May I get some help?
statistics regression expected-value
statistics regression expected-value
asked Feb 3 at 6:22


hyg17hyg17
2,00422044
2,00422044
$begingroup$
Because $x$ is non-random and $y$ is random( the denominator in $hatbeta_1$ is just a constant).
$endgroup$
– StubbornAtom
Feb 3 at 6:26
$begingroup$
Can you elaborate on that, please? How can you tell that x is non-random and y is?
$endgroup$
– hyg17
Feb 3 at 6:46
$begingroup$
That part must have been mentioned right at the start, because otherwise how can you proceed?
$endgroup$
– StubbornAtom
Feb 3 at 6:47
add a comment |
$begingroup$
Because $x$ is non-random and $y$ is random( the denominator in $hatbeta_1$ is just a constant).
$endgroup$
– StubbornAtom
Feb 3 at 6:26
$begingroup$
Can you elaborate on that, please? How can you tell that x is non-random and y is?
$endgroup$
– hyg17
Feb 3 at 6:46
$begingroup$
That part must have been mentioned right at the start, because otherwise how can you proceed?
$endgroup$
– StubbornAtom
Feb 3 at 6:47
$begingroup$
Because $x$ is non-random and $y$ is random( the denominator in $hatbeta_1$ is just a constant).
$endgroup$
– StubbornAtom
Feb 3 at 6:26
$begingroup$
Because $x$ is non-random and $y$ is random( the denominator in $hatbeta_1$ is just a constant).
$endgroup$
– StubbornAtom
Feb 3 at 6:26
$begingroup$
Can you elaborate on that, please? How can you tell that x is non-random and y is?
$endgroup$
– hyg17
Feb 3 at 6:46
$begingroup$
Can you elaborate on that, please? How can you tell that x is non-random and y is?
$endgroup$
– hyg17
Feb 3 at 6:46
$begingroup$
That part must have been mentioned right at the start, because otherwise how can you proceed?
$endgroup$
– StubbornAtom
Feb 3 at 6:47
$begingroup$
That part must have been mentioned right at the start, because otherwise how can you proceed?
$endgroup$
– StubbornAtom
Feb 3 at 6:47
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$X$ is a variable, but not a random variable. To be more rigorous, I would prefer conditioning on $X$, i.e,
begin{align}
mathbb{E}[hat{beta}_1|X] &=mathbb{E}left(frac{sum(X_i - bar{X})Y_i}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=
left(frac{sum(X_i - bar{X})(beta_0 + beta_1 X_i)}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=beta_1
end{align}
$endgroup$
add a comment |
Your Answer
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%2f3098256%2fproperty-of-least-squares-estimates-question%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$
$X$ is a variable, but not a random variable. To be more rigorous, I would prefer conditioning on $X$, i.e,
begin{align}
mathbb{E}[hat{beta}_1|X] &=mathbb{E}left(frac{sum(X_i - bar{X})Y_i}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=
left(frac{sum(X_i - bar{X})(beta_0 + beta_1 X_i)}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=beta_1
end{align}
$endgroup$
add a comment |
$begingroup$
$X$ is a variable, but not a random variable. To be more rigorous, I would prefer conditioning on $X$, i.e,
begin{align}
mathbb{E}[hat{beta}_1|X] &=mathbb{E}left(frac{sum(X_i - bar{X})Y_i}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=
left(frac{sum(X_i - bar{X})(beta_0 + beta_1 X_i)}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=beta_1
end{align}
$endgroup$
add a comment |
$begingroup$
$X$ is a variable, but not a random variable. To be more rigorous, I would prefer conditioning on $X$, i.e,
begin{align}
mathbb{E}[hat{beta}_1|X] &=mathbb{E}left(frac{sum(X_i - bar{X})Y_i}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=
left(frac{sum(X_i - bar{X})(beta_0 + beta_1 X_i)}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=beta_1
end{align}
$endgroup$
$X$ is a variable, but not a random variable. To be more rigorous, I would prefer conditioning on $X$, i.e,
begin{align}
mathbb{E}[hat{beta}_1|X] &=mathbb{E}left(frac{sum(X_i - bar{X})Y_i}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=
left(frac{sum(X_i - bar{X})(beta_0 + beta_1 X_i)}{sum (X_i - bar{X})^2} |X=mathrm{x} right)\
&=beta_1
end{align}
answered Feb 3 at 20:15
V. VancakV. Vancak
11.4k31026
11.4k31026
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%2f3098256%2fproperty-of-least-squares-estimates-question%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$
Because $x$ is non-random and $y$ is random( the denominator in $hatbeta_1$ is just a constant).
$endgroup$
– StubbornAtom
Feb 3 at 6:26
$begingroup$
Can you elaborate on that, please? How can you tell that x is non-random and y is?
$endgroup$
– hyg17
Feb 3 at 6:46
$begingroup$
That part must have been mentioned right at the start, because otherwise how can you proceed?
$endgroup$
– StubbornAtom
Feb 3 at 6:47