Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The CAPABILITY Procedure

PROC CAPABILITY Statement

You can assign parameter values for several of the specialized capability indices calculated when you specify the SPECIALINDICES option.

SPECIALINDICES <(parameter-list)>
requests a table of specialized process capability indices. These indices are k, Boyles' modified Cpm (also denoted as Cpm+), Cjkp, Cpm(a), Cp(5.15), Cpk(5.15), Cpmk, Wright's Cs, Boyles' Sjkp, Cpp, Cpp'', Cpg, Cpq, CpW, CpkW, CpmW, Cpc, and V\ddot{a}nnmann's Cp(u,v) and Cp(v). You can provide values for the parameters a for Cpm(a), u and v for Cp(u,v) and Cp(v), and for the \gamma multiplier for Cs by specifying the following options in parentheses after the SPECIALINDICES option.

CPMA=value
specifies the value of the parameter a for the capability index Cpm(a) described in Section 3.7 of Kotz and Johnson (1993). The value must be positive. The default value is 0.5. The existing CPMA= option in the PROC CAPABILITY statement is considered obsolete but still works.

CPU=value
specifies the value of the parameter u for V\ddot{a}nnmann's capability index Cp(u,v). The value must be greater than or equal to zero. The default value is zero.

CPV=value
specifies the value of the parameter v for V\ddot{a}nnmann's capability indices Cp(u,v) and Cp(v). The value must be greater than or equal to zero. The default value is 4.

CSGAMMA=value
specifies the value of the \gamma multiplier suggested by Chen and Kotz (1996) for Wright's capability index Cs. The value must be greater than zero. The default value is 1.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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