Gets the sum of the squares of all non-empty data values.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public double SumOfSquares { get; }
|
| Visual Basic (Declaration) |
Public ReadOnly Property SumOfSquares As Double
Get
|
| Visual C++ |
public:
property double SumOfSquares {
double get ();
}
|
| F# |
member SumOfSquares : float
|
Field Value
The sum of the squares of all non-empty data values.
See Also