Gets the sum of squares of all the non-empty data values centered around the cell mean.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CentralSumOfSquares As Double |
| C# |
|---|
public double CentralSumOfSquares { get; } |
| C++ |
|---|
public: double CentralSumOfSquares { double get (); } |
Value
The sum of squares of all the non-empty data values centered around the cell mean.
Remarks
The central sum of squares is the sum of the squares of the deviation
from the cell mean.