XBarRChartSet.MeansSeries Property

Gets the Means series. Contains the subgroup means and the computed XBar control limits.

Definition

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

Property Value

FixedLimitSeries

Remarks

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

InvalidOperationException The chart is in the Unfitted state.

See Also