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

Property Value

ControlRuleSet

Remarks

Applies two rules:

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.

See Also