Richards Curve.Shape Property
Gets or sets the shape parameter (ν).
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 Shape { get; set; }Property Value
DoubleRemarks
The shape parameter controls the asymmetry of the growth curve. Different values produce different growth patterns: ν = 1 gives the logistic curve, ν → ∞ approaches the Gompertz curve, ν = 2 gives a symmetric generalized logistic curve.
This value corresponds to the second parameter of the curve.