Non-Linear Models Tractable non-linearity Intractable non-linearity

Slides:



Advertisements
Similar presentations
Brief introduction on Logistic Regression
Advertisements

1 Outliers and Influential Observations KNN Ch. 10 (pp )
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
Regression Analysis Module 3. Regression Regression is the attempt to explain the variation in a dependent variable using the variation in independent.
Prediction, Correlation, and Lack of Fit in Regression (§11. 4, 11
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 13 Nonlinear and Multiple Regression.
x – independent variable (input)
Feb 21, 2006Lecture 6Slide #1 Adjusted R 2, Residuals, and Review Adjusted R 2 Residual Analysis Stata Regression Output revisited –The Overall Model –Analyzing.
Curve-Fitting Regression
Least Square Regression
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 17 Least Square Regression.
Lecture 25 Regression diagnostics for the multiple linear regression model Dealing with influential observations for multiple linear regression Interaction.
Multivariate Data Analysis Chapter 4 – Multiple Regression.
Probability & Statistics for Engineers & Scientists, by Walpole, Myers, Myers & Ye ~ Chapter 11 Notes Class notes for ISE 201 San Jose State University.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 171 CURVE.
Regression Diagnostics Checking Assumptions and Data.
Linear Regression Analysis 5E Montgomery, Peck and Vining 1 Chapter 6 Diagnostics for Leverage and Influence.
Regression Model Building Setting: Possibly a large set of predictor variables (including interactions). Goal: Fit a parsimonious model that explains variation.
Linear Regression/Correlation
Correlation & Regression
9 - 1 Intrinsically Linear Regression Chapter Introduction In Chapter 7 we discussed some deviations from the assumptions of the regression model.
Least-Squares Regression
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Simple linear regression and correlation analysis
1 MULTI VARIATE VARIABLE n-th OBJECT m-th VARIABLE.
CPE 619 Simple Linear Regression Models Aleksandar Milenković The LaCASA Laboratory Electrical and Computer Engineering Department The University of Alabama.
Simple Linear Regression Models
1 Least squares procedure Inference for least squares lines Simple Linear Regression.
Chapter 8 Curve Fitting.
Curve-Fitting Regression
Anaregweek11 Regression diagnostics. Regression Diagnostics Partial regression plots Studentized deleted residuals Hat matrix diagonals Dffits, Cook’s.
12/17/ lecture 111 STATS 330: Lecture /17/ lecture 112 Outliers and high-leverage points  An outlier is a point that has a larger.
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.
Intro to Statistics for the Behavioral Sciences PSYC 1900 Lecture 7: Regression.
Bivariate Regression. Bivariate Regression analyzes the relationship between two variables. Bivariate Regression analyzes the relationship between two.
WSUG May 2012 Tools Review – SPSS Sam Ledgar Yorkshire Water Services.
Yandell – Econ 216 Chap 15-1 Chapter 15 Multiple Regression Model Building.
Mathematical Models of Control Systems
Linear Regression Essentials Line Basics y = mx + b vs. Definitions
The simple linear regression model and parameter estimation
Ch5 Relaxing the Assumptions of the Classical Model
Chapter 4 Basic Estimation Techniques
Regression Analysis AGEC 784.
Lecture #26 Thursday, November 17, 2016 Textbook: 14.1 and 14.3
Part 5 - Chapter
Part 5 - Chapter 17.
Chapter 6 Diagnostics for Leverage and Influence
Linear Regression.
Statistical Quality Control, 7th Edition by Douglas C. Montgomery.
Multiple Linear Regression
Chapter 12: Regression Diagnostics
Diagnostics and Transformation for SLR
Chapter 12 Curve Fitting : Fitting a Straight Line Gab-Byung Chae
Part 5 - Chapter 17.
Modelling data and curve fitting
Residuals The residuals are estimate of the error
Multiple Linear Regression
Linear regression Fitting a straight line to observations.
Nonlinear regression.
Regression Statistics
Outliers and Influence Points
Least Square Regression
The loss function, the normal equation,
Adequacy of Linear Regression Models
Regression Forecasting and Model Building
Mathematical Foundations of BME Reza Shadmehr
Linear Regression and Correlation
Diagnostics and Transformation for SLR
Presentation transcript:

Non-Linear Models Tractable non-linearity Intractable non-linearity Equation may be transformed to a linear model. Intractable non-linearity No linear transform exists

Tractable Non-Linear Models Several general Types Polynomial Power Functions Exponential Functions Logarithmic Functions Trigonometric Functions

Polynomial Models Linear Parabolic Cubic & higher order polynomials All may be estimated with OLS – simply square, cube, etc. the independent variable.

Power Functions Simple exponents of the Independent Variable Estimated with

Exponential and Logarithmic Functions Common Growth Curve Formula Estimated with Note that the error terms are now no longer normally distributed!

Logarithmic Functions

Trigonometric Functions Sine/Cosine functions Fourier series

Intractable Non-linearity Occasionally we have models that we cannot transform to linear ones. For instance a logit model Or an equilibrium system model

Intractable Non-linearity Models such as these must be estimated by other means. We do, however, keep the criteria of minimizing the squared error as our means of determining the best model

Estimating Non-linear models All methods of non-linear estimation require an iterative search for the best fitting parameter values. They differ in how they modify and search for those values that minimize the SSE.

Methods of Non-linear Estimation There are several methods of selecting parameters Grid search Steepest descent Marquardts algorithm

Grid search estimation In a grid search estimation, we simply try out a set of parameters across a set of ranges and calculate the SSE. We then ascertain where in the range (or at which end) the SSE was at a minimum. We then repeat with either extending the range, or reducing the range and searching with smaller grid around the estimated SSE Try the spreadsheet Try this for homework!

Regression Diagnostics Some cases are very influential in regression models There are two ways to describe the influence that case may exert Residual Leverage Examination of these particular cases may lead us to theoretical insight.

Regression Diagnostics Residual Outliers – extreme measures weaken the goodness of fit indexes and hypothesis tests Studentized residuals where hii is the hat diagonal

Residual Diagnostics (cont.) RStudent

Residual Diagnostics (cont.) Leverage – influential observation Hat diagonal – a measure of the observations “remoteness” in X-space. Hat diagonal;s greater than 2 times the number of coefficients in the model divided by the number of observations are considered significant.

Residual Diagnostics (cont.) Leverage (cont.) Cook’s D If D is greater than 1, then the observation is influential.

Residual Diagnostics (cont.) Leverage (cont.) dffits If dffits is greater than 1, then the observation is influential.

Residual Diagnostics (cont.) Leverage (cont.) Dfbetas – an indicator of how much a given observation influences each regression coefficient