week 2 - equations Flashcards
What equation do you use to work out total variation?
SST = SSR + SSE
Total Sum of Squares = Regression Sum of Squares + Error Sum of Squares
How do you work out SST (Total Sum of Squares)?
SST = ∑(Yi - ȳ)^2
How do you work out SSR (Regression Sum of Squares)?
SSR = ∑(Ŷi - ȳ)^2
How do you work out SSE (Error Sum of Squares)?
SSE = ∑(Yi - Ŷi)^2
What is the equation for R^2 (the Coefficient of Determination)?
R^2 = SSR / SST = regression sum of squares / total sum of squares
–> R^2 = ∑(Ŷi - ȳ)^2 / ∑(Yi - ȳ)^2
What is the equation for the Standard deviation of the variation of observations around the regression line?(What does Syx = ?)
(What does Syx = ?)
Syx = √(SSE / n-2) = √(∑(Yi - Ŷi)^2 / n-2)
where SSE = error sum of squares
n = sample size