Polynomial regression: Difference between revisions

Content added Content deleted
(Added 11l)
Line 37: Line 37:
F abc(xx)
F abc(xx)
R (@a + @b * xx) + (@c * xx * xx)
R (@a + @b * xx) + (@c * xx * xx)

print("y = #. + #.x + #.x^2\n".format(a, b, c))
print("y = #. + #.x + #.x^2\n".format(a, b, c))
print(‘ Input Approximation’)
print(‘ Input Approximation’)