Least-Mean-Squares Polynomial Fit to Data
Find the coefficients k
i
for the equation:
y = k
0
+ k
1
*x + k
2
*x
2
+ ... + k
n
x
n
that best fits the given data.
Select n, the degree of the polynomial
1
2
3
4
5
6
7
Enter x,y values as separate columns in the following boxes:
x
y
Results