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

Property Value

Double

Remarks

The amplitude is the total change from the baseline to the upper asymptote. The curve ranges from C to C + A.

This value corresponds to the first parameter of the curve.

See Also