NonlinearCurveFitter Properties

Properties

BestFitParameters Gets the curve parameters corresponding to the best fit.
(Inherited from CurveFitter)
Curve Gets the non-linear curve that is being fitted.
(Overrides CurveFitter.Curve)
InitialGuess Gets or sets the initial value for the iteration.
(Inherited from CurveFitter)
LowerBounds Gets or sets the vector of lower bounds of the curve parameters.
Method Gets or sets the nonlinear least squares algorithm that is to be used in the calculations.
Optimizer Gets the optimizer used to calculate the nonlinear least-squares solution.
Residuals Gets the residuals for the observations.
(Inherited from CurveFitter)
ScaleVector Gets or sets the vector used to scale the curve parameters.
(Inherited from CurveFitter)
StandardError Gets the standard error of the curve fit.
(Inherited from CurveFitter)
UpperBounds Gets or sets the vector of upper bounds of the curve parameters.
WeightFunction Gets or sets the weight function.
(Inherited from CurveFitter)
WeightVector Gets or sets the weight vector.
(Inherited from CurveFitter)
XValues Gets or sets the vector of x-values.
(Inherited from CurveFitter)
YValues Gets or sets the vector of y-values.
(Inherited from CurveFitter)

See Also