Wiki

Clone wiki

symja_android_library / Symbols / Fit

Fit

Fit(list-of-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

Updated