 | OneWayRanovaTableSumOfSquaresTotal Property |
Gets the total sum of squares.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double SumOfSquaresTotal { get; }
Public ReadOnly Property SumOfSquaresTotal As Double
Get
public:
property double SumOfSquaresTotal {
double get ();
}
member SumOfSquaresTotal : float with get
Property Value
Double
Remarks
The total sum of squares represents the total variation.
See Also