POLYNOMIAL REGRESSION MODELS. One-Variable Polynomial Models Recall with one variable the first step is to plot the y values vs. x to assist in hypothesizing.

Slides:



Advertisements
Similar presentations
Lesson 10: Linear Regression and Correlation
Advertisements

Eight backpackers were asked their age (in years) and the number of days they backpacked on their last backpacking trip. Is there a linear relationship.
Objectives Fit scatter plot data using linear models with and without technology. Use linear models to make predictions.
1-4 curve fitting with linear functions
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
1 Multiple Regression Response, Y (numerical) Explanatory variables, X 1, X 2, …X k (numerical) New explanatory variables can be created from existing.
Lecture 25 Multiple Regression Diagnostics (Sections )
Multivariate Data Analysis Chapter 4 – Multiple Regression.
Stat 512 – Lecture 19 Wrap-Up. Announcements Review sheet online  Office hours  Review session next week?  Updated final exam signup on web Review.
Chapter Topics Types of Regression Models
1 4. Multiple Regression I ECON 251 Research Methods.
1 1 Slide © 2003 South-Western/Thomson Learning™ Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
Multiple Regression. Want to find the best linear relationship between a dependent variable, Y, (Price), and 3 independent variables X 1 (Sq. Feet), X.
POLYNOMIAL REGRESSION MODELS. One-Variable Polynomial Models Recall with one variable the first step is to plot the y values vs. x to assist in hypothesizing.
Variance and covariance Sums of squares General linear models.
13-1 Introduction to Quadratic Equations  CA Standards 14.0 and 21.0  Quadratic Equations in Standard Form.
Spreadsheet Modeling & Decision Analysis A Practical Introduction to Management Science 5 th edition Cliff T. Ragsdale.
Chapter 8 Forecasting with Multiple Regression
Multiple Linear Regression Response Variable: Y Explanatory Variables: X 1,...,X k Model (Extension of Simple Regression): E(Y) =  +  1 X 1 +  +  k.
Active Learning Lecture Slides
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Simple Linear Regression Analysis Chapter 13.
Linear Regression and Correlation
Purpose of Regression Analysis Regression analysis is used primarily to model causality and provide prediction –Predicts the value of a dependent (response)
© 2004 Prentice-Hall, Inc.Chap 15-1 Basic Business Statistics (9 th Edition) Chapter 15 Multiple Regression Model Building.
Chapter 14 – Correlation and Simple Regression Math 22 Introductory Statistics.
STA302/ week 111 Multicollinearity Multicollinearity occurs when explanatory variables are highly correlated, in which case, it is difficult or impossible.
OPIM 303-Lecture #8 Jose M. Cruz Assistant Professor.
12a - 1 © 2000 Prentice-Hall, Inc. Statistics Multiple Regression and Model Building Chapter 12 part I.
Warm Up Write the equation of the line passing through each pair of passing points in slope-intercept form. 1. (5, –1), (0, –3) 2. (8, 5), (–8, 7) Use.
Correlation Correlation is used to measure strength of the relationship between two variables.
Multiple Regression and Model Building Chapter 15 Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Basic Concepts of Correlation. Definition A correlation exists between two variables when the values of one are somehow associated with the values of.
Lesson Multiple Regression Models. Objectives Obtain the correlation matrix Use technology to find a multiple regression equation Interpret the.
A medical researcher wishes to determine how the dosage (in mg) of a drug affects the heart rate of the patient. DosageHeart rate
Correlation and Regression. Section 9.1  Correlation is a relationship between 2 variables.  Data is often represented by ordered pairs (x, y) and.
Simple Linear Regression (OLS). Types of Correlation Positive correlationNegative correlationNo correlation.
1 Quadratic Model In order to account for curvature in the relationship between an explanatory and a response variable, one often adds the square of the.
Correlation and Regression: The Need to Knows Correlation is a statistical technique: tells you if scores on variable X are related to scores on variable.
CHAPTER curve fitting with linear functions.
Chapter 9: Correlation and Regression Analysis. Correlation Correlation is a numerical way to measure the strength and direction of a linear association.
Scatter Plots, Correlation and Linear Regression.
 For each given scatter diagram, determine whether there is a relationship between the variables. STAND UP!!!
