Click or drag to resize

ZBenchNormal(DoubleVector, Double, Double) Constructor

Computes the ZBench for normally distributed data, 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,
	double LowerSpecLimit,
	double UpperSpecLimit
)

Parameters

data  DoubleVector
Input measurements.
LowerSpecLimit  Double
Lower specification limit.
UpperSpecLimit  Double
Upper specification limit.
Exceptions
ExceptionCondition
ArgumentExceptionThe upper spec limit must be greater than the lower spec limit.
ArgumentExceptionThe input data must have a non-zero length.
See Also