EwmaChartData Properties

Properties

Baseline Gets the frozen evaluation model extracted from the Phase I analysis.
(Inherited from ControlChartData<TBaseline>)
CenterLineGets the center line (target/grand mean) of the chart.
ChartType 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)
LambdaGets the EWMA smoothing constant λ in (0, 1].
LowerControlLimit Gets the steady-state (asymptotic) lower control limit. Equal to CenterLine - Width * Sigma * sqrt(Lambda / (2 - Lambda)).
LowerControlLimits 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)
SigmaGets the sigma estimate used for computing control limits.
TargetGets the target value used as the starting point of the EWMA recursion.
UpperControlLimit Gets the steady-state (asymptotic) upper control limit. Equal to CenterLine + Width * Sigma * sqrt(Lambda / (2 - Lambda)).
UpperControlLimits Gets the pointwise upper control limits, one per plotted point.
(Inherited from PointwiseLimitsChartData<TBaseline>)
WidthGets the control-limit width multiplier (typically 3.0).

See Also