100 likes | 224 Vues
This text provides a comprehensive overview of linear regression analysis, focusing on the correlation between variables X and Y. It highlights how, in cases of perfect correlation, one variable can perfectly predict the other. The discussion extends to imperfect correlations and introduces key concepts such as explained and unexplained variance, represented mathematically in terms of total variance and the correlation coefficient r². Additionally, practical examples are included to clarify these statistical concepts.
E N D
Monday, October 17 Linear Regression
zy = zx When X and Y are perfectly correlated
We can say that zx perfectly predicts zy zy’ = zx Or zy = zx ^
When they are imperfectly correlated, i.e., rxy ≠ 1 or -1 zy’ = rxyzx
When we want to express the prediction in terms of raw units: zy’ = rxyzx Y’ = bYXX + aYX bYX = rYX (σy / σx) aYX = Y - bYXX _ _
SStotal = SSexplained+SSunexplained N N N Explained and unexplained variance SStotal = SSexplained + SSunexplained
σ2Y’ [ =unexplained] σ2Y [ =total] Explained and unexplained variance r2XY = 1 - σ2Y - σ2Y’ = σ2Y r2 is the proportion explained variance to the total variance.