Interpolation Theory Section 1

Slides:



Advertisements
Similar presentations
Numerical Integration
Advertisements

By S Ziaei-Rad Mechanical Engineering Department, IUT.
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.
Finite element method – basis functions 1 Finite Elements: Basis functions 1-D elements  coordinate transformation  1-D elements  linear basis functions.
Curve-Fitting Interpolation
Curve-Fitting Regression
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 26 Regression Analysis-Chapter 17.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 22 CURVE FITTING Chapter 18 Function Interpolation and Approximation.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 181 Interpolation Chapter 18 Estimation of intermediate.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 23 CURVE FITTING Chapter 18 Function Interpolation and Approximation.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 24 Regression Analysis-Chapter 17.
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.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 181 Interpolation.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 21 CURVE FITTING Chapter 18 Function Interpolation and Approximation.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 171 Least.
~adapted from Walch Education CONSTRUCTING FUNCTIONS FROM GRAPHS AND TABLES.
Slides 13c: Causal Models and Regression Analysis
Chapter 2 – Simple Linear Regression - How. Here is a perfect scenario of what we want reality to look like for simple linear regression. Our two variables.
Calibration & Curve Fitting
Simpson Rule For Integration.
Chapter 8 Curve Fitting.
Direct Relationships. Relationships When a certain quantity (say temperature) has an effect on another quantity (say the volume of a gas), there is a.
Linear Regression Handbook Chapter. Experimental Testing Data are collected, in scientific experiments, to test the relationship between various measurable.
Curve-Fitting Regression
Overview of Supervised Learning Overview of Supervised Learning2 Outline Linear Regression and Nearest Neighbors method Statistical Decision.
Chap. 11 Numerical Differentiation and Integration
Lecture 22 Numerical Analysis. Chapter 5 Interpolation.
L5 – Curves in GIS NGEN06 & TEK230: Algorithms in Geographical Information Systems by: Sadegh Jamali (source: Lecture notes in GIS, Lars Harrie) 1 L5-
Spline Interpolation A Primer on the Basics by Don Allen.
Statistics: Unlocking the Power of Data Lock 5 STAT 250 Dr. Kari Lock Morgan Simple Linear Regression SECTION 2.6 Least squares line Interpreting coefficients.
Principles of Extrapolation
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.
Math 495B Polynomial Interpolation Special case of a step function. Frederic Gibou.
X1X1 X2X2  Basic Kinematics Real Applications Simple Shear Trivial geometry Proscribed homogenous deformations Linear constitutive.
Interpolation - Introduction
Slide 7- 1 Copyright © 2012 Pearson Education, Inc.
Linear Regression.
Solving Higher Degree Polynomial Equations.
QUADRATIC EQUATIONS
Curve-Fitting Spline Interpolation
Numerical Analysis Lecture 25.
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.
Interpolating and extrapolating information
Simple Linear Regression - Introduction
Investigating Relationships
4.2 Polynomial Functions and Models
Chapter 18.
Chapter 12 Curve Fitting : Fitting a Straight Line Gab-Byung Chae
Chapter XVII Parametric Curves and Surfaces
Linear Systems.
Chapter 7 Numerical Differentiation and Integration
MATH 2140 Numerical Methods
Sec. 1.4 Quadratic Equations.
Numerical Analysis Lecture 23.
Lesson 5.7 Predict with Linear Models The Zeros of a Function
Numerical Analysis Lecture 26.
Applications of Systems of Linear Equations
Line of Best Fit.
Simple Linear Regression
EQUATION 4.1 Relationship Between One Dependent and One Independent Variable: Simple Regression Analysis.
Assignment 3 Questions 1 and 2 Stephen Adams CS 4MN3
SKTN 2393 Numerical Methods for Nuclear Engineers
Objectives Compare linear, quadratic, and exponential models.
Curve Fitting Filling in the gaps.
Multiple Regression Berlin Chen
Theory of Approximation: Interpolation
Presentation transcript:

Interpolation Theory Section 1 Content Introduction - Why we need interpolation Interpolating methods - Polynomial interpolation Interpolation with Lagrange basis functions 2019

Why do we need interpolation…..? To approximate some quantity using information adjacent to it (constructing new details using known data points) To make relationships between quantities using available information (fitting curves which satisfy known data points, not the regression) To make easier approximations to complicated functions (lower degree polynomial approximations) eg. Live births registered in Sri Lanka (Census data: www.statistics.gov.lk) Year 1992 1996 1998 2001 2005 2007 2010 Births 356842 340649 322672 358583 370731 386573 364565 Interpolation What would be the number of births in 1993 and 2002 ? What would be the number of births in 1990 and 2011 ? Extrapolation

Interpolating methods Nearest-neighbor interpolation White dots – Weather stations Weather data required on red line ? (Ref: wikipedia)

Interpolating methods ctd… Linear Polynomial Interpolation Here we use linear polynomials to approximate values between two known data points. In interpolation theory, these known data points are called node points or simply the nodes. Sometimes the term node refers only to the coordinate of the independent variable of the point. Dots – Node points Line segments (in blue) – Linear interpolating polynomials Line (in green) - Linear regression line (Ref: wikipedia)

Eg. (linear interpolation) Number of births in Sri Lanka for the years 1992 and 1998 are 356842 and 322672 respectively. Approximate the number of births in 1996 using linear interpolation. (1992, 356842) Let y be the no. of births in 1996. (1996, ? ) (1998, 322672)

Linear interpolation - General formula Equation of the straight line AB leads to the formula of linear polynomial interpolation corresponding to the node points A and B.

Remarks: Not only the linear polynomial, higher degree polynomials are also used in interpolation. Polynomials owe this popularity since their simple structure (continuity, differentiability, easier simplifications, etc.).

Quadratic Polynomial Interpolation Interpolating methods ctd… Quadratic Polynomial Interpolation

Applicability: Reduction in polynomial degree