NonlinearCurveFitter Methods

Methods

ComputeFit Calculates the least-squares fit.
(Overrides CurveFitter.ComputeFit(DenseVector<Double>, SymmetricMatrix<Double>, Double))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Fit Calculates the least-squares fit.
(Inherited from CurveFitter)
GetConfidenceBandwidth(Double) Gets the width of the confidence band around the best-fit curve at the specified point at the 95% confidence level.
(Inherited from CurveFitter)
GetConfidenceBandwidth(Double, Double) Gets the width of the confidence band around the best-fit curve at the specified point.
(Overrides CurveFitter.GetConfidenceBandwidth(Double, Double))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPredictionBandwidth(Double) Gets the width of the prediction band around the best-fit curve at the specified point at the 95% confidence level.
(Inherited from CurveFitter)
GetPredictionBandwidth(Double, Double) Gets the width of the prediction band around the best-fit curve at the specified point.
(Overrides CurveFitter.GetPredictionBandwidth(Double, Double))
GetStandardDeviations Gets the standard deviations.
(Inherited from CurveFitter)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetVarianceCovarianceMatrix Returns the variance-covariance matrix of the fit.
(Inherited from CurveFitter)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Scale(DenseVector<Double>) Scales the components of a vector using the values from ScaleVector.
(Inherited from CurveFitter)
Scale(Vector<Double>) Scales the components of a vector using the values from ScaleVector.
(Inherited from CurveFitter)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Unscale(DenseVector<Double>) Undoes the scaling of the components of a vector using the values from ScaleVector.
(Inherited from CurveFitter)
Unscale(Vector<Double>) Undoes the scaling of the components of a vector using the values from ScaleVector.
(Inherited from CurveFitter)

See Also