XBar RChart Set.Grand Mean 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public double GrandMean { get; }Property Value
DoubleRemarks
Available after Analyze() has been called.
Equals the center line of the Means series.
Exceptions
| Invalid | The chart is in the Unfitted state. |