Click or drag to resize

DescriptiveStatisticsGeometricMean Method

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