RuleViolation.WindowStart Property

Gets the zero-based index of the first point in the run or window supporting this violation.

Definition

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

Property Value

Int32

Remarks

The window covers the observations at indices WindowStart through WindowStart + WindowLength - 1 inclusive. For point rules, WindowStart == TriggerIndex. For pattern rules, WindowStart == TriggerIndex - WindowLength + 1.

See Also