![]() | Multiple |
The MultipleCurveFit type exposes the following members.
Name | Description | |
---|---|---|
![]() | FinalResidual | Gets the final residual. |
![]() | InitialResidual | Gets the initial residual. |
![]() | InitialStepBound | Gets and sets the initial step bound. In most cases this should be between 0.1 and 100.0. |
![]() | Iterations | Gets the number of iterations used in the estimate of the parameters just computed. |
![]() | MaxIterationsMet | Returns true if the parameters just computed stopped because the maximum number of iterations was reached; otherwise, false. |
![]() | MaxTrialIterations | Gets and sets the maximum number of iterations of trial step calculation. |
![]() | Minimizer | Gets and sets the least squares minimizer used to perform the fit. |
![]() | StopCriterion | The reason for stopping. |
![]() | ToleranceFunctionValue | Gets and sets the tolerance used to check the function value. |
![]() | ToleranceImprovement | Gets and sets the tolerance used to check the improvement between steps. |
![]() | ToleranceJacobian | Gets and sets the tolerance used to check the Jacobian. |
![]() | ToleranceTrialStep | Gets and sets the tolerance used to check the trial step. |
![]() | ToleranceTrustRegionArea | Gets and sets the tolerance used to check the trust region area. |