Four Parameter Logistic Curve.Final Value Property
Gets or sets the initial value of the logistic curve.
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double FinalValue { get; set; }
Property Value
DoubleRemarks
The initial value is the limit of the function when x goes to negative infinity.
This value corresponds to the second parameter of the curve.