Click or drag to resize

DescriptiveStatisticsMedian Method

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