Simple Linear Regression (SLR) CHE1147 Saed Sayad University of Toronto
Types of Correlation Positive correlation Negative correlation No correlation
Simple linear regression describes the linear relationship between a predictor variable, plotted on the x-axis, and a response variable, plotted on the y-axis dependent Variable (Y) Independent Variable (X)
Y 1.0 X
Y 1.0 X
Y X
ε Y ε X
Fitting data to a linear model Observations are measure in a bivariate way intercept slope residuals
How to fit data to a linear model? The Ordinary Least Square Method (OLS)
Least Squares Regression Model line: Residual (ε) = Sum of squares of residuals = we must find values of and that minimise
Regression Coefficients
Required Statistics
Descriptive Statistics
Regression Statistics
explained by predictors Variance to be explained by predictors (SST) Y
X1 Variance explained by X1 (SSR) Y Variance NOT explained by X1 (SSE)
Regression Statistics
Coefficient of Determination Regression Statistics Coefficient of Determination to judge the adequacy of the regression model
Regression Statistics Correlation measures the strength of the linear association between two variables.
Regression Statistics Standard Error for the regression model
ANOVA to test significance of regression df SS MS F P-value Regression 1 SSR SSR / df MSR / MSE P(F) Residual n-2 SSE SSE / df Total n-1 SST If P(F)<a then we know that we get significantly better prediction of Y from the regression model than by just predicting mean of Y. ANOVA to test significance of regression
Hypothesis Tests for Regression Coefficients
Hypotheses Tests for Regression Coefficients
Confidence Interval for b1 Confidence Interval on Regression Coefficients Confidence Interval for b1
Hypothesis Tests on Regression Coefficients
Confidence Interval for the intercept Confidence Interval on Regression Coefficients Confidence Interval for the intercept
We would reject the null hypothesis if Hypotheses Test the Correlation Coefficient We would reject the null hypothesis if
Diagnostic Tests For Regressions Expected distribution of residuals for a linear model with normal distribution or residuals (errors).
Diagnostic Tests For Regressions Residuals for a non-linear fit
Diagnostic Tests For Regressions Residuals for a quadratic function or polynomial
Diagnostic Tests For Regressions Residuals are not homogeneous (increasing in variance)
Regression – important points Ensure that the range of values sampled for the predictor variable is large enough to capture the full range to responses by the response variable.
Y X Y X
Regression – important points 2. Ensure that the distribution of predictor values is approximately uniform within the sampled range.
Y X Y X
Assumptions of Regression 1. The linear model correctly describes the functional relationship between X and Y.
Assumptions of Regression 1. The linear model correctly describes the functional relationship between X and Y. Y X
Assumptions of Regression 2. The X variable is measured without error Y X
Assumptions of Regression 3. For any given value of X, the sampled Y values are independent 4. Residuals (errors) are normally distributed. 5. Variances are constant along the regression line.
Multiple Linear Regression (MLR)
The linear model with a single predictor variable X can easily be extended to two or more predictor variables.
X2 X1 Y Common variance explained by X1 and X2 Unique variance explained by X2 X2 X1 Y Unique variance explained by X1 Variance NOT explained by X1 and X2
A “good” model X1 X2 Y
Partial Regression Coefficients intercept residuals Partial Regression Coefficients (slopes): Regression coefficient of X after controlling for (holding all other predictors constant) influence of other variables from both X and Y.
Ordinary Least Square Intercept and Slopes: Predicted Values: The matrix algebra of Ordinary Least Square Intercept and Slopes: Predicted Values: Residuals:
Regression Statistics How good is our model?
Coefficient of Determination Regression Statistics Coefficient of Determination to judge the adequacy of the regression model
Regression Statistics n = sample size k = number of independent variables Adjusted R2 are not biased!
Regression Statistics Standard Error for the regression model
ANOVA to test significance of regression at least one! df SS MS F P-value Regression k SSR SSR / df MSR / MSE P(F) Residual n-k-1 SSE SSE / df Total n-1 SST If P(F)<a then we know that we get significantly better prediction of Y from the regression model than by just predicting mean of Y. ANOVA to test significance of regression
Hypothesis Tests for Regression Coefficients
Hypotheses Tests for Regression Coefficients
Confidence Interval for bi Confidence Interval on Regression Coefficients Confidence Interval for bi
Diagnostic Tests For Regressions Expected distribution of residuals for a linear model with normal distribution or residuals (errors).
Standardized Residuals
Model Selection Avoiding predictors (Xs) that do not contribute significantly to model prediction
Model Selection - Forward selection - Backward elimination The ‘best’ predictor variables are entered, one by one. - Backward elimination The ‘worst’ predictor variables are eliminated, one by one.
Forward Selection
Backward Elimination
Model Selection: The General Case Reject H0 if :
Multicolinearity The degree of correlation between Xs. A high degree of multicolinearity produces unacceptable uncertainty (large variance) in regression coefficient estimates (i.e., large sampling variation) Imprecise estimates of slopes and even the signs of the coefficients may be misleading. t-tests which fail to reveal significant factors.
Scatter Plot
Multicolinearity If the F-test for significance of regression is significant, but tests on the individual regression coefficients are not, multicolinearity may be present. Variance Inflation Factors (VIFs) are very useful measures of multicolinearity. If any VIF exceed 5, multicolinearity is a problem.
Prediction Error Sum of Squares Model Evaluation Prediction Error Sum of Squares (leave-one-out)
Thank You!