GompertzCurve.GrowthRate 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#
public double GrowthRate { get; set; }

Property Value

Double

Remarks

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.

See Also