Click or drag to resize

DescriptiveStatisticsGeometricMeanOrDefault Method

Overload List
  NameDescription
Public methodStatic memberGeometricMeanOrDefault(IEnumerableDecimal, Decimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableInt32, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableInt64, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableInt32, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableInt64, Double)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableDouble, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(IEnumerableSingle, Single, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefault(Vector, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Top
See Also