SlideShare ist ein Scribd-Unternehmen logo
1 von 26
EXTRAPOLATION
ALKESH GOYAL
2nd Year, GPT
IIT ROORKEE
10411003
INTRODUCTION


Extrapolation is the process of constructing new data points outside the
range of known points.



It is the statistical technique of inferring about the future based on known
facts and observation, such as estimating the size of a population a few
years from now on the basis of current population size and its rate of
growth.



It is similar to the process of Interpolation, which constructs new points
between known points.



But the results of extrapolations are often less meaningful, and are
subject to greater uncertainty.
ASSUMPTIONS


Use of aggregate data, generally across time (population,
employment, etc.)



Future movement of the data series is determined by past
patterns embedded in the series



The essential information about the future of the data
series is contained in the history of the series



Past trends will continue into the future
ADVANTAGES
Extrapolation Techniques have Computational simplicity


Transparent methodology



low data requirements



May work for
1.Large areas
2.Short time horizons
3.Slow grow areas
DISADVANTAGES






Does not account for underlying causes / structural
conditions
Current trend often does not continue
Excludes any external considerations
Lots of possible way to extend the line.
EXTRAPOLATION


TECHNIQUES

The basic procedure for Extrapolation Techniques are:
1. Acquire population data for past years
2. Plot data to determine the best fitting curve
3. Extend the curve into the future
GENERAL SHAPE OF VARIOUS CURVE FITTING
FAMILIES
METHODS OF FINDING BEST-FIT CURVE
Best-Fit curve can be obtained by three methods

Least-square curve fit.



Smooth curve fit



Non linear curve fit
LEAST SQUARE CURVE FIT
Minimizes the square of error between the original
data and the value predicted by the equation.
 The five least square fits are
1.Linear
2.Polynomial
3.Exponential
4.Logarithmic
5.Power

SMOOTH CURVE FIT


These curve fit do not generate an equation for
resulting curve. These is because there is no single
equation that can be used to represent the curve.
Three smooth fit are
1.Weighted
2.Cubic spline
3.interpolate
NON LINEAR CURVE FIT
It is the most general method of curve fit.
 There are two types of non linear function 1.Non-linear fitting function which can be transformed
into a linear fitting function.
example

N (t )  N o e  t /



ln N  t /   ln N o

2.Non linear fitting function which cannot be
transformed into a linear fitting function.
example-

y  a cos(bX )  b sin(aX )

This type of function can be Fit by
Levenberg–Marquardt algorithm (LMA)
LEVENBERG–MARQUARDT ALGORITHM
(LMA)
It provides a numerical solution to the problem of
minimizing a Non linear function, over a space of
parameters of the function. These minimization
problems arise especially in curve fitting.
 It is also used for solving Non linear Geophysical
Inverse problems.
 No data restrictions associated with this algorithm.
 It is an Iterative method starts with the initial guess for
the unknown parameters.
 It can fail if the initial guesses of the fitting parameters
are too far away from the desired solution.



Given a set of m empirical pairs of independent and
dependent variables, (xi,yi), optimize the
parameters β of the model curve f(x,β) so that the sum
of the squares of the deviations becomes minimum.

Provide the initial guess for the parameter vector β.
like βT=(1,1,...,1).
 In each iteration step, the parameter vector, β, is
replaced by a new estimate, β + δ. To determine δ, the
functions are approximated by their linearizations.
where
is the gradient of f w.r.t.
f ( xi ,    )  f ( xi ,  )  J i
J i  f ( xi ,  ) / 
Ji




The above first-order approximation of
m

S (    )    yi  f ( xi ,  )  J i 

gives

2

i 1



To obtained the minimum of S(β), gradient of S with
respect to δ will be zero. It gives

( J T J   I )  J T [ y  f (  )]
where I is Identity matrix
J is jacobian matrix

This is a set of linear equation which can be solved
for  .
EXAMPLE


From the following vapor pressure data of methanol at
different temperature obtain the value of A,B,C by
using Levenberg–Marquardt algorithm (LMA) for
Antoine vapour pressure correlation Psat = eA-B/(T+C)


