FourParameterLogisticCurve.HillSlope Property

Gets or sets the Hill slope of the logistic curve.

Definition

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double HillSlope { get; set; }

Property Value

Double

Remarks

The value of this parameter is related to the slope of the curve around the center. This value corresponds to the fourth parameter of the curve.

See Also