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