Control Rule Sets.Basic Shewhart Property
Gets the basic Shewhart rule set with only the single-point
out-of-control signal.
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 static ControlRuleSet BasicShewhart { get; }Property Value
ControlRuleSetRemarks
Applies a single rule:
- PointBeyondControlLimits — one point beyond ±3σ (window length 1).
This is the recommended rule set for EWMA and CUSUM chart statistics, which are serially correlated by design. Run rules such as those in Nelson or WesternElectric assume independent observations and will produce excessive false alarms when applied to EWMA or CUSUM output.