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