ProcessRules.ConsecutiveIncreasingOrDecreasing Method

k or more consecutive points continuously increasing or decreasing (Nelson 3).

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public static IProcessRule ConsecutiveIncreasingOrDecreasing(
	int runLength
)

Parameters

runLength  Int32
Minimum trend length. Nelson uses 6.

Return Value

IProcessRule

See Also