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