Click or drag to resize

DescriptiveStatisticsMeanOrDefault Method

Overload List
  NameDescription
Public methodStatic memberMeanOrDefault(IEnumerableDecimal, Decimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableInt32, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableInt64, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableInt32, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableInt64, Double)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableDouble, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(IEnumerableSingle, Single, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefault(Vector, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Public methodStatic memberMeanOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the mean of the container's values. http://en.wikipedia.org/wiki/Expected_value
Top
See Also