RuleEvaluationContext.IsBeyondControlLimits Method

Returns whether the point at the specified index is strictly beyond either the upper or the lower control limit.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public bool IsBeyondControlLimits(
	int index
)

Parameters

index  Int32
The zero-based index of the point.

Return Value

Boolean

See Also