Proving an identity involving $E(e_i^2)$ in simple OLSHow to eliminate coefficients from a sumTricky proof...

PTIJ: Mordechai mourning

Why did the Cray-1 have 8 parity bits per word?

Practical reasons to have both a large police force and bounty hunting network?

Can we carry rice to Japan?

Why are special aircraft used for the carriers in the United States Navy?

“I had a flat in the centre of town, but I didn’t like living there, so …”

What kind of inflection is occuring in passive vb + かかった?

I can't die. Who am I?

How can I handle a player who pre-plans arguments about my rulings on RAW?

Can a Mexican citizen living in US under DACA drive to Canada?

How to set path in STY file as relative to this file path

Is every open circuit a capacitor?

Adjust starting of second line

How to chmod files that have a specific set of permissions

Ahoy, Ye Traveler!

Create chunks from an array

Naming Characters after Friends/Family

I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?

Where is the fallacy here?

Rationale to prefer local variables over instance variables?

Is there a full canon version of Tyrion's jackass/honeycomb joke?

Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?

Are small insurances worth it

ToC header appears in next chapter



Proving an identity involving $E(e_i^2)$ in simple OLS


How to eliminate coefficients from a sumTricky proof that the weighted average is a better estimate than the un-weighted average:The unbiased estimator of the variance of $widehat{beta}_1$ in simple linear regressionSimple linear regression and sum of squared errorsProving the existence of $[2k, k, k]$-codesDouble sum, how to proceed?How to obtain expressions for coefficients from OLS formula?I need help simplifying a sum problem that involves a binomial raised to a powerTruncation of infinite summation involving a probability mass functionExpected value of different types of sample means













0












$begingroup$


Once expressed the simple OLS residual $e_i$ as a weighted sum of the noise terms:



begin{equation}e_{i}=sum_{j}left(delta_{i j}-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) varepsilon_{j},end{equation}



where $delta_{i j}$ is 1 when $i=j$ and 0 otherwise, I need to prove that:



$$ E(e_{i}^{2})=sigma^{2}left(1-frac{1}{n}-frac{left(x_{i}-overline{x}right)^{2}}{n s_{X}^{2}}right).$$



However, I squared the first equation and then took the expected value and exploiting the fact that $E(e_ie_j) = 0$ for $ine j$, I arrive to:



$$ E(e_{i}^{2})=sigma^{2}sum_{j}left(1-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) ^2.$$



What I'm doing wrong?










share|cite|improve this question









$endgroup$












  • $begingroup$
    Cross-post: stats.stackexchange.com/questions/395975/….
    $endgroup$
    – StubbornAtom
    2 hours ago
















0












$begingroup$


Once expressed the simple OLS residual $e_i$ as a weighted sum of the noise terms:



begin{equation}e_{i}=sum_{j}left(delta_{i j}-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) varepsilon_{j},end{equation}



where $delta_{i j}$ is 1 when $i=j$ and 0 otherwise, I need to prove that:



$$ E(e_{i}^{2})=sigma^{2}left(1-frac{1}{n}-frac{left(x_{i}-overline{x}right)^{2}}{n s_{X}^{2}}right).$$



However, I squared the first equation and then took the expected value and exploiting the fact that $E(e_ie_j) = 0$ for $ine j$, I arrive to:



$$ E(e_{i}^{2})=sigma^{2}sum_{j}left(1-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) ^2.$$



What I'm doing wrong?










share|cite|improve this question









$endgroup$












  • $begingroup$
    Cross-post: stats.stackexchange.com/questions/395975/….
    $endgroup$
    – StubbornAtom
    2 hours ago














0












0








0





$begingroup$


Once expressed the simple OLS residual $e_i$ as a weighted sum of the noise terms:



begin{equation}e_{i}=sum_{j}left(delta_{i j}-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) varepsilon_{j},end{equation}



where $delta_{i j}$ is 1 when $i=j$ and 0 otherwise, I need to prove that:



$$ E(e_{i}^{2})=sigma^{2}left(1-frac{1}{n}-frac{left(x_{i}-overline{x}right)^{2}}{n s_{X}^{2}}right).$$



However, I squared the first equation and then took the expected value and exploiting the fact that $E(e_ie_j) = 0$ for $ine j$, I arrive to:



$$ E(e_{i}^{2})=sigma^{2}sum_{j}left(1-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) ^2.$$



What I'm doing wrong?










share|cite|improve this question









$endgroup$




Once expressed the simple OLS residual $e_i$ as a weighted sum of the noise terms:



begin{equation}e_{i}=sum_{j}left(delta_{i j}-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) varepsilon_{j},end{equation}



where $delta_{i j}$ is 1 when $i=j$ and 0 otherwise, I need to prove that:



$$ E(e_{i}^{2})=sigma^{2}left(1-frac{1}{n}-frac{left(x_{i}-overline{x}right)^{2}}{n s_{X}^{2}}right).$$



However, I squared the first equation and then took the expected value and exploiting the fact that $E(e_ie_j) = 0$ for $ine j$, I arrive to:



$$ E(e_{i}^{2})=sigma^{2}sum_{j}left(1-frac{1}{n}-left(x_{i}-overline{x}right) frac{x_{j}-overline{x}}{n s_{X}^{2}}right) ^2.$$



What I'm doing wrong?







summation proof-explanation linear-regression






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 3 hours ago









pdbpdb

205




205












  • $begingroup$
    Cross-post: stats.stackexchange.com/questions/395975/….
    $endgroup$
    – StubbornAtom
    2 hours ago


















  • $begingroup$
    Cross-post: stats.stackexchange.com/questions/395975/….
    $endgroup$
    – StubbornAtom
    2 hours ago
















$begingroup$
Cross-post: stats.stackexchange.com/questions/395975/….
$endgroup$
– StubbornAtom
2 hours ago




$begingroup$
Cross-post: stats.stackexchange.com/questions/395975/….
$endgroup$
– StubbornAtom
2 hours ago










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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3138682%2fproving-an-identity-involving-ee-i2-in-simple-ols%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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3138682%2fproving-an-identity-involving-ee-i2-in-simple-ols%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

If gravity precedes the formation of a solar system, where did the mass come from that caused the gravity? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Where does the Solar System end?The defintion of star/planetary/solar systemSolar System formation, considering its and the universe's ageNaming of the planets of the solar systemEjected planets during the early stages of the formation of the Solar SystemWhy are some universal entities round and others are flat?Are the “extinct species” of meteorites originally from the “Barbarian” asteroids?Is the galaxy made of a nebula or the solar system?Are the planets Trappist-1 in the solar system?How is the term “solar system” defined? Could confirmation of a new planet lead to a change in this definition?

Why is system upgrade showing unstable version when upgrading in backend?System Settings > System Upgrade link does not existsComposer Error While upgrading magento version 2.1.6 to 2.2.2How to upgrade magento 1.4.0.0 to above 1.6 versionIssue with upgrading Magento Version from 2.1.7 to 2.1.12Magento 2.2.5: Error on running setup: upgrade after upgrading Magento from 2.2.2 to 2.2.5Are there any Magento Code Release Notes?getting error when upgrading from Magento 2.1.5 to Magento 2.2.6Will the installed third party plugins upgrade when we upgrade Magento version via composerWhy PHP Settings Check and Checking Component Dependency showing error during Magento 2.3 upgrade?Fatal error: Out of memory (in composer) during upgrade Magento2.2.1 to Magento 2.3 when run composer update command