Click or drag to resize

DescriptiveStatisticsBase Class

Class contains some basic operations with collections which we need in order to calculate various statistics.
Inheritance Hierarchy
SystemObject
  FinMath.StatisticsDescriptiveStatisticsBase

Namespace:  FinMath.Statistics
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static class DescriptiveStatisticsBase

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