Ewma Chart Data Properties
Properties
| Baseline |
Gets the frozen evaluation model extracted from the Phase I analysis.
(Inherited from ControlChartData<TBaseline>) |
| Center | Gets the center line (target/grand mean) of the chart. |
| Chart |
Gets a stable descriptive identifier for the chart type, such as
"Individuals", "MovingRange", "XBar",
"Range", or "StandardDeviation".
(Inherited from ControlChartData) |
| Index |
Gets optional chart-point labels.
(Inherited from ControlChartData) |
| Lambda | Gets the EWMA smoothing constant λ in (0, 1]. |
| Lower | Gets the steady-state (asymptotic) lower control limit. Equal to CenterLine - Width * Sigma * sqrt(Lambda / (2 - Lambda)). |
| Lower |
Gets the pointwise lower control limits, one per plotted point.
(Inherited from PointwiseLimitsChartData<TBaseline>) |
| Points |
Gets the ordered sequence of plotted chart statistics.
(Inherited from ControlChartData) |
| Sigma | Gets the sigma estimate used for computing control limits. |
| Target | Gets the target value used as the starting point of the EWMA recursion. |
| Upper | Gets the steady-state (asymptotic) upper control limit. Equal to CenterLine + Width * Sigma * sqrt(Lambda / (2 - Lambda)). |
| Upper |
Gets the pointwise upper control limits, one per plotted point.
(Inherited from PointwiseLimitsChartData<TBaseline>) |
| Width | Gets the control-limit width multiplier (typically 3.0). |