Scatter Diagrams scatter plot scatter diagram A scatter plot is a graph that may be used to represent the relationship between two variables. Also referred.
SWBAT: Calculate and interpret the residual plot for a line of regression Do Now: Do heavier cars really use more gasoline? In the following data set,
STATISTICS 12.0 Correlation and Linear Regression “Correlation and Linear Regression -”Causal Forecasting Method.
Section 1.6 Fitting Linear Functions to Data. Consider the set of points {(3,1), (4,3), (6,6), (8,12)} Plot these points on a graph –This is called a.
Chapter 9 Minitab Recipe Cards. Contingency tests Enter the data from Example 9.1 in C1, C2 and C3.
Chapters 8 Linear Regression. Correlation and Regression Correlation = linear relationship between two variables. Summarize relationship with line. Called.
© 2000 Prentice-Hall, Inc. Chap Chapter 10 Multiple Regression Models Business Statistics A First Course (2nd Edition)
Scatter Plots & Lines of Best Fit To graph and interpret pts on a scatter plot To draw & write equations of best fit lines.
Correlation and Regression Stats. T-Test Recap T Test is used to compare two categories of data – Ex. Size of finch beaks on Baltra island vs. Isabela.
1.6 Modeling Real-World Data with Linear Functions Objectives Draw and analyze scatter plots. Write a predication equation and draw best-fit lines. Use.
Introduction Many problems in Engineering, Management, Health Sciences and other Sciences involve exploring the relationships between two or more variables.
Correlation and Linear Regression Chapter 13 McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
Yandell – Econ 216 Chap 15-1 Chapter 15 Multiple Regression Model Building.
Correlation and regression
CHAPTER 10 Correlation and Regression (Objectives)
Correlation and Regression
Equations of Lines and Modeling
Scatter Plots and Best-Fit Lines
Residuals and Residual Plots
Correlation and Regression
Multiple Linear Regression Analysis
7.1 Draw Scatter Plots & Best-Fitting Lines
Adequacy of Linear Regression Models
Adequacy of Linear Regression Models
A medical researcher wishes to determine how the dosage (in mg) of a drug affects the heart rate of the patient. Find the correlation coefficient & interpret.
Dr. Fowler  AFM  Unit 8-5 Linear Correlation
Multicollinearity Multicollinearity occurs when explanatory variables are highly correlated, in which case, it is difficult or impossible to measure their.
Regression and Correlation of Data
Presentation transcript:

POLYNOMIAL REGRESSION MODELS

One-Variable Polynomial Models Recall with one variable the first step is to plot the y values vs. x to assist in hypothesizing the form of the model. Polynomial model in one variable is: y =  0 +  1 x +  2 x 2 +  3 x 3 + …  p x p +  Usually p  3

Example A study is being performed to determine the relationship between average daily gas usage (as measured in therms) for a 3000 sq. ft. home and average daily temperature in Santa Ana, Ca. The scatterplot on the next slide shows that a quadratic model (involving both x and x 2 ) appears to give a better fit than the line model Hypothesize: y = β 0 + β 1 x + β 2 x 2 + ε

= B2^2 Drag to A3:A13 X Range: Columns A and B

The regression equation y = x+.011x 2 Low p-value High R 2 and Adj. R 2

Polynomial Models With More Than One Variable Could have interaction –Interaction between x 1 and x 2 is represented by an x 1 x 2 term. Example:Example: Therms may be a quadratic function of Temperature, Rainfall, and include interaction Two variable quadratic model with interaction: y =  0 +  1 x 1 +  2 x 2 +  3 x  4 x  5 x 1 x 2 +  Solve using usual regression techniques.

=B2^2 =C2^2 =B2*C2 Drag D2:F2 to D13:F13 Enter contiguous X-Range

Regression Equation: y = x x x x x 1 x 2 Low p-value High R 2 p-values for t-tests

Interpretation of t-tests in this model.Because x 1 is correlated with x 1 2, x 2 is correlated with x 2 2, and both x 1 and x 2 are correlated with x 1 x 2, the t-tests may not show that these terms, independently, are significant in this model. –Multicollinearity –If we need to interpret the meaning of each coefficient (each  ) – this multicollinearity will not allow us to do it –If our objective to to predict values of y – that’s okay This is a typical use of regression

Review One variable models –Graph first to help in hypothesizing model More than one variable models –May or may not wish to hypothesize interaction (x 1 x 2 ) Perform regression analysis in usual way –Difficult to interpret estimates for  ’s –Low Significance F – use model for prediction