RuleEvaluationContext.GetUpperControlLimit Method

Gets the upper control limit at the specified index. For fixed-limit series this is the same scalar for every index; for pointwise-limit series it is the per-point value.

Definition

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

Parameters

index  Int32
The zero-based index of the point.

Return Value

Double

See Also