RuleViolation.RuleId Property

Gets the stable programmatic identifier for the rule that fired.

Definition

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

Property Value

String

Remarks

Use this to programmatically distinguish rule types. Canonical values for the built-in rules are: PointBeyondControlLimits, ConsecutivePointsOnSameSide, ConsecutiveIncreasingOrDecreasing, AlternatingUpDown, TwoOfThreeBeyondTwoSigmaSameSide, FourOfFiveBeyondOneSigmaSameSide, FifteenWithinOneSigma, and EightOutsideOneSigma.

See Also