RichardsCurve.GrowthRate Property

Gets or sets the growth rate (k).

Definition

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

Property Value

Double

Remarks

The growth rate parameter controls the steepness of the transition from the lower to the upper asymptote. Larger values result in steeper curves.

This value corresponds to the third parameter of the curve.

See Also