1 - 10 of 79 for FindFitSearch Results
FindFit   (Built-in Mathematica Symbol)
FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
Manipulating Numerical Data   (Mathematica Tutorial)
When you have numerical data, it is often convenient to find a simple formula that approximates it. For example, you can try to "fit" a line or curve through the points in ...
Curve Fitting   (Mathematica Tutorial)
There are many situations where one wants to find a formula that best fits a given set of data. One way to do this in Mathematica is to use Fit. Basic linear fitting. Here is ...
Matrix-Based Minimization   (Mathematica Guide)
LeastSquares — solve an exact or approximate least-squares problem, PseudoInverse — pseudoinverse of a square or rectangular matrix, Norm — matrix and vector p-norms, ...
NormFunction   (Built-in Mathematica Symbol)
NormFunction is an option for functions such as FindFit and NDSolve which gives a function to be minimized in generating results.
FindCurvePath   (Built-in Mathematica Symbol)
FindCurvePath[{{x_1, y_1}, {x_2, y_2}, ...}] gives an ordering of the {x_i, y_i} that corresponds to one or more smooth curves.
Version 6.0 added a collection of carefully optimized functions to Mathematica's powerful arsenal of numerical handling capabilities.
Compiled   (Built-in Mathematica Symbol)
Compiled is an option for various numerical and plotting functions which specifies whether the expressions they work with should automatically be compiled.
Gradient   (Built-in Mathematica Symbol)
Gradient is an option for FindMinimum and related functions that specifies the gradient vector to assume for the function being extremized.
Statistics`NonlinearFit`   (Mathematica Compatibility Information)
NonlinearFit is replaced by FindFit. NonlinearRegress functionality is now available using the built-in function NonlinearModelFit.
1|2|3|4 ... 8 Next

...