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