Overview of the CurveFitting Package
Calling Sequence
Description
List of CurveFitting Package Commands
CurveFitting:-command(arguments)
command(arguments)
The CurveFitting package is a collection of commands that support curve-fitting. By using the CurveFitting commands you can create a function that goes near or through a set of data points.
Most commands in the CurveFitting package return the interpolating function. For data resampling and table lookup, use the command ArrayInterpolation, which is designed to return interpolated data points efficiently.
There is a Maplet interface to the CurveFitting package. For more information, see the CurveFitting:-Interactive help page.
Each command in the CurveFitting package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, CurveFitting:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
ArrayInterpolation
BSpline
BSplineCurve
Interactive
LeastSquares
Lowess
PolynomialInterpolation
RationalInterpolation
Spline
ThieleInterpolation
To display the help page for a particular CurveFitting command, see Getting Help with a Command in a Package.
Applications
Fit Head-Flow Rate Data to a Pump Curve
See Also
CurveFitting:-Interactive
examples/Interpolation_and_Smoothing
help
module
Optimization:-LSSolve
Regression Commands
Statistics:-ScatterPlot
UsingPackages
with
Download Help Document