CuSum is a cumulative sum chart.
It is more efficient than a Shewhart chart for detecting small shifts
in the mean of a process.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class CuSum : ShewhartControlChart |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class CuSum _ Inherits ShewhartControlChart |
Visual C++ |
---|
[SerializableAttribute] public ref class CuSum : public ShewhartControlChart |
Remarks
CuSum plots the cumulative sum of the deviations of the expected value.
If is the expected mean for a process and
are the sample means
then the cumulative sum is

Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.CuSum
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.CuSum