Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
XCHART Statement

Defining the V-Mask for a Two-Sided Cusum Scheme

The dimensions of the V-mask can be specified using two distinct sets of two parameters.

The two parameterizations are related by the equations

\theta = \arctan(k/a)

d = h/k

where the aspect ratio a is the number of units on the vertical axis corresponding to one unit on the horizontal axis. The CUSUM procedure uses the h and k parameterization because it eliminates the need for working with aspect ratios, which are dependent on the graphics device. Furthermore, h and k are also useful for average run length computations and for parameterizing one-sided cusum schemes.

vmask.gif (6226 bytes)

Figure 12.13: V-Mask Parameters

You can specify the V-mask in two ways:

If you provide \alpha and \beta, h and k are computed using the formulas

h = |\delta|^{-1}\log((1-\beta)/(\alpha/2))

k = |\delta|/2

If you provide \alpha but not \beta, h and k are computed using the formulas

h =-|\delta|^{-1}\log(\alpha/2)

k = |\delta|/2

In the preceding equations, the error probability \alpha is divided by two because two-sided deviations from the target mean are detected. Refer to Johnson and Leone (1962, 1974).

Interpreting Two-Sided Cusum Charts

The origin of the V-mask is located at the most recently plotted point, as illustrated in Figure 12.13. As additional data are collected and the cumulative sum sequence is updated, the origin is relocated at the newest point. A shift or out-of-control condition is signaled at time t if one or more of the points plotted up to time t cross an arm of the V-mask. An upward shift is signaled by points crossing the lower arm, and a downward shift is signaled by points crossing the upper arm. The time at which the shift occurred corresponds to the time at which a distinct change is observed in the slope of the plotted points.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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