IMSL C# Numerical Library

CuSumStatus Class

CuSumStatus is a cumulative sum status chart. CuSumStatus plots the tabular CuSum results.

For a list of all members of this type, see CuSumStatus Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Data
            Imsl.Chart2D.QC.ShewhartControlChart
               Imsl.Chart2D.QC.CuSumStatus

public class CuSumStatus : ShewhartControlChart

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The one-sided upper and lower cusums, C^{+} and C^{-} are computed. These are plotted as two bar charts. The C^{+} are plotted as a bar chart above the x-axis and C^{-} is below the axis. By default, in-control bars are green and out-of-control bars are red.

Control limit lines are drawn at \pm h, where h is the value of the property AbsoluteH. This can be set either to an absolute number, using the property AbsoluteH, or relative to the standard deviation of the data, using the property RelativeH.

Requirements

Namespace: Imsl.Chart2D.QC

Assembly: ImslCS (in ImslCS.dll)

See Also

CuSumStatus Members | Imsl.Chart2D.QC Namespace | Example