FourParameterLogisticCurve.Center Property

Gets or sets the center of the logistic curve.

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double Center { get; set; }

Property Value

Double

Remarks

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.

See Also