Control Chart Data.Lower Control Limit Property
Gets the lower control limit.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public double LowerControlLimit { get; }Property Value
DoubleRemarks
The scalar lower 3-sigma control limit for the plotted statistic.
For count-based charts (C, NP) where the lower bound is theoretically
zero, this value may be NaN. For variable-sample
P and U charts, use the pointwise vector properties for precise rendering.