Gompertz Curve.Growth Rate Property
Gets or sets the growth rate parameter (c).
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 GrowthRate { get; set; }Property Value
DoubleRemarks
The growth rate parameter controls how quickly the curve transitions from the baseline to the asymptote. Larger values result in steeper growth.
This value corresponds to the third parameter of the curve.