DescriptiveStatisticsSumSquares Method |
| Name | Description | |
|---|---|---|
| SumSquares(IEnumerableDecimal) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableInt32) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableInt64) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableDecimal) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableInt32) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableInt64) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableDouble, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableDouble, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableNullableSingle, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(IEnumerableSingle, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquares(Vector, Boolean) |
Returns the sum of squared values in data set.
| |
| SumSquaresTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sum of squared values in data set.
|