Cell.CentralSumOfSquares 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#
public double CentralSumOfSquares { get; }

Property Value

Double
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.

See Also