DoubleSigmoidCurve.RisingCenter Property

Gets or sets the midpoint of the rising phase (x₁).

Definition

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

Property Value

Double

Remarks

The rising midpoint is the x-coordinate where the rising phase reaches half of its maximum. It represents the onset or activation point of the process.

This value corresponds to the third parameter of the curve.

See Also