![]() | MultipleCurveFit Class |
Namespace: CenterSpace.NMath.Core
The MultipleCurveFit type exposes the following members.
Name | Description | |
---|---|---|
![]() | MultipleCurveFit |
Constructs a MultipleCurveFit object with default settings.
|
![]() | MultipleCurveFit(Double) |
Constructs a MultipleCurveFit object with the minimizer
using the given error tolerance in finding the solution.
|
![]() | MultipleCurveFit(Int32) |
Constructs a MultipleCurveFit object with the minimizer
using the given maximum number of iterations to perform.
|
![]() | MultipleCurveFit(TrustRegionMinimizer) |
Constructs a MultipleCurveFit object using the provided
minimizer.
|
![]() | MultipleCurveFit(Double, Int32) |
Constructs a MultipleCurveFit object with the minimizer
using the given maximum number of iterations to perform and error
tolerance.
|
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.
|
Name | Description | |
---|---|---|
![]() | Fit(IListMultipleFitCurveInfo, DoubleVector) |
Performs the fit.
|
![]() | Fit(IListMultipleFitCurveInfo, DoubleVector, DoubleVector, DoubleVector) |