Click or drag to resize

DescriptiveStatisticsArithmeticMean Method

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