Four Parameter Logistic Curve.Center Property
Gets or sets the center 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 Center { get; set; }
Property Value
DoubleRemarks
The center is the halfway point in the transition from the initial value to the final value. The logistic curve as anti-symmetrical about the center.
This value corresponds to the third parameter of the curve.