Fit
Usage Message: Fit[data, funs, vars] finds a least-squares fit to a list of data as a linear combination of the functions funs of variables vars. The data can have the form {{x1, y1, ... , f1}, {x2, y2, ... , f2}, ... }, where the number of coordinates x, y, ... is equal to the number of variables in the list vars. The data can also be of the form {f1, f2, ... }, with a single coordinate assumed to take values 1, 2, ... . The argument funs can be any list of functions that depend only on the objects vars. Attributes[Fit] = {Protected} Notes:
Additional Online Documentation:
Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/Fit.html
Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/Fit.html
Questions or comments? Send email to support@wolfram.com.
| |