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 response matrix.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector SumOfSquaresTotal { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SumOfSquaresTotal As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ SumOfSquaresTotal { DoubleVector^ get (); } |