I have seen this result and I am trying to figure out how to derive it from $SSE = \sum(Y_i - \hat{Y})^2$. I know that $r = \frac{s_{xy}}{\sqrt{s_{xx}s_{yy}}} $ and I have seen online to use and substitute in $ S_{xy}^2=r^2s_{xx}s_{yy}$ but I am not sure where to do that or how to represent $SSE$ as a sum of squares.
2026-03-28 06:59:57.1774681197
Derivation of $SSE =S_{yy} - S_{xy}^2/S_{xx}$
77 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in REGRESSION
- How do you calculate the horizontal asymptote for a declining exponential?
- Linear regression where the error is modified
- Statistics - regression, calculating variance
- Why does ANOVA (and related modeling) exist as a separate technique when we have regression?
- Gaussian Processes Regression with multiple input frequencies
- Convergence of linear regression coefficients
- The Linear Regression model is computed well only with uncorrelated variables
- How does the probabilistic interpretation of least squares for linear regression works?
- How to statistically estimate multiple linear coefficients?
- Ridge Regression in Hilbert Space (RKHS)
Related Questions in VARIANCE
- Proof that $\mathrm{Var}\bigg(\frac{1}{n} \sum_{i=1}^nY_i\bigg) = \frac{1}{n}\mathrm{Var}(Y_1)$
- $\{ X_{i} \}_{i=1}^{n} \thicksim iid N(\theta, 1)$. What is distribution of $X_{2} - X_{1}$?
- Reason generalized linear model
- Variance of $\mathrm{Proj}_{\mathcal{R}(A^T)}(z)$ for $z \sim \mathcal{N}(0, I_m)$.
- Variance of a set of quaternions?
- Is the usage of unbiased estimator appropriate?
- Stochastic proof variance
- Bit of help gaining intuition about conditional expectation and variance
- Variance of $T_n = \min_i \{ X_i \} + \max_i \{ X_i \}$
- Compute the variance of $S = \sum\limits_{i = 1}^N X_i$, what did I do wrong?
Related Questions in COVARIANCE
- Let $X, Y$ be random variables. Then: $1.$ If $X, Y$ are independent and ...
- Correct formula for calculation covariances
- How do I calculate if 2 stocks are negatively correlated?
- Change order of eigenvalues and correspoding eigenvector
- Compute the variance of $S = \sum\limits_{i = 1}^N X_i$, what did I do wrong?
- Bounding $\text{Var}[X+Y]$ as a function of $\text{Var}[X]+\text{Var}[Y]$
- covariance matrix for two vector-valued time series
- Calculating the Mean and Autocovariance Function of a Piecewise Time Series
- Find the covariance of a brownian motion.
- Autocovariance of a Sinusodial Time Series
Related Questions in LINEAR-REGRESSION
- Least Absolute Deviation (LAD) Line Fitting / Regression
- How does the probabilistic interpretation of least squares for linear regression works?
- A question regarding standardized regression coefficient in a regression model with more than one independent variable
- Product of elements of a linear regression
- Covariance of least squares parameter?
- Contradiction in simple linear regression formula
- Prove that a random error and the fitted value of y are independent
- Is this a Generalized Linear Model?
- The expected value of mean sum of square for the simple linear regression
- How to get bias-variance expression on linear regression with p parameters?
Related Questions in SUMS-OF-SQUARES
- How many variations of new primitive Pythagorean triples are there when the hypotenuse is multiplied by a prime?
- If $x^2-dy^2 = -1$ has a solution in $\mathbb{Z^2}$, then $d$ is the sum of two coprime squares.
- How to interpret this visual proof for Archimedes' derivation of Sum of Squares?
- consecutive integers that are not the sum of 2 squares.
- Sum of the Squares of the First n square Numbers is not a perfect square number
- How many sub-square matrices does a square matrix have and is there a simple formula for it?
- On near-Pythagorean triples $(n^5-2n^3+2n)^2 + (2n^4-2n^2+1)^2 = n^{10} + 1$
- Closed form for the sum $\sum_{n=-\infty}^{\infty}\sum_{m=-\infty}^{\infty}{\left(n^2+m^2\right)^{-{p}}}$
- Prove that any power of $10$ can be written as sum of two squares
- Can Gauss-Newton algorithm give better optimization performances than Newton algorithm?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
the key point is, in regression analysis: $$r^2 = \frac{SSR}{SST} = \frac{L_{xy}^2}{L_{xx}L_{yy}} = \frac{S_{xy}^2}{S_{xx}S_{yy}}$$ hence to prove: $$SSE = L_{yy} - \frac{L_{xy}^2}{L_{xx}}$$ is to prove: $$SSE = L_{yy} - \frac{r^2 L_{xx} L_{yy}}{L_{xx}}$$ $$SSE = L_{yy} - r^2 L_{yy}$$ $$SSE = (1 - r^2) L_{yy}$$ $$SSE = (1 - \frac{SSR}{SST}) L_{yy}$$ $$SSE = \frac{SST - SSR}{SST} L_{yy}$$ by $$SST = SSR + SSE$$ hence $$SSE = \frac{SSE}{SST} L_{yy} $$ notice that $$SST = L_{yy} = \sum_{i=1}^{n} (y_i - \bar y)^2$$ hence $$SSE = SSE$$ $$Q.E.D$$
also be aware of the difference between $L_{yy}$ and $S_{yy}$ $$S_{yy} = \frac{1}{n-1}\sum_{i=1}^{n} (y_i - \bar y)^2$$ $$S_{xy} = \frac{1}{n-1}\sum_{i=1}^{n} (y_i - \bar y) (x_i - \bar x)$$ however $$L_{yy} = \sum_{i=1}^{n} (y_i - \bar y)^2$$ $$L_{xy} = \sum_{i=1}^{n} (y_i - \bar y) (x_i - \bar x)$$ which means $$L_{yy} = (n - 1)S_{yy}$$ $$L_{xx} = (n - 1)S_{xx}$$ $$L_{xy} = (n - 1)S_{xy}$$ but $$r^2 = \frac{L_{xy}^2}{L_{xx}L_{yy}} = \frac{S_{xy}^2}{S_{xx}S_{yy}}$$ holds since you can get rid of all coefficents