Crate inc_stats[][src]

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 computation struct

Data percentile struct

Any error from this library

Summary statistics struct

Traits

Functions

Get the mean of a set of data

Get the median of a set of data

Get the mode of a set of data