DescriptiveStatisticsMean Method |
Name | Description | |
---|---|---|
Mean(IEnumerableDecimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableInt32) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableInt64) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableNullableDecimal) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableNullableInt32) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableNullableInt64) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableDouble, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableNullableDouble, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableNullableSingle, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(IEnumerableSingle, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
Mean(Vector, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
| |
MeanTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the mean of the container's values.
http://en.wikipedia.org/wiki/Expected_value
|