Click or drag to resize

DescriptiveStatistics.GeometricMean Method

Overload List
  NameDescription
Public methodStatic memberGeometricMean(IEnumerable<Decimal>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Int32>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Int64>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Decimal>>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Int32>>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Int64>>)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Double>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Double>>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Nullable<Single>>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Public methodStatic memberGeometricMean(IEnumerable<Single>, 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 memberGeometricMean<TSource>(IEnumerable<TSource>, Func<TSource, Double>, Boolean)
Returns the geometric mean of the container's values. http://en.wikipedia.org/wiki/Average#Geometric_mean
Top
See Also