Process Rules.Consecutive Points On Same Side Method
k or more consecutive points on the same side of the center line.
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 static IProcessRule ConsecutivePointsOnSameSide(
int runLength
)Parameters
- runLength Int32
- Minimum run length. Nelson uses 9; WE uses 8.