Curve<T>.Get Curve Fitter Method
Returns a CurveFitter object that can be used to fit the curve to data.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A CurveFitter object suitable for fitting the curve to data.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public virtual CurveFitter GetCurveFitter()
Return Value
CurveFitterA CurveFitter object suitable for fitting the curve to data.
Remarks
The CurveFitter object returned by this method can be used to adjust the parameters of the instance to best fit the data supplied to the curve fitter object.