Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
XRCHART Statement

Capability Indices

This section provides formulas for process capability indices, which are saved in the OUTLIMITS= data set when you use the LSL= and USL= options to provide lower and upper specification limits (LSL and USL, respectively) for the process. The estimate \hat{\sigma} is computed as described in the previous section, "Methods for Estimating the Standard Deviation."

The Index Cp

The process capability index Cp is computed as


		\(
 C _{ p } = (USL- LSL)/ 6\hat{\sigma}
\)

If you do not specify both LSL and USL, the variable _CP_ is assigned a missing value.

The Index CPL

The process capability index CPL is computed as


		\(
 {CPL} = ({\overline{\overline{X}} } - LSL)/3\hat{\sigma}
\)

If you do not specify LSL, the variable _CPL_ is assigned a missing value.

The Index CPU

The process capability index CPU is computed as


		\(
 {CPU} = (USL- {\overline{\overline{X}} } )/3\hat{\sigma}
\)

If you do not specify USL, the variable _CPU_ is assigned a missing value.

The Index Cpk

The process capability index C pk is computed as


		\(
 C _{{pk} } = \min(USL-{\overline{\overline{X}} },
 {\overline{\overline{X}} } - LSL)/ 3\hat{\sigma}
\)

If you specify only USL, the index Cpk is computed as


		\(
 C _{ {pk} } = (USL-{\overline{\overline{X}} } )
 / 3\hat{\sigma}
\)

and if you specify only LSL, the index C pk is computed as


		\(
 C _{ {pk} } = ({\overline{\overline{X}} } - LSL)
 / 3\hat{\sigma}
\)

The Index Cpm

The process capability index Cpm is computed as


		\(
 C_{{pm} } = \frac{\min(T-LSL,USL-T)}
 {3\sqrt{\hat{\sigma}^2
 +(\overline{\overline{X}}-T)^2}}
\)

where T is the target value specified with the TARGET= option.

When a single specification limit (SL) and target are specified, Cpm is computed as


		\(
 C_{{pm} } = \frac{| T - SL|}
 {3\sqrt{\hat{\sigma}^2
 +(\overline{\overline{X}}-T)^2}}
\)

You can also use the CAPABILITY procedure to compute a variety of capability indices. The SHEWHART procedure and the CAPABILITY procedure use the same formulas to calculate the indices, but they use different estimates for the process standard deviation \sigma.

Regardless of which method you use, you should verify that the process is in statistical control before interpreting the indices, and you should verify that the data are normally distributed. The CAPABILITY procedure provides a variety of statistical and graphical tests for checking normality.

Some references use different notation and names for capability indices. For example, the manual Fundamental Statistical Process Control: Reference Manual (1991) uses the term "process capability indices" for the indices listed in this section, and it uses the term "process performance indices" for the indices computed by the CAPABILITY procedure.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.