DoubleSigmoidCurve.FallingCenter Property

Gets or sets the midpoint of the falling phase (x₂).

Definition

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

Property Value

Double

Remarks

The falling midpoint is the x-coordinate where the falling phase reaches half of its maximum. It represents the offset or deactivation point of the process.

This value corresponds to the fifth parameter of the curve.

See Also