Five Parameter Logistic Curve.Initial Value Property
Gets or sets the initial value of the logistical 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 InitialValue { 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 first parameter of the curve.