Rule Violation.Window Start 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public int WindowStart { get; }Property Value
Int32Remarks
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.