1 / 64

Simple Linear Regression

Simple Linear Regression. 1. Introduction. Example:. Brad Pitt: 1.83m Angelina Jolie: 1.70m. George Bush :1.81m Laura Bush: ?. David Beckham: 1.83m Victoria Beckham: 1.68m. ● To predict height of the wife in a couple, based on the husband’s height.

trista
Download Presentation

Simple Linear Regression

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Simple Linear Regression

  2. 1. Introduction Example: Brad Pitt: 1.83m Angelina Jolie: 1.70m George Bush :1.81m Laura Bush: ? David Beckham: 1.83m Victoria Beckham: 1.68m ● To predict height of the wife in a couple, based on the husband’s height Response (out come or dependent) variable (Y): height of the wife Predictor (explanatory or independent) variable (X): height of the husband

  3. Regression analysis: ●regression analysis is a statistical methodology to estimate the relationship of a response variable to a set of predictor variable. ●when there is just one predictor variable, we will use simple linear regression. When there are two or more predictor variables, we use multiple linear regression. ● The earliest form of linear regression was the method of least squares, which was published by Legendre in 1805, and by Gauss in 1809. ● The method was extended by Francis Galton in the 19th century to describe a biological phenomenon. ● This work was extended by Karl Pearson and Udny Yule to a more general statistical context around 20th century. ● when it is not clear which variable represents a response and which is a predictor, correlation analysis is used to study the strength of the relationship History:

  4. A probabilistic model • We denote the n observed values of the predictor variable x as • We denote the corresponding observed values of the response variable Y as

  5. Notations of the simple linear Regression - Observed value of the random variable Yi depends on xi - random error with unknown mean of Yi True Regression Line Unknown Slope Unknown Intercept

  6. Simple Linear Regression Model y = dependent variable x = independent variable b0 = intercept b1 = slope of the line = error variable b0 and b1 are unknown, therefore, are estimated from the data. y Rise b1 = Rise/Run Run b0 x

  7. 4 BASIC ASSUMPTIONS – for statistical inference Linear function of the predictor variable Have a common variance, Same for all values of x. Normally distributed Independent

  8. Comments: 1. Linear not in x But in the parameters and Example: linear, logx = x* 2. Predictor variable is not set as predetermined fixed values, is random along with Y. The model can be considered as a conditional model Example: Height and Weight of the children. Height (X) – given Weight (Y) – predict Conditional expectation of Y given X = x

  9. 2. Fitting the Simple Linear Regression Model 2.1 Least Squares (LS) Fit

  10. Example 10.1 (Tires Tread Wearvs. Mileage: Scatter Plot. From: Statistics and Data Analysis; Tamhane and Dunlop; Prentice Hall. )

  11. Estimating the Coefficients • The estimates are determined by • drawing a sample from the population of interest, • calculating sample statistics. • producing a straight line that cuts into the data. y w The question is: Which straight line fits best? w w w w w w w w w w w w w w x

  12. 1 1 For the least squares regression method, the best line is the one that minimizes the sum of squared vertical differences between the points and the line. (2,4) 4 w (4,3.2) w 3 2.5 The smaller the sum of squared differences the better the fit of the line to the data. 2 w (1,2) (3,1.5) w 2 3 4

  13. The “best” fitting straight line in the sense of minimizing Q: LS estimate One way to find the LS estimate and Setting these partial derivatives equal to zero and simplifying, we get the normal equations:

  14. Solve the equations and we get

  15. To simplify, we introduce • The resulting equation is known as the least squares regression line, which is an estimate of the true regression line.

  16. Example 10.2 (Tire Tread vs. Mileage: LS Line Fit) Find the equation of the line for the tire tread wear data from Table10.1,we have and n=9.From these we calculate

  17. The slope and intercept estimates are Therefore, the equation of the LS line is Conclusion: there is a loss of 7.281 mils in the tire groove depth for every 1000 miles of driving. Given a particular We can find This means that the mean groove depth for all tires driven for 25,000miles is estimated to be 178.62 miles.

  18. 2.2 Goodness of Fit of the LS Line • Coefficient of Determination and Correlation • The residuals: are used to evaluate the goodness of fit of the LS line.

  19. We define: Note: total sum of squares (SST) Regression sum of squares (SSR) Error sum of squares (SSE) is called the coefficient of determination

  20. Example 10.3 (Tire Tread Wear vs. Mileage: Coefficient of Determination and Correlation • For the tire tread wear data, calculate using the result s from example 10.2 We have • Next calculate • Therefore • The Pearson correlation is where the sign of r follows from the sign of since 95.3% of the variation in tread wear is accounted for by linear regression on mileage, the relationship between the two is strongly linear with a negative slope.

  21. The Maximum Likelihood Estimators (MLE) • Consider the linear model: where is drawn from a normal population with mean 0 and standard deviation σ, the likelihood function for Y is: • Thus, the log-likelihood for the data is:

  22. The MLE Estimators • Solving • We obtain the MLEs of the three unknown model parameters • The MLEs of the model parameters a and b are the same as the LSEs – both unbiased • The MLE of the error variance, however, is biased:

  23. 2.3 An Unbiased Estimator of s2 An unbiased estimate ofis given by Example 10.4(Tire Tread Wear Vs. Mileage: Estimate of Find the estimate of for the tread wear data using the results from Example 10.3 We have SSE=2351.3 and n-2=7,therefore Which has 7 d.f. The estimate of is miles.

  24. 3. Statistical Inference on b0 and b1 Under the normal error assumption * Point estimators: * Sampling distributions of and : For mathematical derivations, please refer to the Tamhane and Dunlop text book, P331.

  25. Statistical Inference on b0 and b1 , Con’t * Pivotal Quantities (P.Q.’s): * Confidence Intervals (CI’s):

  26. Statistical Inference on b0 and b1 , Con’t * Hypothesis tests: -- Test statistics: -- At the significance level , we reject in favor of if and only if (iff) --The first test is used to show whether there is a linear relationship between x and y

  27. Analysis of Variance (ANOVA), Con’t Mean Square: -- a sum of squares divided by its d.f.

  28. Analysis of Variance (ANOVA) ANOVA Table Example:

  29. 4. Finance Application: Market Model • One of the most important applications of linear regression is the market model. • It is assumed that rate of return on a stock (R) is linearly related to the rate of return on the overall market. R = b0 + b1Rm +e Rate of return on a particular stock Rate of return on some major stock index The beta coefficient measures how sensitive the stock’s rate of return is to changes in the level of the overall market.

  30. Example The market model • Estimate the market model for Nortel, a stock traded in the Toronto Stock Exchange. • Data consisted of monthly percentage return for Nortel and monthly percentage returnfor all the stocks. This is a measure of the stock’s market related risk. In this sample, for each 1% increase in the TSE return, the average increase in Nortel’s return is .8877%. This is a measure of the total risk embedded in the Nortel stock, that is market-related. Specifically, 31.37% of the variation in Nortel’s return are explained by the variation in the TSE’s returns.

  31. 5. Regression Diagnostics5.1 Checking for Model Assumptions • Checking for Linearity • Checking for Constant Variance • Checking for Normality • Checking for Independence

  32. Checking for Linearity Xi =Mileage Y=β0+ β1x Yi =Groove Depth ^ ^ ^ ^ Y=β0+ β1x Yi =fitted value ^ ei =residual Residual = ei = Yi- Yi

  33. Checking for Normality

  34. Checking for Constant Variance Var(Y) is not constant. A sample residual plots when Var(Y) is constant.

  35. Does not apply for Simple Linear Regression Model Only apply for time series data Checking for Independence

  36. 5.2 Checking for Outliers & Influential Observations • What is OUTLIER • Why checking for outliers is important • Mathematical definition • How to deal with them

  37. 5.2-A. Intro Recall Box and Whiskers Plot (Chapter 4 of T&D) • Where (mild) OUTLIER is defined as any observations that lies outside of Q1-(1.5*IQR) and Q3+(1.5*IQR) (Interquartile range, IQR = Q3 − Q1) • (Extreme) OUTLIER as that lies outside of Q1-(3*IQR) and Q3+(3*IQR) • Observation "far away" from the rest of the data

  38. 5.2-B. Why are outliers a problem? • May indicate a sample peculiarity or a data entry error or other problem ; • Regression coefficients estimated that minimize the Sum of Squares for Error (SSE) are very sensitive to outliers >>Bias or distortion of estimates; • Any statistical test based on sample means and variances can be distorted In the presence of outliers >>Distortion of p-values; • Faulty conclusions. Example: ( Estimators not sensitive to outliers are said to be robust)

  39. 5.2-C. Mathematical Definition • Outlier The standardized residual is given by • If |ei*|>2, then the corresponding observation may be regarded an outlier. • Example: (Tire Tread Wear vs. Mileage) • STUDENTIZED RESIDUAL: a type of standardized residual calculated with the current observation deleted from the analysis. • The LS fit can be excessively influenced by observation that is not necessarily an outlier as defined above.

  40. eg.1 with without eg.2 scatter plot residual plot 5.2-C. Mathematical Definition • Influential Observation Observation with extreme x-value, y-value, or both. • On average hii is (k+1)/n, regard any hii>2(k+1)/n as high leverage; • If xi deviates greatly from mean x, then hii is large; • Standardized residual will be large for a high leverage observation; • Influence can be thought of as the product of leverage and outlierness. • Example: (Observation is influential/ high leverage, but not an outlier)

  41. 5.2-C. SAS code of the tire example SAS code Data tire; Input x y; Datalines; 0 394.33 4 329.50 … 32 150.33; Run; procregdata=tire; model y=x; outputout=resid rstudent=r h=lev cookd=cd dffits=dffit; Run; procprintdata=resid; where abs(r)>=2 or lev>(4/9) or cd>(4/9) or abs(dffit)>(2*sqrt(1/9)); run;

  42. 5.2-C. SAS output of the tire example SAS output

  43. 5.2-D. How to deal with Outliers & Influential Observations • Investigate (Data errors? Rare events? Can be corrected?) • Ways to accommodate outliers • Non Parametric Methods (robust to outliers) • Data Transformations • Deletion (or report model results both with and without the outliers or influential observations to see how much they change)

  44. 5.3 Data Transformations Reason • To achieve linearity • To achieve homogeneity of variance • To achieve normality or symmetry about the regression equation

  45. Types of Transformation • Linearzing Transformation transformation of a response variable, or predicted variable, or both, which produces an approximate linear relationship between variables. • Variance Stabilizing Transformation make transformation if the constant variance assumption is violated

  46. Linearizing Transformation • Use mathematical operation, e.g. square root, power, log, exponential, etc. • Only one variable needs to be transformed in the simple linear regression. Which one? Predictor or Response? Why?

  47. e.g. We take a log transformation on Y = a exp (-bx) <=> log Y = log a - b x

  48. Variance Stabilizing Transformation Delta method :Two terms Taylor-series approximations Var( h(Y)) ≈ [h(m)]2 g2 (m) whereVar(Y) = g2(m), E(Y) = m • set [h’(m)]2 g2 (m) = 1 • h’(m) = • h(m) =   h(y) = e.g. Var(Y) = c2 m2 , where c > 0, g(m) = cm ↔ g(y) = cy h(y) = = = Therefore it is the logarithmic transformation

More Related