Crate inc_stats

Source
Expand description

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
StatsError
Any error from this library
SummStats
Summary statistics struct

Traits§

DerefCopy

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