Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The CAPABILITY Procedure

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] } } )

The CAPABILITY procedure estimates Sjkp as

\hat{S}_{jkp}=S ( \frac{ {USL} - T }{ \sqrt{ 2 \sum_{X_{i} \gt T} (X_{i} - T... ... } } , \frac{ T - {LSL} }{ \sqrt{ 2 \sum_{X_{i} \lt T} (X_{i} - T)^2 / n } } )

where S(x,y)=\Phi^{-1}[\{\Phi(x) + \Phi(y)\}/2]/3.

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

\hat{C}_{pp}=( \frac{\bar{X} - T}{d^{*} / 3} )^2 + ( \frac{s}{d^{*} / 3} )^2

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

\hat{C}_{pp}^{''}=( \frac{\hat{A}}{d^{*} / 3} )^2 + ( \frac{s}{d^{*} / 3} )

where

\hat{A}=\max \{ \frac{(\bar{X} - T)d}{T - {LSL}} , \frac{(T - \bar{X})d}{{USL} - T} \}

and d = (USL - LSL) / 2.

The Index Cpg

Marcucci and Beazley (1988) defined the index

 C_{pg}=\frac{1}{C_{pm}^2}

which is estimated as

\hat{C}_{pg}=\frac{1}{\hat{C}_{pm}^2}

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 ]

The Index CpW

Bai and Choi (1997) defined the index

C_p^W=\frac{C_p}{\sqrt{ 1 + | 1 - 2 P_x | }}

where P_x={Pr} (X \leq \mu). It is estimated by

\hat{C}_p^W=\frac{\hat{C}_p}{\sqrt{ 1 + | 1 - 2 \hat{P}_x | }}

where \hat{P}_x is the fraction of observations less than or equal to \bar{X}.For more information on CpW, see Kotz and Lovelace (1998).

The Index CpkW

Bai and Choi (1997) also proposed the index

C_{pk}^W=\min \{ \frac{{USL} - \mu}{3 \sigma \sqrt{2 P_x}} , \frac{\mu - {LSL}}{3 \sigma \sqrt{2 (1 - P_x)}} \}

It is estimated by

\hat{C}_{pk}^W=\min \{ \frac{{USL} - \bar{X}}{3 s \sqrt{2 \hat{P}_x}} , \frac{\bar{X} - {LSL}}{3 s \sqrt{2 (1 - \hat{P}_x)}} \}

where \hat{P}_x is the fraction of observations less than or equal to \bar{X}.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

C_{pm}^W=\frac{C_{pm}}{\sqrt{1 + | 1 - 2P_T |}}

where P_T={Pr}(X \leq T). It is estimated by

\hat{C}_{pm}^W=\frac{\hat{C}_{pm}}{\sqrt{1 + | 1 - 2 \hat{P}_T | }}

where \hat{P}_T 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

C_{pc}=\frac{{USL} - {LSL}}{6 \sqrt{\frac{\pi}2 E | X - M|}}

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

\hat{C}_{pc}=\frac{{USL} - {LSL}}{6 \sqrt{\frac{\pi}2 c}}

where

c=\frac{1}n \sum_{i=1}^n | X_i - M |

V\ddot{a}nnmann's Index Cp(u,v)

V\ddot{a}nnmann (1995) introduced the generalized index Cp(u,v), which reduces to the following capability indices given appropriate choices of u and v:

Cp(u,v) is defined as

C_p(u,v)=\frac{d - u |\mu - M|}{3 \sqrt{\sigma^2 + v(\mu - T)^2}}

and estimated by

\hat{C}_p(u,v)=\frac{d - u |\bar{X} - M|}{3 \sqrt{(\frac{n - 1}n)s^2 + v(\bar{X} - T)^2}}

You can specify u with the SPECIALINDICES(CPU=) option and v with the SPECIALINDICES(CPV=) option. By default, u = 0 and v = 4.

V\ddot{a}nnmann's Index Cp(v)

V\ddot{a}nnmann (1997) also proposed the index Cp(v), which is equivalent to Cp(u, v) with u = 1. It is estimated as

\hat{C}_p(v)=\frac{d - |\bar{X} - M|}{3 \sqrt{(\frac{n - 1}n)s^2 + v(\bar{X} - T)^2}}
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, \gamma \gt 0, and is estimated as

\hat{C}_s=\frac{ ( \rm{USL} - \rm{LSL} ) / 2 - | \bar{X} - m | } { 3 \sqrt{ ( \frac{n-1}n ) s^2 + (\bar{X} - T)^2 + \gamma | c_4 s^2 b_3| } }
You can specify a value for \gamma with the SPECIALINDICES(CSGAMMA=) option.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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