8/8/2015 1 Linear Regression Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder

Slides:



Advertisements
Similar presentations
1 Direct Method of Interpolation Electrical Engineering Majors Authors: Autar Kaw, Jai Paul
Advertisements

7/2/ Differentiation-Discrete Functions Industrial Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
7/2/ Backward Divided Difference Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati
8/8/ Euler Method Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
8/15/ Differentiation-Discrete Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
8/15/ Binary Representation Major: All Engineering Majors Authors: Autar Kaw, Matthew Emmons
8/18/ Nonlinear Regression Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder
9/14/ Trapezoidal Rule of Integration Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Spline Interpolation Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
10/8/ Propagation of Errors Major: All Engineering Majors Authors: Autar Kaw, Matthew Emmons
10/11/ Nonlinear Regression Chemical Engineering Majors Authors: Autar Kaw, Luke Snyder
REGRESI 1. 2 Regresi adalah Diberikan sejumlah n buah data Yg dimodelkan oleh persamaan Model yg paling baik (best fit) secara umum adalah model yg meminimalkan.
1 Lagrangian Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
1 Newton’s Divided Difference Polynomial Method of Interpolation Chemical Engineering Majors Authors: Autar Kaw, Jai.
1 Newton’s Divided Difference Polynomial Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw,
5/30/ Runge 4 th Order Method Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
11/16/ Euler Method Electrical Engineering Majors Authors: Autar Kaw, Charlie Barker
11/17/ Shooting Method Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
12/1/ Trapezoidal Rule of Integration Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Lagrangian Interpolation Computer Engineering Majors Authors: Autar Kaw, Jai Paul
1 Direct Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
12/17/ Linear Regression Dr. A. Emamzadeh. 2 What is Regression? What is regression? Given n data points best fitto the data. The best fit is generally.
1/16/ Runge 4 th Order Method Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
1/19/ Runge 4 th Order Method Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Direct Method of Interpolation Computer Engineering Majors Authors: Autar Kaw, Jai Paul
Newton-Raphson Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul Transforming Numerical Methods Education.
2/12/ Linear Regression Electrical Engineering Majors Authors: Autar Kaw, Luke Snyder
1 Direct Method of Interpolation Mechanical Engineering Majors Authors: Autar Kaw, Jai Paul
2/28/ Runge 4 th Order Method Computer Engineering Majors Authors: Autar Kaw, Charlie Barker
1 Spline Interpolation Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
1 Newton’s Divided Difference Polynomial Method of Interpolation Mechanical Engineering Majors Authors: Autar Kaw,
1 Spline Interpolation Method Mechanical Engineering Majors Authors: Autar Kaw, Jai Paul
3/12/ Trapezoidal Rule of Integration Computer Engineering Majors Authors: Autar Kaw, Charlie Barker
6/13/ Linear Regression Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker Presented by: دکتر ابوالفضل.
6/13/ Secant Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
6/13/ Linear Regression Civil Engineering Majors Authors: Autar Kaw, Luke Snyder
Trapezoidal Rule of Integration
Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Computer Engineering Majors Authors: Autar Kaw, Charlie Barker
Differentiation-Discrete Functions
Newton’s Divided Difference Polynomial Method of Interpolation
Spline Interpolation Method
Spline Interpolation Method
Mechanical Engineering Majors Authors: Autar Kaw, Charlie Barker
Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
Spline Interpolation Method
Direct Method of Interpolation
Spline Interpolation Method
Lagrangian Interpolation
Civil Engineering Majors Authors: Autar Kaw, Charlie Barker
Newton’s Divided Difference Polynomial Method of Interpolation
Trapezoidal Rule of Integration
Trapezoidal Rule of Integration
Spline Interpolation Method
Computer Engineering Majors Authors: Autar Kaw, Luke Snyder
Lagrangian Interpolation
Industrial Engineering Majors Authors: Autar Kaw, Charlie Barker
Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder
Direct Method of Interpolation
Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder
Industrial Engineering Majors Authors: Autar Kaw, Luke Snyder
Lagrangian Interpolation
Mechanical Engineering Majors Authors: Autar Kaw, Luke Snyder
Electrical Engineering Majors Authors: Autar Kaw, Charlie Barker
Spline Interpolation Method
Chemical Engineering Majors Authors: Autar Kaw, Charlie Barker
Differentiation-Discrete Functions
Chemical Engineering Majors Authors: Autar Kaw, Luke Snyder
Newton’s Divided Difference Polynomial Method of Interpolation
Lagrangian Interpolation
Presentation transcript:

