Control Rule Sets.Attribute Conservative Property
Gets a conservative rule set suitable for attribute control charts
(P, NP, C, U). Applies only the most fundamental out-of-control
signals.
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 AttributeConservative { get; }Property Value
ControlRuleSetRemarks
Applies two rules:
- PointBeyondControlLimits — one point beyond ±3σ (window length 1).
- ConsecutivePointsOnSameSide(Int32) with run length 9 — nine consecutive points on the same side of the center line (window length 9).
Zone rules (beyond ±1σ or ±2σ) are excluded because attribute chart statistics follow binomial or Poisson distributions rather than normal distributions, making the zone-based probability assumptions invalid and likely to produce excessive false alarms.