Rule Evaluation Context.Supports Sigma Zones Property
Gets a value indicating whether sigma-zone comparisons are
meaningful for this context.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public bool SupportsSigmaZones { get; }Property Value
BooleanRemarks
This is true for fixed-limit variables series (Individuals, XBar, R, S, NP, C with constant sample size) and false for pointwise-limit series (P/U with variable sizes, EWMA) because those charts do not have a single scalar sigma that defines uniform zone boundaries.
Rules that rely on sigma zones must check this property before calling the sigma-zone helpers and return an empty violation list when it is false.