rust-average/src
2018-03-06 17:16:54 +01:00
..
moments impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
histogram.rs Implement iteration of histograms 2018-03-06 17:16:54 +01:00
lib.rs Refactor histograms to use common trait 2018-03-06 16:26:02 +01:00
macros.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
minmax.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00
quantile.rs variable -> growing 2018-03-01 01:54:41 +01:00
traits.rs Refactor histograms to use common trait 2018-03-06 16:26:02 +01:00
weighted_mean.rs impl FromIterator<&f64> and FromIterator<&(f64, f64)> 2018-02-28 23:44:40 +01:00