RuleEvaluationContext.IsBeyondUpperSigma Method

Returns whether the point at the specified index lies beyond multiple sigma above the center line.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public bool IsBeyondUpperSigma(
	int index,
	double multiple,
	bool strict
)

Parameters

index  Int32
The zero-based index of the point.
multiple  Double
The sigma multiplier, e.g. 1.0 or 2.0.
strict  Boolean
true for a strict comparison; equality returns false. false for a non-strict comparison; equality returns true.

Return Value

Boolean

Exceptions

See Also