CusumChartData Properties

Properties

Baseline Gets the frozen evaluation model extracted from the Phase I analysis.
(Inherited from ControlChartData<TBaseline>)
ChartType Gets a stable descriptive identifier for the chart type, such as "Individuals", "MovingRange", "XBar", "Range", or "StandardDeviation".
(Inherited from ControlChartData)
DecisionIntervalGets the decision interval h.
Index Gets optional chart-point labels.
(Inherited from ControlChartData)
LowerCumulativeSums Gets the lower cumulative sums (C-, reported as positive magnitudes), one per observation. A signal occurs when any value exceeds DecisionInterval.
Points Gets the ordered sequence of plotted chart statistics.
(Inherited from ControlChartData)
ReferenceValueGets the CUSUM reference value k.
SigmaGets the sigma value used to standardize the observations.
TargetGets the target (reference mean) value.
UpperCumulativeSums Gets the upper cumulative sums (C+), one per observation. Equal to Points. A signal occurs when any value exceeds DecisionInterval.

See Also