UChart Data.Upper Control Limits Property
Gets the pointwise upper control limits, one per plotted point.
These are the authoritative limits for precise rendering and
interpretation when unit sizes vary across subgroups.
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 Vector<double> UpperControlLimits { get; }Property Value
Vector<Double>Remarks
Do not render U-chart control limits as horizontal lines when unit
sizes vary. Each element corresponds to the matching element in
Points; render as a step function
or connected line.