Click or drag to resize

DescriptiveStatisticsStandardDeviationPopulationOrDefault Method

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