Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
CCHART Statement

Constructing Charts for Numbers of Nonconformities (c Charts)

The following notation is used in this section:
uexpected number of nonconformities per unit produced by the process
uinumber of nonconformities per unit in the i th subgroup
citotal number of nonconformities in the i th subgroup
ninumber of inspection units in the i th subgroup. Typically, ni = 1 and ui=ci for c charts. In general, ui=ci/ni.
\bar{u}average number of nonconformities per unit taken across subgroups. The quantity \bar{u} is computed as a weighted average:
\bar{u} = \frac{n_{1}u_{1} +  ...  + n_{N}u_{N}}
 {n_{1} +  ...  + n_{N}}
 = \frac{c_{1} +  ...  + c_{N}}
 {n_{1} +  ...  + n_{N}}
Nnumber of subgroups
\chi^2_{\nu}has a central \chi^2 distribution with \nudegrees of freedom

Plotted Points

Each point on a c chart represents the total number of nonconformities (ci) in a subgroup. For example, Figure 33.10 displays three sections of pipeline that are inspected for defective welds (indicated by an X). Each section represents a subgroup composed of a number of inspection units, which are 1000-foot-long sections. The number of units in the i th subgroup is denoted by ni, which is the subgroup sample size. The value of ni can be fractional; Figure 33.10 shows n3=2.5 units in the third subgroup.

pipe.gif (4181 bytes)

Figure 33.10: Terminology for c Charts and u Charts

The number of nonconformities in the i th subgroup is denoted by ci. The number of nonconformities per unit in the i th subgroup is denoted by ui=ci/ni. In Figure 33.10, the number of welds per inspection unit in the third subgroup is u3=2/2.5=0.8.

A u chart created with the UCHART statement plots the quantity ui for the i th subgroup (see Chapter 41). An advantage of a u chart is that the value of the central line at the i th subgroup does not depend on ni. This is not the case for a c chart, and consequently, a u chart is often preferred when the number of units ni is not constant across subgroups.

Central Line

On a c chart, the central line indicates an estimate for niu, which is computed as n_{i}\bar{u}.If you specify a known value (u0) for u, the central line indicates the value of niu0.

Note that the central line varies with subgroup sample size ni. When ni=1 for all subgroups, the central line has the constant value \bar{c} = (c_{1} +  ...  + c_{N})/N.

Control Limits

You can compute the limits in the following ways:

The lower and upper control limits, LCLC and UCLC respectively, are given by

{LCLC} & = & {max}(n_{i}\bar{u} -
 k\sqrt{n_{i}\bar{u}}\; ,0 ) \ {UCLC} & = & n_{i}\bar{u}+ k\sqrt{n_{i}\bar{u}}
The upper and lower control limits vary with the number of inspection units per subgroup ni. If ni=1 for all subgroups, the control limits have constant values.
{LCLC} & = & {max}(\bar{c} -
 k\sqrt{\bar{c}}\; ,0 ) \ {UCLC} & = & \bar{c}+ k\sqrt{\bar{c}}
An upper probability limit UCLC for ci can be determined using the fact that
P\{c_{i} \gt {UCLC}\} & = 1 - P\{c_{i} \leq {UCLC} \} \ & = 1 - P\{\chi^2_{2(\!{{\scriptsize UCLC}}+1)} \geq 2n_{i}\bar{u}\}
The upper probability limit UCLC is then calculated by setting
1 - P\{\chi^2_{2(\!{{\scriptsize UCLC}}+1)} \geq 2n_{i}\bar{u}\} = \alpha/2
and solving for UCLC.

A similar approach is used to calculate the lower probability limit LCLC, using the fact that

P\{c_{i} \lt {LCLC}\} = P\{\chi^2_{2(\!{{\scriptsize LCLC}}+1)} \gt 2n_{i}\bar{u}\}

The lower probability limit LCLC is then calculated by setting

P\{\chi^2_{2(\!{{\scriptsize LCLC}}+1)} \gt 2n_{i}\bar{u}\} = \alpha/2
and solving for LCLC. This assumes that the process is in statistical control and that ci has a Poisson distribution. For more information, refer to Johnson, Kotz, and Kemp (1992). Note that the probability limits vary with the number of inspection units per subgroup (ni) and are asymmetric about the central line.

If a standard value u0 is available for u, replace \bar{u} with u0 in the formulas for the control limits. You can specify parameters for the limits as follows:


Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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