Click or drag to resize

NLFitLevenbergMarquardtFit Method

Overload List
 NameDescription
Public methodStatic memberLevenbergMarquardtFit(NLFitLMFunction, Double, Double, Double, CancellationToken, Int32) Minimizes the sum of squares of m nonlinear functions in n variables using the Levenberg-Marquardt algorithm.
Public methodStatic memberLevenbergMarquardtFit(NLFitLMFunction, Double, Double, Double, Int32, Int32, Double, Double, Int32, Double, Double, Double, Double, Double, CancellationToken) Minimizes the sum of squares of m nonlinear functions in n variables using the Levenberg-Marquardt algorithm, using caller-provided work arrays.
Public methodStatic memberLevenbergMarquardtFit(NLFitLMFunction, Double, Double, Double, Double, Double, Int32, Double, Double, Int32, Double, Int32, Int32, Int32, Double, Int32, Int32, Double, Double, Double, Double, Double, CancellationToken) Most general interface to the Levenberg-Marquardt algorithm.
Top
See Also