Rule Violation.Trigger Index Property
Gets the zero-based index of the trigger point where the rule
violation is detected.
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 int TriggerIndex { get; }Property Value
Int32Remarks
For point rules such as PointBeyondControlLimits, the trigger index equals WindowStart — it is the single out-of-bounds point. For pattern rules, it is the last point in the pattern (WindowStart + WindowLength - 1).
Violations are uniquely identified by the combination of RuleId and TriggerIndex.