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