DoubleSigmoidCurve.RisingHillSlope Property

Gets or sets the steepness of the rising phase (k₁).

Definition

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

Property Value

Double

Remarks

The rising steepness parameter controls how quickly the curve rises from the baseline to the peak. Larger values result in sharper transitions.

This value corresponds to the second parameter of the curve.

See Also