IMSL C# Numerical Library |
|
XbarS.CapabilityIndexCpk Method
Returns the capability index .
public virtual
double CapabilityIndexCpk(
double lowerSpecificationLimit,
double upperSpecificationLimit);
Parameters
-
lowerSpecificationLimit
- The lower specification limit.
-
upperSpecificationLimit
- The upper specification limit.
Return Value
The capability index .
Remarks
The capability index is
where LSL and USL are the lower and upper specification limits,
is the center line, and
.
See Also
XbarS Class | Imsl.Chart2D.QC Namespace