DescriptiveStatisticsVariance Method |
Name | Description | |
---|---|---|
Variance(IEnumerableDecimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableInt32) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableInt64) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableNullableDecimal) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableNullableInt32) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableNullableInt64) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableDouble, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableNullableDouble, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableNullableSingle, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(IEnumerableSingle, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
Variance(Vector, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
| |
VarianceTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the population variance of the container's values.
http://en.wikipedia.org/wiki/Variance
|