Module statrs::statistics
source · Expand description
Provides traits for statistical computation
Structs
Enums
- Enumeration of possible tie-breaking strategies when computing ranks
Traits
- The
Max
trait specifies that an object has a maximum value - The
Mean
trait implements the calculation of a mean. - The
Median
trait returns the median of the distribution. - The
Min
trait specifies than an object has a minimum value - The
Mode
trait specifies that an object has a closed form solution for its mode(s) - The
OrderStatistics
trait provides statistical utilities having to do with ordering. All the algorithms are in-place thus requiring a mutable borrow. - The
Statistics
trait provides a host of statistical utilities for analyzing data sets