Click or drag to resize

DescriptiveStatisticsOrderStatistic Method

Overload List
  NameDescription
Public methodStatic memberOrderStatistic(IEnumerableDecimal, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableInt32, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableInt64, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableDecimal, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableInt32, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableInt64, Int32)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableDouble, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableDouble, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableNullableSingle, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(IEnumerableSingle, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatistic(Vector, Int32, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Top
See Also