  | TwoWayAnovaBaseGrandMean Property | 
            Gets the grand mean.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic abstract double GrandMean { get; }Public MustOverride ReadOnly Property GrandMean As Double
	Get
public:
virtual property double GrandMean {
	double get () abstract;
}abstract GrandMean : float with get
Property Value
Double
Remarks
            The grand mean is the mean of all the data.
            
See Also