Gets the within-group mean square.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double MeanSquareWithin { get; }
Visual Basic (Declaration)
Public ReadOnly Property MeanSquareWithin As Double
Visual C++
public:
property double MeanSquareWithin {
	double get ();
}

Remarks

The within-groups mean square is the within-group sum of squares divided by the within-group degrees of freedom.

See Also