LinearCombination.GetCurveFitter Method

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

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override CurveFitter GetCurveFitter()

Return Value

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

See Also