Principles of Extrapolation

Slides:



Advertisements
Similar presentations
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Advertisements

Chapter 18 Interpolation The Islamic University of Gaza
1 Curve-Fitting Spline Interpolation. 2 Curve Fitting Regression Linear Regression Polynomial Regression Multiple Linear Regression Non-linear Regression.
Computational Methods in Physics PHYS 3437
ES 240: Scientific and Engineering Computation. InterpolationPolynomial  Definition –a function f(x) that can be written as a finite series of power functions.
Curve-Fitting Interpolation
CURVE FITTING ENGR 351 Numerical Methods for Engineers
Function Approximation
Least Square Regression
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.
Curve-Fitting Polynomial Interpolation
Polynomial Interpolation
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.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 171 CURVE.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 181 Interpolation.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Interpolation Chapter 18.
CSE Interpolation Roger Crawfis.
Chapter 6 Numerical 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.
Least Squares Regression
Introduction to Regression Analysis, Chapter 13,
CpE- 310B Engineering Computation and Simulation Dr. Manal Al-Bzoor
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved Section 10-3 Regression.
Interpolation. Interpolation is important concept in numerical analysis. Quite often functions may not be available explicitly but only the values of.
Curve Fitting and Interpolation: Lecture (I)
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 4 Curve Fitting.
Extrapolation Models for Convergence Acceleration and Function ’ s Extension David Levin Tel-Aviv University MAIA Erice 2013.
Engineering Analysis ENG 3420 Fall 2009 Dan C. Marinescu Office: HEC 439 B Office hours: Tu-Th 11:00-12:00.
Polynomial Interpolation You will frequently have occasions to estimate intermediate values between precise data points. The function you use to interpolate.
Chapter 8 Curve Fitting.
Chapter 14 Curve Fitting : Polynomial Interpolation Gab Byung Chae.
Curve-Fitting Regression
Y X 0 X and Y are not perfectly correlated. However, there is on average a positive relationship between Y and X X1X1 X2X2.
Chapter 14 Inference for Regression © 2011 Pearson Education, Inc. 1 Business Statistics: A First Course.
Linear Regression. Determine if there is a linear correlation between horsepower and fuel consumption for these five vehicles by creating a scatter plot.
© Copyright McGraw-Hill Correlation and Regression CHAPTER 10.
Revision: Pivot Table 1. Histogram 2. Trends 3. Linear 4. Exponential
Correlation – Recap Correlation provides an estimate of how well change in ‘ x ’ causes change in ‘ y ’. The relationship has a magnitude (the r value)
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.
STATISTICS 12.0 Correlation and Linear Regression “Correlation and Linear Regression -”Causal Forecasting Method.
Copyright © Cengage Learning. All rights reserved. 8 9 Correlation and Regression.
CORRELATION-REGULATION ANALYSIS Томский политехнический университет.
Copyright © Cengage Learning. All rights reserved. 8 4 Correlation and Regression.
Interpolation - Introduction
MEASUREMENT AND DATA PROCESSING UNCERTAINTY AND ERROR IN MEASUREMENT Measurement involves comparing to a standard Base units MeasurementUnitSymbol.
Copyright © Cengage Learning. All rights reserved.
Part 5 - Chapter
Part 5 - Chapter 17.
Polynomial 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.
2.1 Equations of Lines Write the point-slope and slope-intercept forms
Interpolation.
Chapter 18.
Chapter 12 Curve Fitting : Fitting a Straight Line Gab-Byung Chae
Part 5 - Chapter 17.
MATH 2140 Numerical Methods
Interpolasi Pertemuan - 7 Mata Kuliah : Analisis Numerik
POLYNOMIAL INTERPOLATION
Least Square Regression
SKTN 2393 Numerical Methods for Nuclear Engineers
SKTN 2393 Numerical Methods for Nuclear Engineers
Numerical Analysis Lecture 21.
Presentation transcript:

Principles of Extrapolation

Interpolation vs. Extrapolation Interpolation is filling in data points between the data that you already have; for example - drawing a line (fitting a curve) from the first data point you have to the last allows you to estimate data points between those two extremes (or between any data points that you have). ie. 'filling in between' Extrapolation is filling in data points beyond the data that you have (extending the data): for example fitting a curve to the data that you have using an equation, then extending that line beyond the first and last points enables you to estimate values (or extrapolate them) beyond the measured data.

