DescriptiveStatisticsBase Methods |
The DescriptiveStatisticsBase type exposes the following members.
Name | Description | |
---|---|---|
GetBottomT |
Returns given amount of objects with biggest values gotten from specified delegate.
| |
GetTopT |
Returns given amount of objects with smallest values gotten from specified delegate.
| |
RandomPermutate(Vector, RandomGenerator) |
Performs random permutation values in collection.
| |
RandomPermutateT(IListT, RandomGenerator) |
Performs random permutation values in collection.
| |
RandomPermutateT(IListT, Int32, Int32, RandomGenerator) |
Performs random permutation values in collection.
| |
RandomPermutateT(T, Int32, Int32, RandomGenerator) |
Performs random permutation values in collection.
|