Nonlinear Curve.Get Curve Fitter Method
Returns a CurveFitter object that can be used to fit the curve to data.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A NonlinearCurveFitter object suitable for fitting the curve to data.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override CurveFitter GetCurveFitter()
Return Value
CurveFitterA NonlinearCurveFitter 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.