Least Squares Approximation - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Tasks : Curve Fitting : Least Squares Approximation

Least Squares Approximation

Description

 

Calculate a least squares approximation using specified data points.

 

Least Squares Fit of Data by a Specified Curve

List of Data Points:

2,1,4,3,6,7,7,5,9,2

2,1,4,3,6,7,7,5,9,2

(1)

Fitting Curve:

ax2+bx+c

ax2+bx+c

(2)

Independent Variable:

x

x

(3)

Least Squares Curve:

CurveFittingLeastSquares,,curve=;

63155071+597510142x66910142x2

(4)

Commands Used

CurveFitting[LeastSquares]

See Also

CurveFitting, Curve Fitting Assistant