RichardsCurve.InflectionPoint Property

Gets or sets the inflection point location (x₀).

Definition

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

Property Value

Double

Remarks

The inflection point is the x-coordinate where the curve has maximum slope and transitions most rapidly from the lower to the upper asymptote.

This value corresponds to the fourth parameter of the curve.

See Also