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.1.

Shewhart X-bar and R and S Control Charts

X-bar and S Charts
X-Bar and S Shewhart Control Charts We begin with X-bar and s charts. We should use the s chart first to determine if the distribution for the process characteristic is stable.

Let us consider the case where we have to estimate sigma by analyzing past data. Suppose we have m preliminary samples at our disposition, each of size n, and let si be the standard deviation of the ith sample. Then the average of the m standard deviations is

sbar = (1/m)*SUM[i=1 to m][s(i)]
Control Limits for X-Bar and S Control Charts We make use of the factor c4 described on the previous page.

The statistic sbar/c4 is an unbiased estimator of sigma/c4. Therefore, the parameters of the S chart would be

UCL = sbar + 3*(sbar/c4)*SQRT(1 - c4**2)

Center Line = sbar

LCL = sbar - 3*(sbar/c4)*SQRT(1 - c4**2)

Similarly, the parameters of the Xbar chart would be

UCL = Xdoublebar + 3*sbar/(c4*SQRT(n)

Center Line = Xdoublebar

LCL = Xdoublebar - 3*sbar/(c4*SQRT(n)

Xdoublebar, the "grand" mean is the average of all the observations.

It is often convenient to plot the X-bar and s charts on one page.

X-Bar and R Control Charts
X-Bar and R control charts If the sample size is relatively small (say equal to or less than 10), we can use the range instead of the standard deviation of a sample to construct control charts on X-bar and the range, R. The range of a sample is simply the difference between the largest and smallest observation.

There is a statistical relationship (Patnaik, 1946) between the mean range for data from a normal distribution and sigma, the standard deviation of that distribution. This relationship depends only on the sample size, n. The mean of R is d2 sigma, where the value of d2 is also a function of n. An estimator of sigma is therefore R /d2.

Armed with this background we can now develop the X-bar and R control chart.

Let R1, R2, ..., Rk, be the range of k samples. The average range is

Rbar = (R1 + R2 + ... + Rk)/k

Then an estimate of sigma can be computed as

sigmahat = Rbar/d2
X-Bar control charts So, if we use Xdoublebar (or a given target) as an estimator of mu and Rbar /d2 as an estimator of sigma, then the parameters of the Xbar chart are

UCL = Xdoublebar + 3*Rbar/(d2*SQRT(N))

Center Line = Xdoublebar

LCL = Xranblebar - 3*Rbar/(d2*SQRT(N))

The simplest way to describe the limits is to define the factor A2 = 3/(d2*SQRT(n)) and the construction of the Xbar becomes

UCL = Xdoublebar + A2*Rbar

Center Line = Xdoublebar

LCL = Xdoublebar - A2*Rbar

The factor A2 depends only on n, and is tabled below.

The R chart
R control charts This chart controls the process variability since the sample range is related to the process standard deviation. The center line of the R chart is the average range.

To compute the control limits we need an estimate of the true, but unknown standard deviation W = R/ sigma. This can be found from the distribution of W = R/ sigma (assuming that the items that we measure follow a normal distribution). The standard deviation of W is d3, and is a known function of the sample size, n. It is tabulated in many textbooks on statistical quality control.

Therefore since R = W sigma, the standard deviation of R is sigma R = d3 sigma. But since the true sigma is unknown, we may estimate sigma R by

sigmahat(R) = d3*(Rbar/d2)

As a result, the parameters of the R chart with the customary 3-sigma control limits are

UCL = Rbar + 3*sigmahat(R) =
 Rhat + 3*d3*Rbar/d2

Center Line = Rbar

LCL = Rbar - 3*sigmahat(R) =
 Rhat - 3*d3*Rbar/d2

As was the case with the control chart parameters for the subgroup averages, defining another set of factors will ease the computations, namely:

D3 = 1 - 3 d3 / d2 and D4 = 1 + 3 d3 / d2. These yield

UCL = Rbar*D4

Center Line = Rbar

LCL = Rbar*D3

The factors D3 and D4 depend only on n, and are tabled below.


Factors for Calculating Limits for X-Bar and R Charts
n A2 D3 D4
2 1.880 0 3.267
3 1.023 0 2.575
4 0.729 0 2.282
5 0.577 0 2.115
6 0.483 0 2.004
7 0.419 0.076 1.924
8 0.373 0.136 1.864
9 0.337 0.184 1.816
10 0.308 0.223 1.777

In general, the range approach is quite satisfactory for sample sizes up to around 10. For larger sample sizes, using subgroup standard deviations is preferable. For small sample sizes, the relative efficiency of using the range approach as opposed to using standard deviations is shown in the following table.

Efficiency of R versus S
n Relative Efficiency

2 1.000
3 0.992
4 0.975
5 0.955
6 0.930
10 0.850

A typical sample size is 4 or 5, so not much is lost by using the range for such sample sizes.

Time To Detection or Average Run Length (ARL)
Waiting time to signal "out of control" Two important questions when dealing with control charts are:
  1. How often will there be false alarms where we look for an assignable cause but nothing has changed?
  2. How quickly will we detect certain kinds of systematic changes, such as mean shifts?
The ARL tells us, for a given situation, how long on the average we will plot successive control charts points before we detect a point beyond the control limits.

For an X-bar chart, with no change in the process, we wait on the average 1/p points before a false alarm takes place, with p denoting the probability of an observation plotting outside the control limits. For a normal distribution, p = .0027 and the ARL is approximately 371.

A table comparing Shewhart X-bar chart ARL's to Cumulative Sum (CUSUM) ARL's for various mean shifts is given later in this section.

There is also (currently) a web site developed by Galit Shmueli that will do ARL calculations interactively with the user, for Shewhart charts with or without additional (Western Electric) rules added.

Home Tools & Aids Search Handbook Previous Page Next Page