When control limits are computed from the input data, three methods (referred to as default, MVLUE and RMSDF) are available
for estimating the process standard deviation . The method depends on whether you specify the RANGES option. If you specify this option,
is estimated using subgroup ranges; otherwise,
is estimated using subgroup standard deviations.
If you do not specify the RANGES option, the default estimate for is
where N is the number of subgroups for which ,
is the sample standard deviation of the ith subgroup
and
Here denotes the gamma function, and
denotes the ith subgroup mean. A subgroup standard deviation
is included in the calculation only if
. If the observations are normally distributed, the expected value of
is
. Thus,
is the unweighted average of N unbiased estimates of
. This method is described in the American Society for Testing and Materials (1976).
If you specify the RANGES option, the default estimate for is
where N is the number of subgroups for which , and
is the sample range of the observations
, . . . ,
in the ith subgroup.
A subgroup range is included in the calculation only if
. The unbiasing factor
is defined so that, if the observations are normally distributed, the expected value of
is
. Thus,
is the unweighted average of N unbiased estimates of
. This method is described in the American Society for Testing and Materials (1976).
If you do not specify the RANGES option and specify SMETHOD=MVLUE, a minimum variance linear unbiased estimate (MVLUE) is
computed for . Refer to Burr (1969, 1976) and Nelson (1989, 1994). This estimate is a weighted average of N unbiased estimates of
of the form
, and it is computed as
where
A subgroup standard deviation is included in the calculation only if
, and N is the number of subgroups for which
. The MVLUE assigns greater weight to estimates of
from subgroups with larger sample sizes, and it is intended for situations where the subgroup sample sizes vary. If the subgroup
sample sizes are constant, the MVLUE reduces to the default estimate.
If you specify the RANGES option and SMETHOD=MVLUE, a minimum variance linear unbiased estimate (MVLUE) is computed for . Refer to Burr (1969, 1976) and Nelson (1989, 1994). The MVLUE is a weighted average of N unbiased estimates of
of the form
, and it is computed as
where
A subgroup range is included in the calculation only if
, and N is the number of subgroups for which
. The unbiasing factor
is defined so that, if the observations are normally distributed, the expected value of
is
. The MVLUE assigns greater weight to estimates of
from subgroups with larger sample sizes, and it is intended for situations where the subgroup sample sizes vary. If the subgroup
sample sizes are constant, the MVLUE reduces to the default estimate.
If you do not specify the RANGES option and specify SMETHOD=RMSDF, a weighted root-mean-square estimate is computed for :
where . The weights are the degrees of freedom
. A subgroup standard deviation
is included in the calculation only if
, and N is the number of subgroups for which
.
If the unknown standard deviation is constant across subgroups, the root-mean-square estimate is more efficient than the minimum variance linear unbiased estimate.
However, in process control applications, it is generally not assumed that
is constant, and if
varies across subgroups, the root-mean-square estimate tends to be more inflated than the MVLUE.