rust-average/tests
Vinzent Steinberg 34d33ef21a Slightly improve calculation of standardized moment
Also test more of the trivial cases.
2018-07-11 12:37:06 +02:00
..
histogram.rs Implement merge for Histogram 2018-07-06 13:27:26 +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 Slightly improve calculation of standardized moment 2018-07-11 12:37:06 +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