Overview - Maple Help

Online Help

All Products    Maple    MapleSim


Overview of the CurveFitting Package

 

Calling Sequence

Description

List of CurveFitting Package Commands

Calling Sequence

CurveFitting[command](arguments)

command(arguments)

Description

• 

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.

  

As the underlying implementation of the CurveFitting package is a module, it is also possible to use the form CurveFitting:-command to access a command from the package. For more information,  see Module Members.

List of CurveFitting Package Commands

  

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.

See Also

CurveFitting[Interactive]

examples/Interpolation_and_Smoothing

help

module

Optimization[LSSolve]

Regression Commands

Statistics[ScatterPlot]

UsingPackages

with