Log Normal Curve.Amplitude Property
Gets or sets the 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 amplitude scales the curve vertically. It represents the total area under the probability density function (minus the baseline), and thus controls the overall height of the curve.
This value corresponds to the first parameter of the curve.