UChart.UnitSizes Property

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

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public Vector<double> UnitSizes { 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 unit size, the chart is in the Unfitted state, or the chart is in the Deployed state.

See Also