NonlinearCurveFitter.Method Property

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

Definition

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

Property Value

NonlinearCurveFittingMethod

See Also