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