Time-weighted control charts combine information from the current and past observations. They are more sensitive to detecting small shifts in the process mean than a Shewhart chart, but slower at detecting large shifts.
The charts only monitor the process mean; monitoring the process variability requires the use of some other technique.
A uniformly weighted moving average (UWMA) chart is a type of control chart used to monitor small shifts in the process mean. It uses the average of a number of consecutive observations.
The UWMA chart plots the moving average for individual measurements or subgroup means.

Given a series of observations and a fixed subset size, the first element of the moving average is the average of the initial subset of the number series. Then the subset is modified by "shifting forward"; that is, excluding the first number of the series and including the next number following the subset in the series. The next element of the moving average is the average of this subset. This process is repeated over the entire series creating the moving average statistic.
A small span reduces the influence of older observations; a large span slows the response to large shifts. In general, the magnitude of the shift to detect and the span are inversely related.
Each point on the chart represents the value of a moving average.
The center line is the process mean. If unspecified, the process mean is the weighted mean of the subgroup means or the mean of the individual observations.
The control limits are a multiple (L) of sigma above and below the center line. Default L=3. If unspecified, the process sigma is the pooled standard deviation of the subgroups, or the standard deviation of the individual observations, unless the chart is combined with an R-, S-, or MR- chart where it is estimated as described for the respective chart.
UWMA is sensitive to small shifts in the process mean, but is not as effective as either the CUSUM or EWMA (Montgomery 2012).
An exponentially weighted moving average (EWMA) chart is a type of control chart used to monitor small shifts in the process mean. It weights observations in geometrically decreasing order so that the most recent observations contribute highly while the oldest observations contribute very little.

Given a series of observations and a fixed weight, the first element of the exponentially weighted moving average is computed by taking the (1-weight) * previous EWMA + (weight * current observation). Then the current observation is modified by "shifting forward"; and repeating the calculation. This process is repeated over the entire series creating the exponentially weighted moving average statistic.
The "best" value is a matter of personal preference and experience. A small weight reduces the influence of the most recent sample; a large value increases the influence of the most recent sample. A value of 1 reduces the chart to a Shewhart Xbar chart. Recommendations suggest a weight between 0.05 and 0.25 (Montgomery 2012).
It is possible to modify the EWMA, so it responds more quickly to detect a process that is out-of-control at start-up. This modification is done using a further exponentially decreasing adjustment to narrow the limits of the first few observations (Montgomery 2012).
Each point on the chart represents the value of the exponentially weighted moving average.
The center line is the process mean. If unspecified, the process mean is the weighted mean of the subgroup means or the mean of the individual observations.
The control limits are a multiple (L) of sigma above and below the center line. Default L=3. If unspecified, the process sigma is the pooled standard deviation of the subgroups, or the standard deviation of the individual observations, unless the chart is combined with an R-, S-, or MR- chart where it is estimated as described for the respective chart.
Because the EWMA is a weighted average of all past and the current observations, it is very insensitive to the assumption of normality. It is, therefore, an ideal replacement for a Shewhart I-chart when normality cannot be assumed.
Like the CUSUM, EWMA is sensitive to small shifts in the process mean but does not match the ability of a Shewhart chart to detect larger shifts. For this reason, it is sometimes used together with a Shewhart chart (Montgomery 2012).
Plot a UWMA control chart to determine if a process is in a state of statistical control.
Plot an EWMA control chart to determine if a process is in a state of statistical control.
A cumulative sum (CUSUM) chart is a type of control chart used to monitor small shifts in the process mean. It uses the cumulative sum of deviations from a target.
The CUSUM chart plots the cumulative sum of deviations from the target for individual measurements or subgroup means.

It is possible to modify the CUSUM, so it responds more quickly to detect a process that is out-of-control at start-up. This modification is done using an initial CUSUM equal to half of the h parameter.
Like the EWMA, CUSUM is sensitive to small shifts in the process mean but does not match the ability of a Shewhart chart to detect larger shifts. For this reason, it is sometimes used together with a Shewhart chart (Montgomery 2012).
Plot a CUSUM control chart to determine if a process is in a state of statistical control.
Process control and capability analysis study requirements and dataset layout.
Use a column for each variable (Copper); each row has a single measurement.
| Copper |
|---|
| 7.96 |
| 8.52 |
| 9.24 |
| 7.96 |
| 10.04 |
| 8.68 |
| 7.46 |
| 8.84 |
| 8.9 |
| 9.28 |
| … |
Use a column for each variable (Copper), and optionally columns for subgroup (Day), stratification (Operator), phase/stage (Phase); each row has a single measurement.
| Day (optional) | Operator (optional) | Phase (optional) | Copper | Comments (optional) |
|---|---|---|---|---|
| 1 | SNH | IQ | 7.96 | |
| 1 | SNH | IQ | 8.52 | |
| 2 | JDH | IQ | 9.24 | |
| 2 | GMH | IQ | 7.96 | |
| 3 | SNH | IQ | 10.04 | Electrode failure |
| 3 | SNH | IQ | 8.68 | |
| … | … | IQ | … | |
| 20 | JDH | OQ | 8.68 | |
| 20 | SNH | OQ | 8.76 | |
| 21 | JDH | OQ | 8.02 | |
| 21 | GMH | OQ | 8.7 | |
| … | … | OQ | … |
Use a column for each subgroup (Sample), a column for the subgroup size (Sample size), and a column for the number of cases (Frequency); each row has a the frequency count for each sample.
| Sample | Sample size | Nonconforming units |
|---|---|---|
| 1 | 100 | 7 |
| 2 | 80 | 8 |
| 3 | 80 | 12 |
| 4 | 100 | 6 |
| 5 | 110 | 10 |
| 6 | 110 | 12 |
| 7 | 100 | 16 |
| 8 | 90 | 10 |
| 9 | 90 | 6 |
| 10 | 120 | 20 |
| … | … | … |