StandardBaseline.SubgroupSize Property

Gets the frozen subgroup (sample) size, or null for charts that do not operate on fixed-size subgroups.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public int? SubgroupSize { get; init; }

Property Value

Nullable<Int32>

See Also