Presentation is loading. Please wait.

Presentation is loading. Please wait.

REGRESSION Want to predict one variable (say Y) using the other variable (say X) GOAL: Set up an equation connecting X and Y. Linear regression linear.

Similar presentations


Presentation on theme: "REGRESSION Want to predict one variable (say Y) using the other variable (say X) GOAL: Set up an equation connecting X and Y. Linear regression linear."— Presentation transcript:

1 REGRESSION Want to predict one variable (say Y) using the other variable (say X) GOAL: Set up an equation connecting X and Y. Linear regression linear eqn: y= α + βx, α= y-intercept, β= slope. We fit a line, regression line, to the data (scatter plot) y= α + βx

2 REGRESSION LINE – understanding the coefficients Regression line: y= α + βx, α= y-intercept, β= slope Example: The study of income an savings from the last lecture. X=income, Y=savings, data in thousands $. Suppose y = - 4 + 0.14 x. Slope. Change in y per unit increase in x. For $1,000 increase in income, savings increase by 0.14($1000)=$140. Intercept. Value of y, when x=0. If one has no income, one has “-4($1000)” savings. Nonsense in this case.

3 REGRESSION LINE- LEAST SQUARES PRINCIPLE How to find the line of best fit to the data? Use the Least Squares Principle. Given (x i, y i ). Observed value of y is y i, fitted value of y is α + βx i. Find the line, i.e. find α and β, that will minimize sum(observed –fitted) 2 =sum i (y i - α - βx i ) =sum(residuals) 2 =sum(errors) 2 = error Observed value

4 REGRESSION LINE - FORMULAS The least squares line y= α + βx will have slope β and intercept α such that they minimize Σ i (y i - α - βx i ) 2. The solution to this minimization problem is and Both a and b are sample estimates of α and β. Finally, the fitted regression equation/line is NOTE: Slope of the regression line has the same sign as r XY.

5 EXAMPLE Income and savings. Find the regression line. Solution: Recall summary statistics: X=income, Y=savings, Σx i = 463, Σx 2 i = 23533, Σy i = 27.4, Σy 2 i = 120.04, Σx i y i =1564.4. r =0.963. Additional stats: MINITAB OUTPUT: Descriptive Statistics Variable N Mean StDev SE Mean Minimum Maximum income 10 46.30 15.26 4.83 25.00 72.00 savings 10 2.740 2.235 0.707 0.000 7.200 Then, The regression line is: savings = 0.141(income) - 3.788, in thousands of $. Range of applicability of the regression equation = about the range of the data.

6 INFERENCE FOR REGRESSION: t-test The main purpose of regression is prediction of y from x. For prediction to be meaningful, we need y to depend significantly on x. In terms of the regression equation: y= α + βx, we need β≠0. Goal: Test hypothesis: Ho: β = 0 (y does not depend on x) Test statistic is based on the point estimate of β, Test statistic Under Ho, the test statistic has t distribution with df=n-2. For a two-sided Ha, we reject Ho if |t| > t α/2, where α is the significance level of the test. One sided alternatives, as usual.

7 EXAMPLE Income and savings. Does the amount of savings depend significantly on income? Use significance level 5%. Solution. Ho: β = 0 (savings do not depend on income) Ha: β≠0 (savings depend on income) Test statistic: and Critical number t(8) 0.025 =2.306. Test statistic t=10.1> 2.306, so reject Ho. Savings depend significantly on income. Estimate the p-value: 2P(T>10.1) ≈0.

8 (1-α)100% CONFIDENCE INTERVAL FOR β A (1-α)100% CI for β is where t α/2 is percentile from a t distribution with n-2 df. Example. Income and savings. Find 90% CI for the slope of the regression line of savings (y) on income (x). Solution. 90% CI, so α=0.1 and α/2=0.05, df=8, t 0.05 =1.86. 90% CI for β is:

9 PREDICTION Two possibilities. Given a value of x, say x* 1. Predict average value of y, or 2. Predict individual value of y for x=x*. “Average” error/residual Predict average valuePredict individual value Prediction: use reg. eqn. Standard error Intervals with confidence (1-α)100% Confidence interval for the predicted mean value (1-α)100% Prediction interval for the individual future value

10 PREDICTION, contd. NOTE: Prediction interval for an individual value is longer than confidence interval for the mean. This is because the variability in an individual value is larger than variability in the mean. NOTE: Both intervals become longer as x* moves further from the center of the data (further from ). Example. Income and savings. Find point estimates, 90% CI for the mean savings of a family with income of $50k and PI for savings of a family with income of $50k. Solution: 90% CI or PI need t 0.05 with df=8. t 0.05 = 1.86. Point estimates: Average amount of savings for families with income of $50k is $3,262. For a family with income of $50k, we predict savings of $3,262.

11 EXAMPLE, contd. “Average” residual: 90%CI: 3.262 +/- 1.86(0.2073) = ( 2.877, 3.648). 90% PI: 3.262 +/- 1.86(0.6681) = (2.02, 4.504) longer than the CI!

12 CORRELATION AND REGRESSION Coefficient of determination: Say we regress Y on X: Since x changes, then changes variability in x causes variability in via regression equation. Square of the correlation coefficient r has special meaning, R 2 is called coefficient of determination = fraction of variability in Y explained by variability in X via regression of y on X.

13 EXAMPLE Income and savings. What percent of variability in savings is explained by variability in income? Solution. The correlation coefficient was r=0.963. The coefficient of determination is r 2 =(0.963) 2 =0.927. About 92.7% of variability in savings is explained by variability in income.

14 REGRESSION DIAGNOSTICS: RESIDUAL ANALYSIS Regression model: Y= α+βx+ε, ε~N(0, σ) For the inference to work, we need the residuals to be approximately normal. Standard method is probability plot : use a statistical package like MINITAB. The model works well, if the normal probability plot is an approximately straight line. Example. Income and savings. The plot is approximately a straight line, so the model works well.


Download ppt "REGRESSION Want to predict one variable (say Y) using the other variable (say X) GOAL: Set up an equation connecting X and Y. Linear regression linear."

Similar presentations


Ads by Google