After solving by LMA we obtain the value of
A = 26.9843
B = 5780.219
C = 36.06304
Putting these parameter values back into the Antoine
equation gives the table shown below.


A graph comparing the calculated value of data is
shown
APPLICATION OF EXTRAPOLATION


Forecasting :weather predictions take historic data
and extrapolate to obtain a future weather pattern.



Hurricane tracking chart is prepared by the help of
extrapolation
The position of the hurricane’s center is plotted on a
map every 6 hours, and future positions are
predicted by continuing the track
NHC ‘S FORECAST MODEL OF HURRICANE
ERNESTO NEAR FLORIDA
SEA LAKE AND OVERLAND SURGES FROM
HURRICANES (SLOSH) MODEL


It developed for use in areas of the Gulf of Mexico and near
the United States' East coast


Extrapolation is used to find the properties of
system near 0 k temperature because it is
impossible to attain a temperature near 0 k in
laboratory.
APPLICATION IN GEOPHYSICS


Extrapolation is used in geophysical forward and
inverse modelling.
ExampleTemperature increases linearly with depth in the
earth that is the temperature T is related to depth Z
by T(Z) = aZ + b where a and b are numerical
constants. By measuring the value of temperature
at different depths we can find the value of a and b.
Then we can extrapolate it to find the temperature
at any desired depth.


Extrapolation is used for determining depth of the interface
in Refraction seismology.
The time travel curve for direct , reflected and refracted
ray is shown in figure.
The doubly refracted rays
a
are only recorded at
d
distances greater than the c
critical distance
t
xc
therefore it has to be
x
extrapolate to obtain in o
ti
order to find the depth.

depth  V2 / ti
REFERENCES

William Lowrie 2007. Fundamentals of Geophysics
 William Menke 1984. Geophysical data analysis:
Discrete inverse theory
 Wikipedia
 http://en.wikipedia.org/wiki/Hurricane Ernesto(2006)

THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Least square method
Least square methodLeast square method
Least square method
Somya Bagai
 
Number theory
Number theory Number theory
Number theory
tes31
 
Differentiation
DifferentiationDifferentiation
Differentiation
timschmitz
 

Was ist angesagt? (20)

Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examples
 
Least square method
Least square methodLeast square method
Least square method
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
Linear transformation and application
Linear transformation and applicationLinear transformation and application
Linear transformation and application
 
Cumulative distribution
Cumulative distributionCumulative distribution
Cumulative distribution
 
Secant method
Secant method Secant method
Secant method
 
Introduction to Differential calculus
Introduction to Differential calculusIntroduction to Differential calculus
Introduction to Differential calculus
 
Number theory
Number theory Number theory
Number theory
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Secant method
Secant methodSecant method
Secant method
 
Newton cotes integration method
Newton cotes integration  methodNewton cotes integration  method
Newton cotes integration method
 
Correlations
CorrelationsCorrelations
Correlations
 
derivatives math
derivatives mathderivatives math
derivatives math
 
Principle of Least Square, its Properties, Regression line and standard error...
Principle of Least Square, its Properties, Regression line and standard error...Principle of Least Square, its Properties, Regression line and standard error...
Principle of Least Square, its Properties, Regression line and standard error...
 
Regression ppt
Regression pptRegression ppt
Regression ppt
 
Newton's Forward/Backward Difference Interpolation
Newton's Forward/Backward  Difference InterpolationNewton's Forward/Backward  Difference Interpolation
Newton's Forward/Backward Difference Interpolation
 
Differentiation
DifferentiationDifferentiation
Differentiation
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Interpolation and its applications
Interpolation and its applicationsInterpolation and its applications
Interpolation and its applications
 
Statistics-Regression analysis
Statistics-Regression analysisStatistics-Regression analysis
Statistics-Regression analysis
 

Andere mochten auch

interpolation
interpolationinterpolation
interpolation
8laddu8
 
Interpolation
InterpolationInterpolation
Interpolation
mbhuiya6
 
04b interpolation and extrapolation
04b   interpolation and extrapolation04b   interpolation and extrapolation
04b interpolation and extrapolation
bplett
 
