15 releases (8 breaking)
0.9.3 | Jan 18, 2019 |
---|---|
0.9.2 | Jul 27, 2018 |
0.8.0 | Jul 10, 2018 |
0.7.0 | Jan 10, 2018 |
0.6.2 | Jun 21, 2017 |
#4 in Science
7,367 downloads per month
Used in 2 crates
70KB
1.5K
SLoC
average
Calculate statistics of a sequence iteratively in a single pass, using
constant space and avoiding numerical problems. The calculations can be
easily parallelized by using merge
.
This crate works without std
.
Implemented statistics
- Mean and its error.
- Variance, skewness, kurtosis.
- Arbitrary moments.
- Minimum and maximum.
- Quantile.
- Histogram.
Crate features
The following optional feature is available:
serde1
enables serialization, via Serde version 1.
Related Projects
quantiles
: Provides quantile estimates with bounded error but using growing space.
Dependencies
~479KB