CuSumStatus is a cumulative sum status chart.
CuSumStatus plots the tabular CuSum results.
Namespace:
Imsl.Chart2D.QC
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class CuSumStatus : ShewhartControlChart |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class CuSumStatus _ Inherits ShewhartControlChart |
Visual C++ |
---|
[SerializableAttribute] public ref class CuSumStatus : public ShewhartControlChart |
Remarks
The one-sided upper and lower cusums,
and
are computed.
These are plotted as two bar charts.
The
are plotted as a bar chart above the x-axis
and
is below the axis.
By default, in-control bars are green and out-of-control bars are red.
Control limit lines are drawn at ,
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.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.CuSumStatus
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D.QC..::.ShewhartControlChart
Imsl.Chart2D.QC..::.CuSumStatus