 | OneWayAnovaTableMeanSquareTotal Property |
Gets the total mean square.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double MeanSquareTotal { get; }
Public ReadOnly Property MeanSquareTotal As Double
Get
public:
property double MeanSquareTotal {
double get ();
}
member MeanSquareTotal : float with get
Property Value
Double
Remarks
The total mean square is the total sum of squares divided by the total
degrees of freedom.
See Also