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: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The sum of squares of all the non-empty data values centered around the cell mean.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.