Interpolation and smooth curve fitting based on local procedures
Contributed by:
Robert B. Nachbar (Wolfram Solutions)
Examples
Basic Examples (4)
Construct an approximate function that interpolates the data:
Apply the function to find interpolated values :
Plot the interpolation function:
Compare with the original data:
Scope (1)
Interpolate between points at arbitrary x-values:
Options (1)
PeriodicInterpolation (1)
With PeriodicInterpolation→True, the data is interpreted as one period of a periodic function:
Applications (1)
Interpolate random data:
Properties and Relations (2)
Compare the output from AkimaInterpolation to that from Interpolation:
Examine the region between 4 and 6:
Possible Issues (3)
Extrapolation is attempted to go beyond the original data:
At least 2 points are needed:
The interpolation function will always be continuous and first-order differentiable, but may not be higher-order differentiable:
Neat Examples (2)
Excessive undulation is suppressed:
Reasonable extrapolation is permitted:
Publisher
Robert Nachbar
Requirements
Wolfram Language 11.3
(March 2018) or above
Version History
-
1.0.1
– 24 January 2024
-
1.0.0
– 09 January 2019
Related Resources