LinearCurveFitter<T> Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Fit Calculates the least-squares fit.
(Inherited from CurveFitter<T>)
GetConfidenceBandwidth(T) Gets the width of the confidence band around the best-fit curve at the specified point at the 95% confidence level.
(Inherited from CurveFitter<T>)
GetConfidenceBandwidth(T, Double) Gets the width of the confidence band around the best-fit curve at the specified point.
(Overrides CurveFitter<T>.GetConfidenceBandwidth(T, Double))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPredictionBandwidth(T) Gets the width of the prediction band around the best-fit curve at the specified point at the 95% confidence level.
(Inherited from CurveFitter<T>)
GetPredictionBandwidth(T, Double) Gets the width of the prediction band around the best-fit curve at the specified point.
(Overrides CurveFitter<T>.GetPredictionBandwidth(T, Double))
GetStandardDeviations Gets the standard deviations.
(Inherited from CurveFitter<T>)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetVarianceCovarianceMatrix Returns the variance-covariance matrix of the fit.
(Inherited from CurveFitter<T>)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also