NLFit Methods |
The NLFit type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeCovariances | Computes parameter covariances at a given parameter set. | |
| enorm(Int32, Double) | given an n-vector x, this function calculates the euclidean norm of x. | |
| enorm(Int32, Double, Int32) | Given an n-vector x, this function calculates the euclidean norm of x. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| fdjac2 | This subroutine computes a forward-difference approximation to the m by n Jacobian matrix associated with a specified problem of m functions in n variables. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LevenbergMarquardtFit(NLFitLMFunction, Double, Double, Double, CancellationToken, Int32) | Minimizes the sum of squares of m nonlinear functions in n variables using the Levenberg-Marquardt algorithm. | |
| LevenbergMarquardtFit(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. | |
| LevenbergMarquardtFit(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. | |
| lmpar | Computes the Levenberg-Marquardt parameter for a constrained least-squares subproblem. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| qrsolve | Solves the constrained least-squares problem using information from a QR factorization with column pivoting. | |
| sqr | Returns the square of x. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |