PChart.SampleSizes Property

Gets the sample sizes used during phase-I analysis when the chart was constructed with variable sample sizes.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public Vector<double> SampleSizes { get; }

Property Value

Vector<Double>

Remarks

Available in the Fitted state when HasVariableSizes is true. Not available in the Deployed state because source data is discarded at deployment.

Exceptions

InvalidOperationException The chart was constructed with a constant sample size, the chart is in the Unfitted state, or the chart is in the Deployed state.

See Also