Click or drag to resize

DescriptiveStatisticsVarianceOrDefault Method

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