This website requires JavaScript.
Explore
Help
Sign In
andreacavalli
/
rust-average
Watch
1
Star
0
Fork
0
You've already forked rust-average
Code
Issues
Pull Requests
Releases
Wiki
Activity
rust-average
/
src
History
Vinzent Steinberg
9f1c28147c
Moments: Improve docs
2018-07-06 10:08:18 +02:00
..
moments
Moments: Improve docs
2018-07-06 10:08:18 +02:00
histogram.rs
Fix constant width histograms for ranges not starting at 0
2018-03-07 17:37:06 +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
Fix clippy warnings
2018-03-06 18:48:08 +01:00
quantile.rs
variable -> growing
2018-03-01 01:54:41 +01:00
traits.rs
histogram: Implement variance
2018-03-07 17:45:38 +01:00
weighted_mean.rs
impl FromIterator<&f64> and FromIterator<&(f64, f64)>
2018-02-28 23:44:40 +01:00