Click or drag to resize

ZBenchNormal(DoubleVector, ControlLimits, Double) Constructor

Computes the ZBench for normally distributed data, with only a single-end limit specified, percent defective, and the parts per million defective.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ZBenchNormal(
	DoubleVector data,
	ControlLimits limitSide,
	double specLimit
)

Parameters

data  DoubleVector
Input measurements.
limitSide  ControlLimits
Control limit side.
specLimit  Double
Single-ended control limit, either the upper or the lower.
Exceptions
ExceptionCondition
ArgumentExceptionThe input data must have a non-zero length.
See Also