ANOVATotalSumOfSquares Property |
Returns the total sum of squares.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TotalSumOfSquares { get; }
Public ReadOnly Property TotalSumOfSquares As Double
Get
public:
property double TotalSumOfSquares {
double get ();
}
member TotalSumOfSquares : float with get
Property Value
Type:
Double
A
double representing the total sum of squares.
See Also