Skip to content

Fit

Fit(list-of-data-points, degree, variable)

solve a least squares problem using the Levenberg-Marquardt algorithm.

See:

Examples

>> Fit({{1,1},{2,4},{3,9},{4,16}},2,x)
x^2.0

FindFit, FittedModel, LinearModelFit

Implementation status

  • ✅ - full supported

Github