In
statistical quality control
Statistical process control (SPC) or statistical quality control (SQC) is the application of statistical methods to monitor and control the quality of a production process. This helps to ensure that the process operates efficiently, producing mo ...
, the CUSUM (or cumulative sum control chart) is a
sequential analysis
In statistics, sequential analysis or sequential hypothesis testing is statistical analysis where the sample size is not fixed in advance. Instead data is evaluated as it is collected, and further sampling is stopped in accordance with a pre-defi ...
technique developed by E. S. Page of the
University of Cambridge
The University of Cambridge is a Public university, public collegiate university, collegiate research university in Cambridge, England. Founded in 1209, the University of Cambridge is the List of oldest universities in continuous operation, wo ...
. It is typically used for monitoring
change detection
In statistical analysis, change detection or change point detection tries to identify times when the probability distribution of a stochastic process or time series changes. In general the problem concerns both detecting whether or not a change ...
.
CUSUM was announced in
Biometrika
''Biometrika'' is a peer-reviewed scientific journal published by Oxford University Press for the Biometrika Trust. The editor-in-chief is Paul Fearnhead (Lancaster University). The principal focus of this journal is theoretical statistics. It was ...
, in 1954, a few years after the publication of
Wald __NOTOC__
Wald is the German word for forest.
Surname
* Wald (surname)
Places Austria
* Wald am Schoberpass, in Styria
* Wald im Pinzgau, in Salzburger Land Germany
* Wald, Baden-Württemberg
* Wald, Upper Palatinate, in the district of Cham, ...
's
sequential probability ratio test
The sequential probability ratio test (SPRT) is a specific Sequential analysis, sequential hypothesis test, developed by Abraham Wald and later proven to be optimal by Wald and Jacob Wolfowitz. Neyman–Pearson lemma, Neyman and Pearson's 1933 res ...
(SPRT).
E. S. Page referred to a "quality number"
, by which he meant a parameter of the
probability distribution
In probability theory and statistics, a probability distribution is a Function (mathematics), function that gives the probabilities of occurrence of possible events for an Experiment (probability theory), experiment. It is a mathematical descri ...
; for example, the
mean
A mean is a quantity representing the "center" of a collection of numbers and is intermediate to the extreme values of the set of numbers. There are several kinds of means (or "measures of central tendency") in mathematics, especially in statist ...
. He devised CUSUM as a method to determine changes in it, and proposed a criterion for deciding when to take corrective action. When the CUSUM method is applied to changes in mean, it can be used for
step detection
In statistics and signal processing, step detection (also known as step smoothing, step filtering, shift detection, jump detection or edge detection) is the process of finding abrupt changes (steps, jumps, shifts) in the mean level of a time serie ...
of a
time series
In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. ...
.
A few years later,
George Alfred Barnard
George Alfred Barnard (23 September 1915 – 30 July 2002) was a British statistician known particularly for his work on the foundations of statistics and on quality control.
Early life and education
George Barnard was born in Walthamstow ...
developed a visualization method, the V-mask chart, to detect both increases and decreases in
.
Method
As its name implies, CUSUM involves the calculation of a cumulative sum (which is what makes it "sequential"). Samples from a process
are assigned weights
, and summed as follows:
:
:
When the value of ''S'' exceeds a certain threshold value, a change in value has been found. The above formula only detects changes in the positive direction. When negative changes need to be found as well, the min operation should be used instead of the max operation, and this time a change has been found when the value of ''S'' is ''below'' the (negative) value of the threshold value.
Page did not explicitly say that
represents the
likelihood function
A likelihood function (often simply called the likelihood) measures how well a statistical model explains observed data by calculating the probability of seeing that data under different parameter values of the model. It is constructed from the ...
, but this is common usage.
This differs from SPRT by always using zero function as the lower "holding barrier" rather than an actual lower "holding barrier".
[ Also, CUSUM does not require the use of the likelihood function.
As a means of assessing CUSUM's performance, Page defined the ''average run length'' (A.R.L.) ]metric
Metric or metrical may refer to:
Measuring
* Metric system, an internationally adopted decimal system of measurement
* An adjective indicating relation to measurement in general, or a noun describing a specific type of measurement
Mathematics
...
; "the expected number of articles sampled before action is taken." He further wrote:[
]
When the quality of the output is satisfactory the A.R.L. is a measure of the expense incurred by the scheme when it gives false alarms, i.e., Type I error
Type I error, or a false positive, is the erroneous rejection of a true null hypothesis in statistical hypothesis testing. A type II error, or a false negative, is the erroneous failure in bringing about appropriate rejection of a false null hy ...
s ( Neyman & Pearson, 1936). On the other hand, for constant poor quality the A.R.L. measures the delay and thus the amount of scrap produced before the rectifying action is taken, i.e., Type II error
Type I error, or a false positive, is the erroneous rejection of a true null hypothesis in statistical hypothesis testing. A type II error, or a false negative, is the erroneous failure in bringing about appropriate rejection of a false null hy ...
s.
Example
The following example shows 20 observations of a process with a mean of 0 and a standard deviation of 0.5.
From the column, it can be seen that never deviates by 3 standard deviations (), so simply alerting on a high deviation will not detect a failure, whereas CUSUM shows that the value exceeds 4 at the 17th observation.
where is a critical level parameter (tunable, same as threshold T) that's used to adjust the sensitivity of change detection: larger makes CUSUM less sensitive to the change and vice versa.
Variants
Cumulative observed-minus-expected plots are a related method.
References
Further reading
*
* Mishra, S., Vanli, O. A., & Park, C (2015)
"A Multivariate Cumulative Sum Method for Continuous Damage Monitoring with Lamb-wave Sensors"
''International Journal of Prognostics and Health Management'',
External links
{{DEFAULTSORT:Cusum
Statistical charts and diagrams
Quality control tools
Sequential methods