NonlinearCurveFitter.Method Property

Gets or sets the nonlinear least squares algorithm that is to be used in the calculations.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public NonlinearCurveFittingMethod Method { get; set; }

Property Value

NonlinearCurveFittingMethod

See Also