Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
IRCHART Statement

Constructing Charts for Individual Measurements and Moving 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)
Xithe i th individual measurement
\bar{X}mean of the individual measurements, computed as (X1+ ... +XN)/N, where N is the number of individual measurements
nnumber of consecutive measurements used to calculate the moving ranges (by default, n=2)
Rimoving range computed for the i th subgroup (corresponding to the i th individual measurement). If i<n, then Ri is assigned a missing value. Otherwise,
Ri = max(Xi,Xi-1,...,Xi-n+1) - min(Xi,Xi-1,...,Xi-n+1)
This formula assumes that Xi, Xi-1,...,Xi-n+1 are nonmissing.
\bar{R}average of the nonmissing moving ranges, computed as
[(Rn + Rn+1 ... + RN)/(N+1-n)]
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 (0<p<1) of the standard normal distribution
Dp(n)100p th percentile (0<p<1) of the distribution of the range of n independent observations from a normal population with unit standard deviation

Plotted Points

Each point on an individual measurements chart, indicates the value of a measurement (Xi).

Each point on a moving range chart indicates the value of a moving range (Ri). With n=2, for example, if the first three measurements are 3.4, 3.7, and 3.6, the first moving range is missing, the second moving range is |3.7-3.4|=0.3, and the third moving range is |3.6-3.7|=0.1.

Central Lines

By default, the central line on an individual measurements chart indicates an estimate for \mu, which is computed as \bar{X}.If you specify a known value (\mu_{0}) for \mu, the central line indicates the value of \mu_{0}.

The central line on a moving range chart indicates an estimate for the expected moving range, computed as d_{2}(n)\hat{\sigma} where \hat{\sigma} = \bar{R}/d_2(n).If you specify a known value (\hat{\sigma}_0) for \sigma, the central line indicates the value of d_{2}(n)\sigma_{0}.

Control Limits

You can compute the limits

The following table provides the formulas for the limits:

Table 34.22: Limits for Individual Measurements and Moving Range Charts
Control Limits
  
Individual Measurements ChartLCL = lower control limit = \bar{X} - k\hat{\sigma}
 UCL = upper control limit = \bar{X} + k\hat{\sigma}
Moving Range ChartLCL = lower control limit = \max(d_{2}(n)\hat{\sigma}
 - kd_{3}(n)\hat{\sigma},0)
 UCL = upper control limit = d_{2}(n)\hat{\sigma}
 + kd_{3}(n)\hat{\sigma}

Probability Limits
  
Individual Measurements ChartLCL = lower control limit = \bar{X} - z_{\alpha/2}\hat{\sigma}
 UCL = upper control limit = \bar{X} + z_{\alpha/2}\hat{\sigma}
Moving Range ChartLCL = lower control limit = D_{\alpha/2}(n)\hat{\sigma}
 UCL = upper control limit = D_{1-\alpha/2}(n)\hat{\sigma}

The formulas assume that the measurements are normally distributed. Note that the probability limits for the moving range are asymmetric about the central line. If standard values \mu_{0} and \sigma_{0} are available for \mu and \sigma,replace \bar{X} with \mu_{0} and \hat{\sigma} with \sigma_{0} in Table 34.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.