DoubleSigmoidCurve.FallingHillSlope Property

Gets or sets the steepness of the falling phase (k₂).

Definition

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

Property Value

Double

Remarks

The falling steepness parameter controls how quickly the curve falls from the peak back to the baseline. Larger values result in sharper transitions.

This value corresponds to the fourth parameter of the curve.

See Also