Richards Curve.Inflection Point 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double InflectionPoint { get; set; }Property Value
DoubleRemarks
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.