Regression analysis Control of built engineering objects, comparing to the plan Surveying observations – position of points Linear regression Regression.

Slides:



Advertisements
Similar presentations
Mark Trew CT Halfway Down Halfway down the stairs Is a stair Where I sit. There isn't any Other stair Quite like It. I'm not at the bottom, I'm.
Advertisements

Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Data Modeling and Parameter Estimation Nov 9, 2005 PSCI 702.
P M V Subbarao Professor Mechanical Engineering Department
A Short Introduction to Curve Fitting and Regression by Brad Morantz
Chapter 18 Interpolation The Islamic University of Gaza
1 Chapter 4 Interpolation and Approximation Lagrange Interpolation The basic interpolation problem can be posed in one of two ways: The basic interpolation.
1 Curve-Fitting Spline Interpolation. 2 Curve Fitting Regression Linear Regression Polynomial Regression Multiple Linear Regression Non-linear Regression.
ES 240: Scientific and Engineering Computation. InterpolationPolynomial  Definition –a function f(x) that can be written as a finite series of power functions.
Differentiation-Discrete Functions
12/21/2001Numerical methods in continuum mechanics1 Continuum Mechanics On the scale of the object to be studied the density and other fluid properties.
GG 313 Geological Data Analysis # 18 On Kilo Moana at sea October 25, 2005 Orthogonal Regression: Major axis and RMA Regression.
Curve-Fitting Interpolation
3D Geometry for Computer Graphics. 2 The plan today Least squares approach  General / Polynomial fitting  Linear systems of equations  Local polynomial.
CS CS 175 – Week 8 Bézier Curves Definition, Algorithms.
Curve-Fitting Regression
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 26 Regression Analysis-Chapter 17.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 17 Least Square Regression.
ECIV 301 Programming & Graphics Numerical Methods for Engineers REVIEW III.
Lecture 12 Least Square Approximation Shang-Hua Teng.
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 Least.
Calibration & Curve Fitting
Least-Squares Regression
Empirical Modeling Dongsup Kim Department of Biosystems, KAIST Fall, 2004.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 4 Curve Fitting.
Gu Yuxian Wang Weinan Beijing National Day School.
Today’s class Spline Interpolation Quadratic Spline Cubic Spline Fourier Approximation Numerical Methods Lecture 21 Prof. Jinbo Bi CSE, UConn 1.
Chapter 8 Curve Fitting.
Curve-Fitting Regression
Regression Regression relationship = trend + scatter
Chapter 6 (cont.) Difference Estimation. Recall the Regression Estimation Procedure 2.
Computers in Civil Engineering 53:081 Spring 2003 Lecture #15 Spline Interpolation.
Lecture 16 - Approximation Methods CVEN 302 July 15, 2002.
Keyframing and Splines Jehee Lee Seoul National University.
Introduction to Numerical Analysis I MATH/CMPSC 455 Splines.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
Math 4030 – 11b Method of Least Squares. Model: Dependent (response) Variable Independent (control) Variable Random Error Objectives: Find (estimated)
Curve Fitting Introduction Least-Squares Regression Linear Regression Polynomial Regression Multiple Linear Regression Today’s class Numerical Methods.
BIOSTATISTICS Linear regression. Copyright ©2011, Joanna Szyda INTRODUCTION 1.Linear regression equation 2.Estimation of linear regression coefficients.
5. Interpolation 5.1 Definition of interpolation. 5.2 Formulas for Interpolation. 5.3 Formulas for Interpolation for unequal interval. 5.4 Applications.
1 Chapter 4 Interpolation and Approximation Lagrange Interpolation The basic interpolation problem can be posed in one of two ways: The basic interpolation.
Principal Warps: Thin-Plate Splines and the Decomposition of Deformations 김진욱 ( 이동통신망연구실 ; 박천현 (3D 모델링 및 처리연구실 ;
Environmental Data Analysis with MatLab 2 nd Edition Lecture 22: Linear Approximations and Non Linear Least Squares.
Interpolation - Introduction
Coordinate Transformations
Part 5 - Chapter
LEAST – SQUARES REGRESSION
Linear Regression Special Topics.
Curve-Fitting Spline Interpolation
Interpolation Estimation of intermediate values between precise data points. The most common method is: Although there is one and only one nth-order.
Chapter 18.
Chapter 18.
Chapter 12 Curve Fitting : Fitting a Straight Line Gab-Byung Chae
Spline Interpolation Method
Today’s class Multiple Variable Linear Regression
Chapter 27.
Spline Interpolation Class XVII.
Linear regression Fitting a straight line to observations.
Least Squares Fitting A mathematical procedure for finding the best-fitting curve to a given set of points by minimizing the sum of the squares of the.
Nonlinear Fitting.
Least Square Regression
CALCULATING EQUATION OF LEAST SQUARES REGRESSION LINE
Principal Component Analysis
SKTN 2393 Numerical Methods for Nuclear Engineers
Descriptive Statistics Univariate Data
Curve Fitting Filling in the gaps.
Regression and Correlation of Data
Regression and Correlation of Data
Theory of Approximation: Interpolation
Presentation transcript:

Regression analysis Control of built engineering objects, comparing to the plan Surveying observations – position of points Linear regression Regression plan Regression curve Least squares method Deformation analysis

Linear regression I. Correlation coefficient, tightness of relation of x and y coordinates 1. Only the y coordinates are supposed to have error x y

Linear regression I. cont.

Linear regression II. x y  v i – distance from the line

Linear regression II. cont. Moving the origin of the coordinate system to the weight point:

Regression plan

Regression polynomial Badly conditioned equation system

Distance calculation Point-line distance Point-plane distance x y t t x z y

Coordinate transformation Helmert (orthogonal)

Solution using least squares method unknowns: y A, x A, r, m Matrix form: Weight point coordinates:

Transformation using three parameters Only rotation and offset (k = 1) Unknowns: , y A, x A Correction equation is not linear, Series development

Affine transformation Different scale along the coordinate axis Two independent equation system of three unknown Weight point coordinates simplify the equation system

Polynomial transformation Used for large areas 3rd power polynomials 20 unknowns, min. 10 common points 4th power polynomials 30 unknowns, min. 15 common points 5th power polynomials 42 unknowns, min. 21 common points Weight point coordinates reduce the effect of rounding errors

Interpolation Linear interpolation Lagrange interpolation (polynomial) Spline interpolation Low order polynomials between the points Cubic spline 1 2 … n Continuous curves 1st and 2nd derivates are the same at the points (n-1) * 4 unknowns (n-1) * 2 equation (through the points) (n-2) equation for the 1st derivates (n-2) equation for the 2nd derivates +2 boundary condition