Curve Fitting by Optimization

Here you can fit a polynomial a0+a1x+a2x2+.... to a set of

data points ((xi,yi), i=1..np) using optimization. Monitor the least squares value to choose the optimal degree of the polynomial. You can enter the degree of the polynomial and the number of data points in the form below and click on 'Fit Curve' to submit the form. Then you will be asked to enter the data points interactively.

Enter the degree of polynomial 'n'

Enter number of data points 'np'

Least Squares Value

Co-efficients of the Polynomial

Use the clock below to record the time taken for curve fitting


Report all bugs at bvsheela@yahoo.com

Books on Curve Fitting 1