Gompertz Curve.Amplitude Property
Gets or sets the asymptotic amplitude (A).
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 Amplitude { get; set; }Property Value
DoubleRemarks
The asymptotic amplitude is the difference between the upper asymptote and the baseline. The curve approaches C + A as x approaches infinity.
This value corresponds to the first parameter of the curve.