Normal Cdf 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 is half the total change from the minimum to the maximum value of the curve. The curve ranges from (C - A) to (C + A).
This value corresponds to the first parameter of the curve.