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