Crate inc_stats [−] [src]
Module with incremental statistics functions
This contains helper functions for computing statistics on iterators, as well as structs that support incremental addition of data.
Structs
| Mode |
Mode computation struct |
| Percentiles |
Data percentile struct |
| SummStats |
Summary statistics struct |
Functions
| mean |
Get the mean of a set of data |
| median |
Get the median of a set of data |
| mode |
Get the mode of a set of data |