Four Parameter Logistic Curve.Final Value Property
Gets or sets the initial value of the logistic curve.
Definition
Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.