Cell.Central Sum Of Squares Property
Gets the sum of squares of all the non-empty data values centered around the cell mean.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The sum of squares of all the non-empty data values centered around the cell mean.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double CentralSumOfSquares { get; }
Property Value
DoubleThe 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.