Returns a CurveFitter object that can be used to fit the curve to data.

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetCurveFitter As CurveFitter
C#
public override CurveFitter GetCurveFitter ()
C++
public:
virtual CurveFitter^ GetCurveFitter () override

Return Value

A 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.