Constructing Median Charts

The following notation is used in this section:

process mean (expected value of the population of measurements)

process standard deviation (standard deviation of the population of measurements)

mean of measurements in th subgroup

sample size of th subgroup

the number of subgroups

th measurement in the th subgroup,

th largest measurement in the th subgroup. Then

     

weighted average of subgroup means

median of the measurements in the th subgroup:

     

average of the subgroup medians:

     

median of the subgroup medians. Denote the th largest median by so that . Then

     

standard error of the median of independent, normally distributed variables with unit standard deviation (the value of can be calculated with the STDMED function in a DATA step)

100th percentile of the distribution of the median of independent observations from a normal population with unit standard deviation

100th percentile of the standard normal distribution

100th percentile of the distribution of the range of independent observations from a normal population with unit standard deviation

Plotted Points

Each point on a median chart indicates the value of a subgroup median (). For example, if the tenth subgroup contains the values 12, 15, 19, 16, and 14, the value plotted for this subgroup is .

Central Line

The value of the central line indicates an estimate for , which is computed as

  • by default

  • when you specify MEDCENTRAL=AVGMEAN

  • when you specify MEDCENTRAL=MEDMED

  • when you specify with the MU0= option

Control Limits

You can compute the limits

  • as a specified multiple () of the standard error of above and below the central line. The default limits are computed with (these are referred to as limits).

  • as probability limits defined in terms of , a specified probability that exceeds the limits

The following table provides the formulas for the limits:

Table 15.26 Limits for Median Charts

Control Limits

LCLM lower limit =

UCLM upper limit =

Probability Limits

LCLM lower limit =

UCLM upper limit =

Note that the limits vary with . In Table 15.26, replace with if you specify MEDCENTRAL=AVGMEAN, and replace with if you specify MEDCENTRAL=MEDMED. Replace with if you specify with the MU0= option, and replace with if you specify with the SIGMA0= option. The formulas assume that the data are normally distributed.

You can specify parameters for the limits as follows:

  • Specify with the SIGMAS= option or with the variable _SIGMAS_ in a LIMITS= data set.

  • Specify with the ALPHA= option or with the variable _ALPHA_ in a LIMITS= data set.

  • Specify a constant nominal sample size for the control limits with the LIMITN= option or with the variable _LIMITN_ in a LIMITS= data set.

  • Specify with the MU0= option or with the variable _MEAN_ in the LIMITS= data set.

  • Specify with the SIGMA0= option or with the variable _STDDEV_ in the LIMITS= data set.