rust-average/tests
Vinzent Steinberg 3a0dcafd21 Implement histograms
In order for them to have constant size, a macro is provided to crate
the histogram type. This should be replaced by const generics once Rust
has them.
2018-03-06 15:54:30 +01:00
..
histogram.rs Implement histograms 2018-03-06 15:54:30 +01:00
kurtosis.rs Add test 2017-12-20 16:46:50 -05:00
macros.rs Fix clippy warnings 2018-01-10 16:02:55 +01:00
max.rs Add test 2017-12-20 16:46:50 -05:00
mean.rs Add test 2017-12-20 16:46:50 -05:00
min.rs Add test 2017-12-20 16:46:50 -05:00
moments.rs Moments: Add serde test 2018-01-11 19:42:41 +01:00
quantile.rs clippy 2017-12-20 16:59:51 -05:00
random.rs Move add and merge to trait 2017-06-25 15:39:12 +02:00
skewness.rs Fix a compiler warning 2017-12-21 10:47:45 +01:00
streaming_stats.rs Disable some noisy clippy warnings 2017-05-30 10:54:14 +02:00
weighted_mean.rs Add test 2017-12-20 16:46:50 -05:00