NonlinearCurveFitter.LowerBounds Property

Gets or sets the vector of lower bounds of the curve parameters.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<double> LowerBounds { get; set; }

Property Value

Vector<Double>

See Also