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
System.Object
  FinMath.Statistics.DescriptiveStatisticsBase

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 memberGetBottom<T>
Returns given amount of objects with biggest values gotten from specified delegate.
Public methodStatic memberGetTop<T>
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 memberRandomPermutate<T>(IList<T>, RandomGenerator)
Performs random permutation values in collection.
Public methodStatic memberRandomPermutate<T>(IList<T>, Int32, Int32, RandomGenerator)
Performs random permutation values in collection.
Public methodStatic memberRandomPermutate<T>(T[], Int32, Int32, RandomGenerator)
Performs random permutation values in collection.
Top
See Also