| Name | Description |
---|
| LevenbergMarquardtFit(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.
|
| LevenbergMarquardtFit(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.
|
| LevenbergMarquardtFit(NLFitLMFunction, Double, Double, Double, Double, Double, Int32, Double, Double, Int32, Double, Int32, Int32, Int32, Double, Int32, Int32, Double, Double, Double, Double, Double, CancellationToken) | |