Polynomial regression: Difference between revisions

m
(Added 11l)
Line 37:
F abc(xx)
R (@a + @b * xx) + (@c * xx * xx)
 
print("y = #. + #.x + #.x^2\n".format(a, b, c))
print(‘ Input Approximation’)
1,454

edits