Rule Violation.Rule Id 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public string RuleId { get; }Property Value
StringRemarks
Use this to programmatically distinguish rule types. Canonical values for the built-in rules are: PointBeyondControlLimits, ConsecutivePointsOnSameSide, ConsecutiveIncreasingOrDecreasing, AlternatingUpDown, TwoOfThreeBeyondTwoSigmaSameSide, FourOfFiveBeyondOneSigmaSameSide, FifteenWithinOneSigma, and EightOutsideOneSigma.