DescriptiveStatisticsArithmeticMean Method |
Name | Description | |
---|---|---|
ArithmeticMean(IEnumerableDecimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableInt32) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableInt64) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableNullableDecimal) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableNullableInt32) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableNullableInt64) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableDouble, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableNullableDouble, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableNullableSingle, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(IEnumerableSingle, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMean(Vector, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
| |
ArithmeticMeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the arithmetic mean of the container's values.
http://en.wikipedia.org/wiki/Average#Arithmetic_mean
|