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

Property Value

Double

Remarks

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.

See Also