rust-average/tests
Vinzent Steinberg 56344750a7 Fixes to Histogram
1. Now histograms with more than 31 bins are supported (before there
   were issues with missing implementations on arrays.)
2. The items defined by `define_histogram!` are in their own module, to
   avoid issues with Rust's lack of macro hygiene for items.
2018-07-24 18:18:05 +02:00
..
histogram.rs Fixes to Histogram 2018-07-24 18:18:05 +02:00
kurtosis.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
macros.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
max.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
mean.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
min.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
moments.rs More idiomatic serde support 2018-07-11 12:54:37 +02:00
quantile.rs Improve quantile tests 2018-07-10 16:31:33 +02:00
random.rs Update dependencies 2018-07-06 10:31:26 +02:00
skewness.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
streaming_stats.rs Update dependencies 2018-07-06 10:31:26 +02:00
weighted_mean.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00