Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
XRCHART Statement

Constructing Charts for Means and Ranges

The following notation is used in this section:
\muprocess mean (expected value of the population of measurements)
\sigmaprocess standard deviation (standard deviation of the population of measurements)
\bar{X}_{i}mean of measurements in i th subgroup
Rirange of measurements in i th subgroup
nisample size of i th subgroup
Nnumber of subgroups
\overline{\overline{X}}weighted average of subgroup means
d2(n)expected value of the range of n independent normally distributed variables with unit standard deviation
d3(n)standard error of the range of n independent observations from a normal population with unit standard deviation
zp100p th percentile of the standard normal distribution
Dp(n)100p th percentile of the distribution of the range of n independent observations from a normal population with unit standard deviation

Plotted Points

Each point on the \bar{X} chart indicates the value of a subgroup mean (\bar{X}_{i}). For example, if the tenth subgroup contains the values 12, 15, 19, 16, and 14, the mean plotted for this subgroup is
\bar{X}_{10}=\frac{12 + 15 + 19 + 16 + 14}5 = 15.2
Each point on the R chart indicates the value of a subgroup range (Ri). For example, the range plotted for the tenth subgroup is R10=19-12=7.

Central Lines

On an \bar{X} chart, by default, the central line indicates an estimate of \mu, which is computed as
\hat{\mu} = \overline{\overline{X}} = \frac{n_{1}\bar{X}_{1} +  ...  + n_{N}\bar{X}_{N}}
 {n_{1} +  ...  + n_{N}}

If you specify a known value (\mu_{0}) for \mu,the central line indicates the value of \mu_{0}.

On an R chart, by default, the central line for the i th subgroup indicates an estimate for the expected value of Ri, which is computed as d_{2}(n_{i})\hat{\sigma}, where \hat{\sigma} is an estimate of \sigma.If you specify a known value (\sigma_{0}) for \sigma, the central line indicates the value of d_{2}(n_{i})\sigma_{0}.Note that the central line varies with ni.

Control Limits

You can compute the limits in the following ways:

The following table provides the formulas for the limits:

Table 43.22: Limits for \bar{X} and R Charts
Control Limits
  
\bar{X} ChartLCL = lower limit = \overline{\overline{X}} - k\hat{\sigma}/
 \sqrt{n_{i}}
 UCL = upper limit = \overline{\overline{X}} + k\hat{\sigma}/
 \sqrt{n_{i}}
R ChartLCL = lower limit = {max}(d_{2}(n_{i})\hat{\sigma}
 - kd_{3}(n_{i})\hat{\sigma},0)
 UCL = upper limit = d_{2}(n_{i})\hat{\sigma}
 + kd_{3}(n_{i})\hat{\sigma}

Probability Limits
  
\bar{X} ChartLCL = lower limit = \overline{\overline{X}} - z_{\alpha/2}(\hat{\sigma}/
 \sqrt{n_{i}})
 UCL = upper limit = \overline{\overline{X}} + z_{\alpha/2}(\hat{\sigma}/
 \sqrt{n_{i}})
R ChartLCL = lower limit = D_{\alpha/2}\hat{\sigma}
 UCL = upper limit = D_{1-\alpha/2}\hat{\sigma}

The formulas for R charts assume that the data are normally distributed. If standard values \mu_{0} and \sigma_{0} are available for \mu and \sigma, respectively, replace \overline{\overline{X}} with \mu_{0} and \hat{\sigma} with \sigma_{0} in Table 43.22. Note that the limits vary with ni and that the probability limits for Ri are asymmetric around the central line.

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.