Nonlinear Curve Fitter Properties
Properties
Best |
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) |
Initial |
Gets or sets the initial value for the iteration.
(Inherited from CurveFitter) |
Lower | 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) |
Scale |
Gets or sets the vector used to scale the curve parameters.
(Inherited from CurveFitter) |
Standard |
Gets the standard error of the curve fit.
(Inherited from CurveFitter) |
Upper | Gets or sets the vector of upper bounds of the curve parameters. |
Weight |
Gets or sets the weight function.
(Inherited from CurveFitter) |
Weight |
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) |