Gets the total sum of squares.

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

Syntax

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

Remarks

The total sum of squares represents the total variation.

See Also