Individuals Moving Range Chart Set.Individuals Series Property
Gets the Individuals series. Contains the analyzed observations
and the computed 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 FixedLimitSeries IndividualsSeries { get; }Property Value
FixedLimitSeriesRemarks
Available after Analyze() has been called
(i.e., in Fitted and
Deployed states).
In the Deployed state Values
is not available; only the fitted parameters are retained.
Exceptions
| Invalid | The chart is in the Unfitted state. |