Extrapolation
ExtrapolationExtrapolation
Extrapolation
jonathan
 

Andere mochten auch (20)

Interpolation and extrapolation
Interpolation and extrapolationInterpolation and extrapolation
Interpolation and extrapolation
 
interpolation
interpolationinterpolation
interpolation
 
Interpolation
InterpolationInterpolation
Interpolation
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013
 
Es272 ch5b
Es272 ch5bEs272 ch5b
Es272 ch5b
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal interval
 
Interpolation Methods
Interpolation MethodsInterpolation Methods
Interpolation Methods
 
04b interpolation and extrapolation
04b   interpolation and extrapolation04b   interpolation and extrapolation
04b interpolation and extrapolation
 
GISG 112 Final Presentation
GISG 112 Final PresentationGISG 112 Final Presentation
GISG 112 Final Presentation
 
Extrapolation
ExtrapolationExtrapolation
Extrapolation
 
Finite difference & interpolation
Finite difference & interpolationFinite difference & interpolation
Finite difference & interpolation
 
Extrapolation Kent Feb10
Extrapolation Kent Feb10Extrapolation Kent Feb10
Extrapolation Kent Feb10
 
Extrapolación Richardson
Extrapolación RichardsonExtrapolación Richardson
Extrapolación Richardson
 
Extrapolation
ExtrapolationExtrapolation
Extrapolation
 
Extrapolacion
ExtrapolacionExtrapolacion
Extrapolacion
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniques
 
Segmentation Techniques -II
Segmentation Techniques -IISegmentation Techniques -II
Segmentation Techniques -II
 
Edge detection
Edge detectionEdge detection
Edge detection
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 
Métodos en prospectiva 4- extrapolación
Métodos en prospectiva 4- extrapolaciónMétodos en prospectiva 4- extrapolación
Métodos en prospectiva 4- extrapolación
 

Ähnlich wie Extrapolation

IGARSS11_HongboSu_ver3.ppt
IGARSS11_HongboSu_ver3.pptIGARSS11_HongboSu_ver3.ppt
IGARSS11_HongboSu_ver3.ppt
grssieee
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05
Charlton Inao
 

Ähnlich wie Extrapolation (20)

IGARSS11_HongboSu_ver3.ppt
IGARSS11_HongboSu_ver3.pptIGARSS11_HongboSu_ver3.ppt
IGARSS11_HongboSu_ver3.ppt
 
lost_valley_search.pdf
lost_valley_search.pdflost_valley_search.pdf
lost_valley_search.pdf
 
Ill-posedness formulation of the emission source localization in the radio- d...
Ill-posedness formulation of the emission source localization in the radio- d...Ill-posedness formulation of the emission source localization in the radio- d...
Ill-posedness formulation of the emission source localization in the radio- d...
 
Dycops2019
Dycops2019 Dycops2019
Dycops2019
 
final_report
final_reportfinal_report
final_report
 
DATA ANALYSIS IN PHYSICS.pdf
DATA  ANALYSIS IN PHYSICS.pdfDATA  ANALYSIS IN PHYSICS.pdf
DATA ANALYSIS IN PHYSICS.pdf
 
APLICACIONES DE ESPACIO VECTORIALES
APLICACIONES DE ESPACIO VECTORIALESAPLICACIONES DE ESPACIO VECTORIALES
APLICACIONES DE ESPACIO VECTORIALES
 
Lecture 3 sapienza 2017
Lecture 3 sapienza 2017Lecture 3 sapienza 2017
Lecture 3 sapienza 2017
 
from_data_to_differential_equations.ppt
from_data_to_differential_equations.pptfrom_data_to_differential_equations.ppt
from_data_to_differential_equations.ppt
 
