EwmaChart.Series Property

Gets the EWMA chart series containing the smoothed values and the time-varying control limits.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public PointwiseLimitSeries Series { get; }

Property Value

PointwiseLimitSeries

Remarks

Available after Analyze() has been called (i.e., in Fitted and Deployed states). In the Deployed state Values and the pointwise limit vectors are not available; only the scalar CenterLine is retained.

Exceptions

InvalidOperationException The chart is in the Unfitted state.

See Also