Next Page Previous Page Home Tools & Aids Search Handbook
6. Process or Product Monitoring and Control
6.3. Univariate and Multivariate Control Charts
6.3.2. What are Variables Control Charts?
6.3.2.3. Cusum Control Charts

6.3.2.3.1.

Cusum Average Run Length

The Average Run Length of Cumulative Sum Control Charts
The ARL of CUSUM The operation of obtaining samples to use with a cumulative sum (CUSUM) control chart consists of taking samples of size n and plotting the cumulative sums

S(r) = SUM[i=1 to r][(Xbar(i) - k)]   or
   S(r) = SUM[i=1 to r][(Xbar(i) - k)/sigma(Xbar)]   (standardized)

versus the sample number r, where Xbar(i) is the sample mean and k is a reference value.

In practice, k might be set equal to (muhat(0)+ mu1)/2, where muhat(0) is the estimated in-control mean, which is sometimes known as the acceptable quality level, and mu1 is referred to as the rejectable quality level.

If the distance between a plotted point and the lowest previous point is equal to or greater than h, one concludes that the process mean has shifted (increased).

h is decision limit Hence, h is referred to as the decision limit. Thus the sample size n, reference value k, and decision limit h are the parameters required for operating a one-sided CUSUM chart. If one has to control both positive and negative deviations, as is usually the case, two one-sided charts are used, with respective values k1, k2, (k1 > k2) and respective decision limits h and -h.
Standardizing shift in mean and decision limit The shift in the mean can be expressed as mu - k. If we are dealing with normally distributed measurements, we can standardize this shift by

k(s) = (mu - k)/[sigma/SQRT(n)]  or  (mu - k)*SQRT(n)/sigma

Similarly, the decision limit can be standardized by

h(s) = h/[sigma/SQRT(n)] = h*SQRT(n)/sigma
Determination of the ARL, given h and k The average run length (ARL) at a given quality level is the average number of samples (subgroups) taken before an action signal is given. The standardized parameters ks and hs together with the sample size n are usually selected to yield approximate ARL's L0 and L1 at acceptable and rejectable quality levels mu0 and mu1 respectively. We would like to see a high ARL, L0, when the process is on target, (i.e. in control), and a low ARL, L1, when the process mean shifts to an unsatisfactory level.

In order to determine the parameters of a CUSUM chart, the acceptable and rejectable quality levels along with the desired respective ARL ' s are usually specified. The design parameters can then be obtained by a number of ways. Unfortunately, the calculations of the ARL for CUSUM charts are quite involved.

There are several nomographs available from different sources that can be utilized to find the ARL's when the standardized h and k are given. Some of the nomographs solve the unpleasant integral equations that form the basis of the exact solutions, using an approximation of Systems of Linear Algebraic Equations (SLAE). This Handbook used a computer program that furnished the required ARL's given the standardized h and k. An example is given below:

Example of finding ARL's given the standardized h and k

mean shift h*SQRT(n)/sigma Shewart
(k = .5) 4 5 Xbar

0 336 930 371.00
.25 74.2 140 281.14
.5 26.6 30.0 155.22
.75 13.3 17.0 81.22
1.00 8.38 10.4 44.0
1.50 4.75 5.75 14.97
2.00 3.34 4.01 6.30
2.50 2.62 3.11 3.24
3.00 2.19 2.57 2.00
4.00 1.71 2.01 1.19
Using the table If k = .5, then the shift of the mean (in multiples of the standard deviation of the mean) is obtained by adding .5 to the first column. For example to detect a mean shift of 1 sigma at h = 4, the ARL = 8.38. (at first column entry of .5).

The last column of the table contains the ARL's for a Shewhart control chart at selected mean shifts. The ARL for Shewhart = 1/p, where p is the probability for a point to fall outside established control limits. Thus, for 3-sigma control limits and assuming normality, the probability to exceed the upper control limit = .00135 and to fall below the lower control limit is also .00135 and their sum = .0027. (These numbers come from standard normal distribution tables or computer programs, setting z = 3). Then the ARL = 1/.0027 = 370.37. This says that when a process is in control one expects an out-of-control signal (false alarm) each 371 runs.

ARL if a 1 sigma shift has occurred When the means shifts up by 1 sigma, then the distance between the upper control limit and the shifted mean is 2 sigma (instead of 3 sigma). Entering normal distribution tables with z = 2 yields a probability of p = .02275 to exceed this value. The distance between the shifted mean and the lower limit is now 4 sigma and the probability of Xbar < -4  is only .000032 and can be ignored. The ARL is 1 / .02275 = 43.96 .
Shewhart is better for detecting large shifts, CUSUM is faster for small shifts The conclusion can be drawn that the Shewhart chart is superior for detecting large shifts and the CUSUM scheme is faster for small shifts. The break-even point is a function of h, as the table shows.
Home Tools & Aids Search Handbook Previous Page Next Page