8/8/ Linear Regression Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder Transforming Numerical Methods Education for STEM Undergraduates

Linear Regression

3 What is Regression? What is regression? Given n data points best fitto the data. The best fit is generally based on minimizing the sum of the square of the residuals, Residual at a point is Figure. Basic model for regression Sum of the square of the residuals.

Linear Regression-Criterion#1 Given n data pointsbest fit to the data. Does minimizingwork as a criterion, where x y Figure. Linear regression of y vs. x data showing residuals at a typical point, x i.

Example for Criterion#1 xy Example: Given the data points (2,4), (3,6), (2,6) and (3,8), best fit the data to a straight line using Criterion#1 Figure. Data points for y vs. x data. Table. Data Points

Linear Regression-Criteria#1 xyy predicted ε = y - y predicted Table. Residuals at each point for regression model y = 4x – 4. Figure. Regression curve for y=4x-4, y vs. x data Using y=4x-4 as the regression curve

Linear Regression-Criteria#1 xyy predicted ε = y - y predicted Table. Residuals at each point for y=6 Figure. Regression curve for y=6, y vs. x data Using y=6 as a regression curve

Linear Regression – Criterion #1 for both regression models of y=4x-4 and y=6. The sum of the residuals is as small as possible, that is zero, but the regression model is not unique. Hence the above criterion of minimizing the sum of the residuals is a bad criterion.

Linear Regression-Criterion#2 x y Figure. Linear regression of y vs. x data showing residuals at a typical point, x i. Will minimizingwork any better?

Linear Regression-Criteria 2 xyy predicted |ε| = |y - y predicted | Table. The absolute residuals employing the y=4x-4 regression model Figure. Regression curve for y=4x-4, y vs. x data Using y=4x-4 as the regression curve

Linear Regression-Criteria#2 xyy predicted |ε| = |y – y predicted | Table. Absolute residuals employing the y=6 model Figure. Regression curve for y=6, y vs. x data Using y=6 as a regression curve

Linear Regression-Criterion#2 Can you find a regression line for which for both regression models of y=4x-4 and y=6. The sum of the absolute residuals has been made as small as possible, that is 4, but the regression model is not unique. Hence the above criterion of minimizing the sum of the absolute value of the residuals is also a bad criterion.

Least Squares Criterion The least squares criterion minimizes the sum of the square of the residuals in the model, and also produces a unique line. x y Figure. Linear regression of y vs. x data showing residuals at a typical point, x i.

Finding Constants of Linear Model Minimize the sum of the square of the residuals: To find giving andwe minimizewith respect toand.

Finding Constants of Linear Model Solving for and directly yields,

Example 1 The torque, T needed to turn the torsion spring of a mousetrap through an angle, is given below. Angle, θ Torque, T RadiansN-m Table: Torque vs Angle for a torsional spring Find the constants for the model given by Figure. Data points for Torque vs Angle data

Example 1 cont. The following table shows the summations needed for the calculations of the constants in the regression model. RadiansN-mRadians 2 N-m-Radians Table. Tabulation of data for calculation of important Using equations described for N-m/rad summations andwith

Example 1 cont. Use the average torque and average angle to calculate Using, N-m

Example 1 Results Figure. Linear regression of Torque versus Angle data Using linear regression, a trend line is found from the data Can you find the energy in the spring if it is twisted from 0 to 180 degrees?

Linear Regression (special case) Given best fit to the data.

Linear Regression (special case cont.) Is this correct?

x y Linear Regression (special case cont.)

Linear Regression (special case cont.) Residual at each data point Sum of square of residuals

Linear Regression (special case cont.) Differentiate with respect to gives

Linear Regression (special case cont.) Does this value of a 1 correspond to a local minima or local maxima? Yes, it corresponds to a local minima.

Linear Regression (special case cont.) Is this local minima of an absolute minimum of ?

Example 2 StrainStress (%)(MPa) To find the longitudinal modulus of composite, the following data is collected. Find the longitudinal modulus, Table. Stress vs. Strain data using the regression model and the sum of the square of the residuals. Figure. Data points for Stress vs. Strain data

Example 2 cont. iεσε 2 εσ ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − × ×10 − ×10 8 Table. Summation data for regression model

Example 2 Results The equation Figure. Linear regression for stress vs. strain data describes the data.

Additional Resources For all resources on this topic such as digital audiovisual lectures, primers, textbook chapters, multiple-choice tests, worksheets in MATLAB, MATHEMATICA, MathCad and MAPLE, blogs, related physical problems, please visit ession.html

THE END