Curve Fitting Flashcards
Describes techniques to fit curves to discrete data to obtain intermediate estimates
Curve fitting
Two general approaches
1) Data with noise (deviant values)
2) Data known to be very precise (no / very few noise)
Data with noise (deviant values) strategy
Derive a single curve that represents the general trend of data
Regression
Data known to be very precise (no / very few noise) strategy
Fit a curve or series of curves passing through each of the points
Interpolation
A process of using pattern of the data to make predictions
Trend analysis
Compare a known mathematical model with measured data
Hypothesis testing
Derive simpler function
Function simplification
The shape with which the data is spread around the mean
Data distribution
Derive an approximating function that fits the shape or generated trend of the data without necessarily matching individual points
Regression
Fitting a straight line to a set of paired observations
Linear Regression
A method of constructing new data points from a discrete set of known points
Interpolation
For n + 1 data points, there is
exactly one unique polynomial of order n that passes through all points
First order polynomial connecting two points
Linear
Second-order polynomial connecting three points
Quadratic or Parabolic
Various mathematical formats (Polynomial functions)
Fitting polynomial to data points
Newton’s Divided Difference (NDD)
Lagrange Interpolating Polynomials
Neville’s Method
Spline Curves