Cusum Chart Data Properties
Properties
| Baseline |
Gets the frozen evaluation model extracted from the Phase I analysis.
(Inherited from ControlChartData<TBaseline>) |
| Chart |
Gets a stable descriptive identifier for the chart type, such as
"Individuals", "MovingRange", "XBar",
"Range", or "StandardDeviation".
(Inherited from ControlChartData) |
| Decision | Gets the decision interval h. |
| Index |
Gets optional chart-point labels.
(Inherited from ControlChartData) |
| Lower | 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) |
| Reference | Gets the CUSUM reference value k. |
| Sigma | Gets the sigma value used to standardize the observations. |
| Target | Gets the target (reference mean) value. |
| Upper | Gets the upper cumulative sums (C+), one per observation. Equal to Points. A signal occurs when any value exceeds DecisionInterval. |