Cell.Sum Of Squares Property
Gets the sum of the squares of all non-empty data values.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The sum of the squares of all non-empty data values.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double SumOfSquares { get; }
Property Value
DoubleThe sum of the squares of all non-empty data values.