DescriptiveStatisticsOrderStatistic Method |
Name | Description | |
---|---|---|
OrderStatistic(IEnumerableDecimal, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableInt32, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableInt64, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableNullableDecimal, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableNullableInt32, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableNullableInt64, Int32) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableDouble, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableNullableDouble, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableNullableSingle, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(IEnumerableSingle, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatistic(Vector, Int32, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
| |
OrderStatisticTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) |
Returns order statistic of specified rank from container's value.
http://en.wikipedia.org/wiki/Order_statistic
|