Is there any relation between the degree of the polynomial and the number of data points in polynomial curve fitting? If yes, write the relation. If no, write a brief (no more than two lines) explanation.
In general, whenever you have "n" data points, you can always find a polynomial of degree "n-1" which passes through all of them:Â
Comments
Leave a comment