XBarRChartSet.GrandMean Property

Gets the grand mean (X̄̄) — the average of all subgroup means — computed during phase-I analysis.

Definition

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

Property Value

Double

Remarks

Available after Analyze() has been called. Equals the center line of the Means series.

Exceptions

InvalidOperationException The chart is in the Unfitted state.

See Also