PChartData.UpperControlLimits Property

Gets the pointwise upper control limits, one per plotted point. These are the authoritative limits for precise rendering and interpretation when sample sizes vary across subgroups.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public Vector<double> UpperControlLimits { get; }

Property Value

Vector<Double>

Remarks

Do not render P-chart control limits as horizontal lines when sample sizes vary. Each element in this vector corresponds to the matching element in Points; render as a step function or connected line.

See Also