| DescriptiveStatisticsStandardDeviationOrDefault Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | StandardDeviationOrDefault(IEnumerableDecimal, Decimal) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableInt32, Double) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableInt64, Double) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableNullableDecimal, Decimal) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableNullableInt32, Double) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableNullableInt64, Double) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableDouble, Double, Boolean) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableNullableDouble, Double, Boolean) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableNullableSingle, Single, Boolean) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(IEnumerableSingle, Single, Boolean) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefault(Vector, Double, Boolean) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
|   | StandardDeviationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) | 
            Returns the population standard deviation of the container's values.
            http://en.wikipedia.org/wiki/Variance
             | 
 See Also
See Also