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