XBar RChart Set.Subgroup Size Property
Gets the subgroup size (number of measurements per subgroup).
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 int SubgroupSize { get; }Property Value
Int32Exceptions
| Invalid | The subgroup size is not available until Analyze() has been called (only when constructed from a Vector<T> and IGrouping). |