Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
RCHART Statement

Constructing Range Charts

The following notation is used in this section:

\sigmaprocess standard deviation (standard deviation of the population of measurements)
Rirange of measurements in i th subgroup
nisample size of i th subgroup
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
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 an R chart indicates the value of a subgroup range (Ri). For example, if the tenth subgroup contains the values 12, 15, 19, 16, and 14, the value plotted for this subgroup is R10=19-12=7.

Central Line

By default, the central line for the i th subgroup indicates an estimate of 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 39.21: Limits for R Charts
Control Limits
LCL = 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
LCL = lower limit = D_{\alpha/2}\hat{\sigma}
UCL = upper limit = D_{1-\alpha/2}\hat{\sigma}

The formulas assume that the data are normally distributed. Note that the control limits vary with ni and that the probability limits for Ri are asymmetric around the central line. If a standard value \sigma_{0} is available for \sigma, replace \hat{\sigma} with \sigma_{0}in Table 39.21.

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.