![]() |
Creates an object to solve a nonlinear least squares problem. |
![]() | The absolute function tolerance. |
![]() | The number of good digits in the function. |
![]() | Get information about the performance of NonlinLeastSquares. |
![]() | The false convergence tolerance. |
![]() | The gradient tolerance used to compute the gradient. |
![]() | The initial trust region radius. |
![]() | The maximum number of iterations allowed. |
![]() | The maximum allowable stepsize to use. |
![]() | The relative function tolerance. |
![]() | The step tolerance used to step between two points. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Sets the diagonal scaling matrix for the functions. |
![]() | Sets the initial guess of the minimum point of the input function. |
![]() | Set the diagonal scaling matrix for the variables. |
![]() | Solve a nonlinear least-squares problem using a modified Levenberg-Marquardt algorithm and a Jacobian. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
NonlinLeastSquares Class | Imsl.Math Namespace | Finite Differences Example | Jacobian Example