Click or drag to resize

NLFitLevenbergMarquardtFit Method

Overload List
 NameDescription
Public methodStatic memberLevenbergMarquardtFit(NLFitLMFunction, Double, Double, Double, CancellationToken, Int32) The purpose of LevenbergMarquardtFit is to minimize the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm. This is done by using the more general least-squares solver below. The user must provide a subroutine which calculates the functions. The Jacobian is then calculated by a forward-difference approximation.
Public methodStatic memberLevenbergMarquardtFit(NLFitLMFunction, Double, Double, Double, Int32, Int32, Double, Double, Int32, Double, Double, Double, Double, Double, CancellationToken) The purpose of LevenbergMarquardtFit is to minimize the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm. This is done by using the more general least-squares solver below. The user must provide a subroutine which calculates the functions. The Jacobian is then calculated by a forward-difference approximation.
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) 
Top
See Also