Non-Linear Regression. How would we be able to find the line of best fit for data that is supposed to be curved? This is non-linear regression! In most.

Slides:



Advertisements
Similar presentations
Kin 304 Regression Linear Regression Least Sum of Squares
Advertisements

Correlation and regression
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
1-4 curve fitting with linear functions
LSRLs: Interpreting r vs. r2
Statistics Measures of Regression and Prediction Intervals.
1 Simple Linear Regression and Correlation The Model Estimating the Coefficients EXAMPLE 1: USED CAR SALES Assessing the model –T-tests –R-square.
Lesson Diagnostics on the Least- Squares Regression Line.
Analyzing Data After an experiment, you will typically graph the data collected in order to perform your analysis. Suppose that your data points resemble.
Least Square Regression
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 17 Least Square Regression.
1 Curve-Fitting Regression – Examples. 2 Example 1 x y Using least-square regression Fit a line to the data Fit a parabola to the data.
Bell Problem Perform the indicated operation. (x -5)(x2 – 5x + 7)
2.8 - Solving Equations in One Variable. By the end of today you should be able to……. Solve Rational Equations Eliminate Extraneous solutions Solve Polynomial.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Correlation and regression 1: Correlation Coefficient
3/2003 Rev 1 I – slide 1 of 33 Session I Part I Review of Fundamentals Module 2Basic Physics and Mathematics Used in Radiation Protection.
Run the colour experiment where kids write red, green, yellow …first.
Aim: How do we compute the coefficients of determination and the standard error of estimate?
Bell Work Week #16 (12/4/13) Divide using long division. You’ve got 3 minutes ÷ ÷ 12.
Simple Linear Regression. Deterministic Relationship If the value of y (dependent) is completely determined by the value of x (Independent variable) (Like.
Copyright ©2011 Nelson Education Limited Linear Regression and Correlation CHAPTER 12.
DEPARTMENT OF STATISTICS  What are they?  When should I use them?  How do Excel and GCs handle them?  Why should I be careful with the Nulake text?
Bell Ringer Learning Target : I can solve an equation for the constant of variation.
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.
Financial Statistics Unit 2: Modeling a Business Chapter 2.2: Linear Regression.
Linear Prediction Correlation can be used to make predictions – Values on X can be used to predict values on Y – Stronger relationships between X and Y.
Curvilinear Regression
Quadratic Regression ©2005 Dr. B. C. Paul. Fitting Second Order Effects Can also use least square error formulation to fit an equation of the form Math.
7.1 Draw Scatter Plots and Best Fitting Lines Pg. 255 Notetaking Guide Pg. 255 Notetaking Guide.
Solving Equations by Factoring (x+3)(2x-1) (3x-1)(x-2)
Lesson 14 - R Chapter 14 Review. Objectives Summarize the chapter Define the vocabulary used Complete all objectives Successfully answer any of the review.
LSRLs: Interpreting r vs. r 2 r – “the correlation coefficient” tells you the strength and direction between two variables (x and y, for example, height.
Curve Fitting Introduction Least-Squares Regression Linear Regression Polynomial Regression Multiple Linear Regression Today’s class Numerical Methods.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression.
Unit 3 Section : Regression  Regression – statistical method used to describe the nature of the relationship between variables.  Positive.
Welcome to Algebra 2! Get out your homework Get out catalogs Get out writing utensils Put bags on the floor Be quiet!!! 3/2/ : Curve Fitting with.
NOTES 2.3 & 9.1 Direct and Inverse Variation. Direct Variation A function in the form y = kx, where k is not 0 Constant of variation (k) is the coefficient.
5.5 Direct Variation Pg Math Pacing Slope Review.
Use Inverse Matrices to Solve Linear Systems
Lesson 87 Warm Up Pg. 570.
Simple Linear Regression
Write linear equations that represent direct variation
Linear Regression.
REGRESSION (R2).
ENM 310 Design of Experiments and Regression Analysis
Kin 304 Regression Linear Regression Least Sum of Squares
Sum and Product of Roots
Chapter 15 Linear Regression
Investigating Relationships
Regression Analysis PhD Course.
Chapter 12 Curve Fitting : Fitting a Straight Line Gab-Byung Chae
Linear Regression.
Lesson # 6: Identifying relations
Least-Squares Regression
Linear regression Fitting a straight line to observations.
Investigation 4 Students will be able to identify correlations in data and calculate and interpret standard deviation.
Section 10.2: Fitting a Linear Model to Data
Simple Linear Regression
1.7 Nonlinear Regression.
HW# : Complete the last slide
y = mx + b Linear Regression line of best fit REMEMBER:
Graph Review Skills Needed Identify the relationship in the graph
Adequacy of Linear Regression Models
5.3 – direct variation Textbook pg. 301 Objective:
5.5 Direct Variation Pg. 326.
2.3 Factor and Solve Polynomial Expressions
Review of Chapter 3 Examining Relationships
Presentation transcript:

Non-Linear Regression

How would we be able to find the line of best fit for data that is supposed to be curved? This is non-linear regression! In most cases we don’t know what the value of a certain point would be on a line of best fit, so we have to guess! It becomes an estimate. Modern technology can help us out a lot by finding the info for us. It even provides us with r 2 which is how closely the line fits the data.

It is the coefficient of Determination (r 2 ). It is defined as being Variation in y explained by variation in x = r 2 Total variation in y If the line is a perfect fit, y est and y will be identical for each value of x.

If the curve is a poor fit, the total of (y est – ybar) 2 will be smaller than the total of (y – ybar) 2, therefore r 2 will be close to 0. The curve of best fit will be the one that has the highest value for r 2. It can only be from 0 and 1.

Power Regression – uses the line of y = ax b as the line that models the information. Exponential Regression – uses the line of y = ab x or y = ae kx There are limits to the regression curves. It can give inaccurate results to your data. We get a different answer if we use a linear regression. Polynomial regression could give us the wrong info if we perceive it to be exponential! Your model should show a logical relationship between the variables with the best fit possible.

Homework Pg 191 # 1,2,3,4,5,9