Double Sigmoid Curve.Amplitude Property
Gets or sets the maximum 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 maximum amplitude is the peak height above the baseline. The actual peak value of the curve is C + A (at optimal conditions between the two transition points).
This value corresponds to the first parameter of the curve.