DescriptiveStatisticsBase Class |
Namespace: FinMath.Statistics
public static class DescriptiveStatisticsBase
The DescriptiveStatisticsBase type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetBottom<T> |
Returns given amount of objects with biggest values gotten from specified delegate.
|
![]() ![]() | GetTop<T> |
Returns given amount of objects with smallest values gotten from specified delegate.
|
![]() ![]() | RandomPermutate(Vector, RandomGenerator) |
Performs random permutation values in collection.
|
![]() ![]() | RandomPermutate<T>(IList<T>, RandomGenerator) |
Performs random permutation values in collection.
|
![]() ![]() | RandomPermutate<T>(IList<T>, Int32, Int32, RandomGenerator) |
Performs random permutation values in collection.
|
![]() ![]() | RandomPermutate<T>(T[], Int32, Int32, RandomGenerator) |
Performs random permutation values in collection.
|