The CurveFitter type exposes the following members.
Properties
|
|
Name |
Description |
|
BestFitParameters
|
Gets the curve parameters corresponding to the best fit.
|
|
Curve
|
Gets or sets the curve that is being fitted.
|
|
InitialGuess
|
Gets or sets the initial value for the iteration.
|
|
Residuals
|
Gets the residuals for the observations.
|
|
ScaleVector
|
Gets or sets the vector used to scale the curve parameters.
|
|
StandardError
|
Gets the standard error of the curve fit.
|
|
WeightFunction
|
Gets or sets the weight function.
|
|
WeightVector
|
Gets or sets the weight vector.
|
|
XValues
|
Gets or sets the vector of x-values.
|
|
YValues
|
Gets or sets the vector of y-values.
|
See Also