XBarSChartSet.AverageStandardDeviation Property

Gets the average subgroup standard deviation (S̄) computed during phase-I analysis, which serves as the center line of the Standard Deviations series.

Definition

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

Property Value

Double

Remarks

Available after Analyze() has been called.

Exceptions

InvalidOperationException The chart is in the Unfitted state.

See Also