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