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