Curve Fitter.Fit Method
Calculates the least-squares fit.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A reference to the Curve that best fits the data.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Curve Fit()
Return Value
CurveA reference to the Curve that best fits the data.
Exceptions
Invalid |
The XValues have not been set.
-or- The YValues have not been set. -or- The Curve has not been set. |
Dimension | The length of XValues does not equal the lenght of YValues. |
Insufficient | The number of data points is less than the number of curve parameters. |