Examples Interpolation Extrapolation estimating values within a series e.g. 1.2.3.x.y.6.7 (x = 4, y = 5) Extrapolation estimating values outside a known series e.g. 2 4 6 x y (x = 8, y = 10)

Interpolation A method of constructing a function that crosses through a discrete set of known data points. .

Interpolation Estimation of intermediate values between precise data points. The most common method is: Although there is one and only one nth-order polynomial that fits n+1 points, there are a variety of mathematical formats in which this polynomial can be expressed: The Newton polynomial The Lagrange polynomial

Steps in the Extrapolation Method Step 1: Analyze past behavior and development for recurring themes and underlying trends. Step 2: Summarize each theme and trend, taking into account the other themes and trends. Step 3: Project the modified themes and trends into the future by extrapolation.

Extrapolation techniques have a higher probability of success in Short time horizons Large areas

Trend Extrapolation There are many techniques used to project past data into the future. These tend to be powerful forecasting techniques that are sometimes subject to unforeseen events. Some Common Types of Trends Trends are often shown graphically (as line graphs) with the level of a dependent variable on the y-axis and the time period on the x-axis. There are different "levels" of trends: constant linear exponential

Extrapolation Practical Application

Extrapolation in math Extrapolation in math is the process of finding a value beyond a set of given values. You most often have to use extrapolation when you have to find values in a sequence, or when making graphs. When you use extrapolation, you look for the relationship between the given values. Look at the following sequences. What's the relationship between the values? 2, 4, 6, 8… 5, 10, 15, 20…

What is Extrapolation? Extrapolation is the process of taking data values at points x1, ..., xn, and approximating a value outside the range of the given points. This is most commonly experienced when an incoming signal is sampled periodically and that data is used to approximate the next data point. For example, weather predictions take historic data and extrapolate a future weather pattern.

Interpolation & Extrapolation (xi,yi) Find an analytic function f(x) that passes through given N points exactly.

Polynomial Interpolation Use polynomial of degree N-1 to fit exactly with N data points (xi,yi), i =1, 2, …, N. The coefficient ci is determined by a system of linear equations Use ratio of polynomials (Pade’ approximation) is another way.

Examle Given: (0.3, 0.7), (0.5, 0.6), (0.8, 0.4), (1.2, 0.2), (1.6, -0.1) and wish to approximate the value at 2.0, then we can do nothing which may give us a good approximation. If, however, we are told that this data is linear, then we may find the least-squares fitting line (y(x) = -0.60830 x + 0.89531), then we may approximate the value at x = 2 by evaluating this function: y(2) = -0.60830⋅2 + 0.89531 = -0.32130.

The interpolating polynomial The data, the interpolating polynomial (blue), and the least-squares line (red) are shown in The appropriateness of the extrapolating estimator should be apparent.

Error The error associated with extrapolation If it is assumed that the data is normally distributed, it can be shown that the error is quite easy to calculate, and for examples, when the data is known to be linear, then the error of extrapolation only increases quadratically as you move away from the average of the x values and the corresponding coefficient is significantly smaller than that for using an interpolating polynomial with only two points. In fact, it can be shown that any extrapolation using an interpolating linear function has no statistical significance. It is like using a single point to estimate a mean: you cannot say anything about the error associated with your estimator.

Newton’s Divided-Difference Interpolating Polynomials Linear Interpolation/ Is the simplest form of interpolation, connecting two data points with a straight line. f1(x) designates that this is a first-order interpolating polynomial. Slope and a finite divided difference approximation to 1st derivative Linear-interpolation formula

Lagrange Interpolating Polynomials The Lagrange interpolating polynomial is simply a reformulation of the Newton’s polynomial that avoids the computation of divided differences:

Lagrange Polynomial Li (X) is Lagrange coefficient polynomials

Lagrange Polynomial Example

Spline Interpolation There are cases where polynomials can lead to erroneous results because of round off error and overshoot. Alternative approach is to apply lower-order polynomials to subsets of data points. Such connecting polynomials are called spline functions.

Mathlab http://www.mathworks.com/help/curvefit/fnxtr.html