Skip to content
Advertisement

Tag: data-fitting

Polynomial fitting with equal number of data points and coefficients

I am currently experimenting with polynomial fitting using jupyter. The function below returns the least-square polynomial of degree m given the data points in xs with corresponding ys. Suppose I have the following six data points and fit a polynomial of degree 5: From my understanding, the resulting curve should pass through every single data point exactly (in fact, the

Advertisement