Ewma Chart.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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public PointwiseLimitSeries Series { get; }Property Value
PointwiseLimitSeriesRemarks
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
| Invalid | The chart is in the Unfitted state. |