Expand description
Provides traits for statistical computation
Structs§
Enums§
- Rank
TieBreaker - Enumeration of possible tie-breaking strategies when computing ranks
Traits§
- Discrete
Distribution - Distribution
- Max
- The
Maxtrait specifies that an object has a maximum value - MeanN
- The
Meantrait implements the calculation of a mean. - Median
- The
Mediantrait returns the median of the distribution. - Min
- The
Mintrait specifies than an object has a minimum value - Mode
- The
Modetrait specifies that an object has a closed form solution for its mode(s) - Order
Statistics - The
OrderStatisticstrait provides statistical utilities having to do with ordering. All the algorithms are in-place thus requiring a mutable borrow. - Statistics
- The
Statisticstrait provides a host of statistical utilities for analyzing data sets - VarianceN