rust-average/src
Vinzent Steinberg 19127cede7 Calculate average in terms of delta/n
This will avoid divisions in the inner loop when calculating higher
moments.
2017-05-28 20:30:05 +02:00
..
average.rs Calculate average in terms of delta/n 2017-05-28 20:30:05 +02:00
lib.rs Implement quantile 2017-05-25 15:42:53 +02:00
macros.rs Refactor code into more files 2017-05-05 17:42:21 +02:00
minmax.rs Improve documentation 2017-05-24 19:45:58 +02:00
quantile.rs Make sure quantile works for small samples 2017-05-28 14:03:53 +02:00
reduce.rs Inline everything 2017-05-24 19:17:52 +02:00
weighted_average.rs Make sure quantile works for small samples 2017-05-28 14:03:53 +02:00