IMSL C# Numerical Library

CuSumStatus.BarPlus Property

The value of the attribute "BarPlus" contains the Bar object for the positive CuSum (C^{+}) bars.

public virtual Imsl.Chart2D.Bar BarPlus {get;}

Property Value

To access the C^{+} bars for where the process is in control, apply the method GetBarSet(0,0) to the Bar object returned by this method. For the bars for where the process is not in control, apply the method GetBarSet(1,0) to the Bar object returned by this method.

See Also

CuSumStatus Class | Imsl.Chart2D.QC Namespace