Gets the total mean square.

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

Syntax

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

Remarks

The total mean square is the total sum of squares divided by the total degrees of freedom.

See Also