Click or drag to resize

DescriptiveStatisticsVariancePopulation Method

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