Click or drag to resize

ProcessPerformance Constructor

Compute process performance parameters for normally distributed data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ProcessPerformance(
	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