Specialized Capability Indices
This section describes new specialized capability indices that are
computed when you specify the SPECIALINDICES option on the
PROC CAPABILITY statement.
The Index Sjkp
Boyles (1994) proposed a smooth version of Cjkp defined as
![S_{jkp}=S ( \frac{{USL} - T}{ \sqrt{ 2 E_{X\gt T}[(X-T)^2] } } , \frac{T - {LSL}}{ \sqrt{ 2 E_{X\lt T}[(X-T)^2] } } )](images/capeq3.gif)
The CAPABILITY procedure estimates Sjkp as

where
.
The Index Cpp
Chen (1998) devised a process incapability index based on the
Cpm* index. The first
term measures inaccuracy and the second measures imprecision.
The Cpp index is estimated as

where d* = min( USL - T, T - LSL ).
The Index Cpp''
The index Cpp does not handle asymmetric tolerances well, as
discussed by Kotz and Lovelace (1998). To address that
shortcoming, Chen (1998) defined the index Cpp'', which is
estimated by

where

and d = (USL - LSL) / 2.
The Index Cpg
Marcucci and Beazley (1988) defined the index

which is estimated as

The Index Cpq
Gupta and Kotz (1997) introduced the index Cpq, which
is estimated by
![\hat{C}_{pq}=\hat{C}_p [ 1 - \frac{1}2 ( \frac{\bar{X} - T}s )^2 ]](images/capeq11.gif)
The Index CpW
Bai and Choi (1997) defined the index

where
. It is estimated by

where
is the fraction of observations
less than or equal to
.For more information on CpW, see Kotz and Lovelace (1998).
The Index CpkW
Bai and Choi (1997) also proposed the index

It is estimated by

where
is the fraction of observations
less than or equal to
.For more information on CpkW, see Kotz and Lovelace (1998).
The Index CpmW
The index CpmW, also introduced by Bai and Choi (1997),
is defined as

where
. It is estimated by

where
is the fraction of observations
less than or equal to T.
For more information on CpmW, see Kotz and Lovelace (1998).
The Index Cpc
Luceño (1996) proposed the index

where M = ( USL + LSL) / 2. It is estimated by

where

V
nnmann's Index Cp(u,v)
V
nnmann (1995) introduced the generalized index Cp(u,v), which
reduces to the following capability indices given appropriate choices
of u and v:
- Cp(0, 0) = Cp
- Cp(0, 1) = Cpk
- Cp(1, 0) = Cpm
- Cp(1, 1) = Cpmk
Cp(u,v) is defined as

and estimated by

You can specify u with the SPECIALINDICES(CPU=) option and v with
the SPECIALINDICES(CPV=) option. By default, u = 0 and v = 4.
V
nnmann's Index Cp(v)
V
nnmann (1997) also proposed the index Cp(v), which is equivalent
to Cp(u, v) with u = 1. It is estimated as

You can specify v with the SPECIALINDICES(CPV=) option. By default,
v = 4.
The Modified Index Cs
Chen and Kotz (1996) proposed a modification to Wright's Cs index
which introduces a multiplier,
, and is estimated as

You can specify a value for
with the SPECIALINDICES(CSGAMMA=) option.
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.