Click or drag to resize

DescriptiveStatisticsStandardDeviationOrDefault Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationOrDefault(IEnumerableDecimal, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableInt32, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableInt64, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableInt32, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableInt64, Double)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableDouble, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(IEnumerableSingle, Single, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefault(Vector, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Public methodStatic memberStandardDeviationOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the population standard deviation of the container's values. http://en.wikipedia.org/wiki/Variance
Top
See Also