Podcast
Questions and Answers
What is the equation for SST?
What is the equation for SST?
- SST = SSR - SSE
- SST = SSR * SSE
- SST = SSR + SSE (correct)
- SST = SSR / SSE
What is SST?
What is SST?
Total Sum of Squares
What does SSR stand for?
What does SSR stand for?
Sum of Squares due to Regression
What does SSE stand for?
What does SSE stand for?
How is SST calculated?
How is SST calculated?
How is SSR calculated?
How is SSR calculated?
How is SSE calculated?
How is SSE calculated?
What is r^2 in regression analysis?
What is r^2 in regression analysis?
Flashcards are hidden until you start studying
Study Notes
Sum of Squares Overview
- SST (Total Sum of Squares) represents the total variability in the dependent variable.
- The formula relating the concepts is: SST = SSR + SSE.
Definitions of Key Components
- SSR (Sum of Squares Due to Regression) quantifies the variation explained by the regression model.
- SSE (Sum of Squares Due to Error) measures the variation not explained by the model, indicating the residual error.
Calculations
-
To calculate SST:
- Use the formula Sum(yi - averagey)², where yi represents each observed value and averagey is the mean of those values.
-
To calculate SSR:
- Use the formula Sum(yhat - averagey)², where yhat is the predicted value from the regression model.
-
To calculate SSE:
- Use the formula Sum(yi - yhat)², measuring the discrepancies between observed values and predicted values.
Coefficient of Determination
- The R² value is defined as SSR/SST, representing the proportion of the variance in the dependent variable that is predictable from the independent variable(s).
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.