Linear regression [Theory and Application (In physics point of view) using py...
Linear regression [Theory and Application (In physics point of view) using py...Linear regression [Theory and Application (In physics point of view) using py...
Linear regression [Theory and Application (In physics point of view) using py...
 
solver (1)
solver (1)solver (1)
solver (1)
 
Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05Wk 6 part 2 non linearites and non linearization april 05
Wk 6 part 2 non linearites and non linearization april 05
 
How to Decide the Best Fuzzy Model in ANFIS
How to Decide the Best Fuzzy Model in ANFIS How to Decide the Best Fuzzy Model in ANFIS
How to Decide the Best Fuzzy Model in ANFIS
 
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
 
The inverse scattering series for tasks associated with primaries: direct non...
The inverse scattering series for tasks associated with primaries: direct non...The inverse scattering series for tasks associated with primaries: direct non...
The inverse scattering series for tasks associated with primaries: direct non...
 
Zhang weglein-2008
Zhang weglein-2008Zhang weglein-2008
Zhang weglein-2008
 
BNL_Research_Report
BNL_Research_ReportBNL_Research_Report
BNL_Research_Report
 
Jgrass-NewAge: Kriging component
Jgrass-NewAge: Kriging componentJgrass-NewAge: Kriging component
Jgrass-NewAge: Kriging component
 
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
A Novel Space-time Discontinuous Galerkin Method for Solving of One-dimension...
 
TREND REMOVAL FROM RAMAN SPECTRA WITH LOCAL VARIANCE ESTIMATION AND CUBIC SPL...
TREND REMOVAL FROM RAMAN SPECTRA WITH LOCAL VARIANCE ESTIMATION AND CUBIC SPL...TREND REMOVAL FROM RAMAN SPECTRA WITH LOCAL VARIANCE ESTIMATION AND CUBIC SPL...
TREND REMOVAL FROM RAMAN SPECTRA WITH LOCAL VARIANCE ESTIMATION AND CUBIC SPL...
 

Kürzlich hochgeladen

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Kürzlich hochgeladen (20)

ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 

Extrapolation

  • 1. EXTRAPOLATION ALKESH GOYAL 2nd Year, GPT IIT ROORKEE 10411003
  • 2. INTRODUCTION  Extrapolation is the process of constructing new data points outside the range of known points.  It is the statistical technique of inferring about the future based on known facts and observation, such as estimating the size of a population a few years from now on the basis of current population size and its rate of growth.  It is similar to the process of Interpolation, which constructs new points between known points.  But the results of extrapolations are often less meaningful, and are subject to greater uncertainty.
  • 3. ASSUMPTIONS  Use of aggregate data, generally across time (population, employment, etc.)  Future movement of the data series is determined by past patterns embedded in the series  The essential information about the future of the data series is contained in the history of the series  Past trends will continue into the future
  • 4. ADVANTAGES Extrapolation Techniques have Computational simplicity  Transparent methodology  low data requirements  May work for 1.Large areas 2.Short time horizons 3.Slow grow areas
  • 5. DISADVANTAGES     Does not account for underlying causes / structural conditions Current trend often does not continue Excludes any external considerations Lots of possible way to extend the line.
  • 6. EXTRAPOLATION  TECHNIQUES The basic procedure for Extrapolation Techniques are: 1. Acquire population data for past years 2. Plot data to determine the best fitting curve 3. Extend the curve into the future
  • 7. GENERAL SHAPE OF VARIOUS CURVE FITTING FAMILIES
  • 8. METHODS OF FINDING BEST-FIT CURVE Best-Fit curve can be obtained by three methods Least-square curve fit.  Smooth curve fit  Non linear curve fit
  • 9. LEAST SQUARE CURVE FIT Minimizes the square of error between the original data and the value predicted by the equation.  The five least square fits are 1.Linear 2.Polynomial 3.Exponential 4.Logarithmic 5.Power 
  • 10. SMOOTH CURVE FIT  These curve fit do not generate an equation for resulting curve. These is because there is no single equation that can be used to represent the curve. Three smooth fit are 1.Weighted 2.Cubic spline 3.interpolate
  • 11. NON LINEAR CURVE FIT It is the most general method of curve fit.  There are two types of non linear function 1.Non-linear fitting function which can be transformed into a linear fitting function. example N (t )  N o e  t /  ln N  t /   ln N o 2.Non linear fitting function which cannot be transformed into a linear fitting function. example- y  a cos(bX )  b sin(aX ) This type of function can be Fit by Levenberg–Marquardt algorithm (LMA)
  • 12. LEVENBERG–MARQUARDT ALGORITHM (LMA) It provides a numerical solution to the problem of minimizing a Non linear function, over a space of parameters of the function. These minimization problems arise especially in curve fitting.  It is also used for solving Non linear Geophysical Inverse problems.  No data restrictions associated with this algorithm.  It is an Iterative method starts with the initial guess for the unknown parameters.  It can fail if the initial guesses of the fitting parameters are too far away from the desired solution. 
  • 13.  Given a set of m empirical pairs of independent and dependent variables, (xi,yi), optimize the parameters β of the model curve f(x,β) so that the sum of the squares of the deviations becomes minimum. Provide the initial guess for the parameter vector β. like βT=(1,1,...,1).  In each iteration step, the parameter vector, β, is replaced by a new estimate, β + δ. To determine δ, the functions are approximated by their linearizations. where is the gradient of f w.r.t. f ( xi ,    )  f ( xi ,  )  J i J i  f ( xi ,  ) /  Ji  
  • 14.  The above first-order approximation of m S (    )    yi  f ( xi ,  )  J i  gives 2 i 1  To obtained the minimum of S(β), gradient of S with respect to δ will be zero. It gives ( J T J   I )  J T [ y  f (  )] where I is Identity matrix J is jacobian matrix This is a set of linear equation which can be solved for  .
  • 15. EXAMPLE  From the following vapor pressure data of methanol at different temperature obtain the value of A,B,C by using Levenberg–Marquardt algorithm (LMA) for Antoine vapour pressure correlation Psat = eA-B/(T+C)
  • 16.  After solving by LMA we obtain the value of A = 26.9843 B = 5780.219 C = 36.06304 Putting these parameter values back into the Antoine equation gives the table shown below.
  • 17.  A graph comparing the calculated value of data is shown
  • 18. APPLICATION OF EXTRAPOLATION  Forecasting :weather predictions take historic data and extrapolate to obtain a future weather pattern.  Hurricane tracking chart is prepared by the help of extrapolation The position of the hurricane’s center is plotted on a map every 6 hours, and future positions are predicted by continuing the track
  • 19. NHC ‘S FORECAST MODEL OF HURRICANE ERNESTO NEAR FLORIDA
  • 20. SEA LAKE AND OVERLAND SURGES FROM HURRICANES (SLOSH) MODEL  It developed for use in areas of the Gulf of Mexico and near the United States' East coast
  • 21.  Extrapolation is used to find the properties of system near 0 k temperature because it is impossible to attain a temperature near 0 k in laboratory.
  • 22. APPLICATION IN GEOPHYSICS  Extrapolation is used in geophysical forward and inverse modelling. ExampleTemperature increases linearly with depth in the earth that is the temperature T is related to depth Z by T(Z) = aZ + b where a and b are numerical constants. By measuring the value of temperature at different depths we can find the value of a and b. Then we can extrapolate it to find the temperature at any desired depth.
  • 23.
  • 24.  Extrapolation is used for determining depth of the interface in Refraction seismology. The time travel curve for direct , reflected and refracted ray is shown in figure. The doubly refracted rays a are only recorded at d distances greater than the c critical distance t xc therefore it has to be x extrapolate to obtain in o ti order to find the depth. depth  V2 / ti
  • 25. REFERENCES William Lowrie 2007. Fundamentals of Geophysics  William Menke 1984. Geophysical data analysis: Discrete inverse theory  Wikipedia  http://en.wikipedia.org/wiki/Hurricane Ernesto(2006) 

Hinweis der Redaktion

  1. The graph is straightening out to a straight line in a slightly downwards direction·         The graph is slowly starting to curve back upwards·         The graph is starting to curve back upwards, more and more so as you move to the right
  2. It is a very popular curve fitting algorithm used in many software applications.
  3. It takes abt 50 iterations to obtain these value.
  4. Blue line indicates calculated value and red dots are actual value.
  5. Significant track errors still occur on occasion, as seen in this Ernesto (2006) early forecast. The NHC official forecast is light blue, while the storm's actual track is the white line over Florida