Rule Violation.Window Length Property
Gets the count of consecutive observations in the 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 WindowLength { get; }Property Value
Int32Remarks
For PointBeyondControlLimits this is 1. For ConsecutivePointsOnSameSide(9) it is 9. For TwoOfThreeBeyondTwoSigmaSameSide and FourOfFiveBeyondOneSigmaSameSide the value is the full candidate window (3 and 5 respectively), even though only 2 of 3 or 4 of 5 points need satisfy the criterion.