Click or drag to resize

DescriptiveStatisticsMean Method

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