Control Chart Data.Upper Control Limit Property
Gets the upper 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 UpperControlLimit { get; }Property Value
DoubleRemarks
The scalar upper 3-sigma control limit for the plotted statistic.
Valid for all chart families with equal subgroup sizes. For variable-sample
P and U charts, this holds an average-size summary value; use the
pointwise vector properties for precise rendering in those cases.