Click or drag to resize

DescriptiveStatisticsVariance Method

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