Control Rule Sets.Nelson Standard Property
Gets the standard 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static ControlRuleSet NelsonStandard { get; }Property Value
ControlRuleSetRemarks
The Nelson rules evaluated are:
- Nelson 1: one point beyond 3-sigma.
- Nelson 2: nine or more points on the same side of the center line.
- Nelson 3: six or more points continuously increasing or decreasing.
- Nelson 4: fourteen or more points alternating up and down.
- Nelson 5: two out of three consecutive points beyond 2-sigma on the same side.
- Nelson 6: four out of five consecutive points beyond 1-sigma on the same side.
- Nelson 7: fifteen or more points within 1-sigma of the center line on either side.
- Nelson 8: eight or more points on both sides of the center line with none within 1-sigma.
Exact tie-handling and zone-boundary conventions are documented in the implementation and applied consistently across all overloads.