Click or drag to resize

MultipleCurveFit Properties

The MultipleCurveFit type exposes the following members.

Properties
 NameDescription
Public propertyFinalResidual Gets the final residual.
Public propertyInitialResidual Gets the initial residual.
Public propertyInitialStepBound Gets and sets the initial step bound. In most cases this should be between 0.1 and 100.0.
Public propertyIterations Gets the number of iterations used in the estimate of the parameters just computed.
Public propertyMaxIterationsMet Returns true if the parameters just computed stopped because the maximum number of iterations was reached; otherwise, false.
Public propertyMaxTrialIterations Gets and sets the maximum number of iterations of trial step calculation.
Public propertyMinimizer Gets and sets the least squares minimizer used to perform the fit.
Public propertyStopCriterion The reason for stopping.
Public propertyToleranceFunctionValue Gets and sets the tolerance used to check the function value.
Public propertyToleranceImprovement Gets and sets the tolerance used to check the improvement between steps.
Public propertyToleranceJacobian Gets and sets the tolerance used to check the Jacobian.
Public propertyToleranceTrialStep Gets and sets the tolerance used to check the trial step.
Public propertyToleranceTrustRegionArea Gets and sets the tolerance used to check the trust region area.
Top
See Also