Chapter 10 - Simple Linear Regression Flashcards
State the simple linear regression model
State the formula for residuals in Simple Linear Regression
State the formula for sum squares of Y
State the formula for the sum squares of X
State the formula for the sum of squares X & Y
State the formula’s to determine the Simple Linear Regresion line
What is the sum squares of the residuals?
All the variation not explained by the model
What is the sum square of reggresion?
What is the total of sum of squarse? In simple linear regression
What is SS-total equal to when there is no correlation in simple linear regresion analysis?
How is an ANOVA table laid out for linear regression?
State the distrubution of b1 in simple linear regression
s = sqr(SS-res/(n-2))
What is the correlation coefficient?
What is the r^2 ?
Square of the correlation coefficient, also equal to (SS-reg/SS-total)
What are the assumptions of simple linear regression?
- Linear model is appropriate
- Error terms are normally distributed
- error terms have constant variance
- error terms are uncorrelated