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 computation struct
Data percentile struct
Summary statistics struct

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