ProcessRules.ConsecutivePointsOnSameSide 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#
public static IProcessRule ConsecutivePointsOnSameSide(
	int runLength
)

Parameters

runLength  Int32
Minimum run length. Nelson uses 9; WE uses 8.

Return Value

IProcessRule

See Also