Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
XCHART Statement

Constructing Charts for Means

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
zp100p th percentile of the standard normal distribution

Plotted Points

Each point on an \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 value plotted for this subgroup is
\bar{X}_{10}=\frac{12 + 15 + 19 + 16 + 14}5 = 15.2

Central Line

By default, the central line on an \bar{X} chart indicates an estimate for \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}.

Control Limits

You can compute the limits in the following ways:

The following table provides the formulas for the limits:

Table 42.22: Limits for \bar{X} Charts
Control Limits
LCL = lower limit = \overline{\overline{X}} - k\hat{\sigma}/
 \sqrt{n_{i}}
UCL = upper limit = \overline{\overline{X}} + k\hat{\sigma}/
 \sqrt{n_{i}}

Probability Limits
LCL = 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}})

Note that the limits vary with ni. 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 42.22.

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.