ControlRuleSets.BasicShewhart 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#
public static ControlRuleSet BasicShewhart { get; }

Property Value

ControlRuleSet

Remarks

Applies a single rule:

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.

See Also