Click or drag to resize
XbarSCapabilityIndexCp Method
Returns the capability index c_p.

Namespace: Imsl.Chart2D.QC
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double CapabilityIndexCp(
	double lowerSpecificationLimit,
	double upperSpecificationLimit
)

Parameters

lowerSpecificationLimit
Type: SystemDouble
The lower specification limit.
upperSpecificationLimit
Type: SystemDouble
The upper specification limit.

Return Value

Type: Double
The capability index c_p.
Remarks
The capability index is
c_p=\frac{\mathrm{USL}-\mathrm{LSL}}{6\sigma}
where LSL and USL are the lower and upper specification limits and
\sigma=\frac{\bar{s}}{c_{4,n}\sqrt{n}}
.
See Also