CurveFitter Methods

Methods

ComputeFit Computes the solution.
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.
GetConfidenceBandwidth(Double) Gets the width of the confidence band around the best-fit curve at the specified point at the 95% confidence level.
GetConfidenceBandwidth(Double, Double) Gets the width of the confidence band around the best-fit curve at the specified point.
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.
GetPredictionBandwidth(Double, Double) Gets the width of the prediction band around the best-fit curve at the specified point.
GetStandardDeviations Gets the standard deviations.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetVarianceCovarianceMatrix Returns the variance-covariance matrix of the fit.
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.
Scale(Vector<Double>) Scales the components of a vector using the values from ScaleVector.
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.
Unscale(Vector<Double>) Undoes the scaling of the components of a vector using the values from ScaleVector.

See Also