 | PLS1AnovaSumOfSquaresTotal Property |
Returns the total sum of squares for the model. This is the sum of the
squared deviations from the mean of the elements of the the response
vector.
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
See Also