Click or drag to resize

DescriptiveStatisticsVariancePopulationOrDefault Method

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