Gets the between-groups mean square.

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

Syntax

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

Remarks

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

See Also