Click or drag to resize

DescriptiveStatisticsBase Methods

The DescriptiveStatisticsBase type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBottomT
Returns given amount of objects with biggest values gotten from specified delegate.
Public methodStatic memberGetTopT
Returns given amount of objects with smallest values gotten from specified delegate.
Public methodStatic memberRandomPermutate(Vector, RandomGenerator)
Performs random permutation values in collection.
Public methodStatic memberRandomPermutateT(IListT, RandomGenerator)
Performs random permutation values in collection.
Public methodStatic memberRandomPermutateT(IListT, Int32, Int32, RandomGenerator)
Performs random permutation values in collection.
Public methodStatic memberRandomPermutateT(T, Int32, Int32, RandomGenerator)
Performs random permutation values in collection.
Top
See Also