MmaTranslator[Mma]
Fit
return the least-squares fit for a list of data
Calling Sequence
Parameters
Description
Examples
Fit(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Fit command returns the least-squares fit for a specified list of data as a linear combination.
with⁡MmaTranslatorMma:
Use the command with the Maple translation.
Fit⁡0,2,3,5,5,8,8,11,x+5,x
273⁢x358+1365358
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Fit[{{0, 2}, {3, 5}, {5, 8}, {8, 11}}, x+5, x]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document