rust-average/tests
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 Factor out calculation of average 2017-05-24 11:33:15 +02:00
max.rs Implement Max 2017-05-24 19:17:52 +02:00
min.rs Implement Min 2017-05-24 19:17:46 +02:00
streaming_stats.rs Calculate average in terms of delta/n 2017-05-28 20:30:05 +02:00
weighted_average.rs Factor out calculation of average 2017-05-24 11:33:15 +02:00