ControlRuleSets.Nelson Property

Gets the Nelson rule set, containing all eight Nelson rules.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public static ControlRuleSet Nelson { get; }

Property Value

ControlRuleSet

Remarks

The Nelson rule set is the standard full-sensitivity rule set for variables control charts (Individuals, XBar-R, XBar-S). It applies all eight Nelson rules:

Intended for variables charts with stable sigma interpretation. Do not apply to EWMA or CUSUM statistics; use BasicShewhart instead.

See Also