rust-average/src
Vinzent Steinberg 25d894a2f6 Use custom implementation of binomial coefficient
This lets us get rid of the num-integer dependency and makes the
performance of the code generated by `define_moments` close to that of
`Kurtosis`. Before, it was several times slower.

However, the custom implementation is more vulnerable to integer
overflow. In practise, this should not matter, since it does not make
sense to calculate moments of very high order.
2019-05-22 15:51:11 +02:00
..
moments Use custom implementation of binomial coefficient 2019-05-22 15:51:11 +02:00
histogram.rs Fix serde support 2019-01-22 14:29:29 +01:00
lib.rs Use custom implementation of binomial coefficient 2019-05-22 15:51:11 +02:00
macros.rs Improve `concatenate!` to support usage outside braces 2019-04-25 13:51:33 +02:00
minmax.rs More idiomatic serde support 2018-07-11 12:54:37 +02:00
quantile.rs More idiomatic serde support 2018-07-11 12:54:37 +02:00
traits.rs Small improvements to Histogram docs 2018-07-06 10:52:19 +02:00
weighted_mean.rs Fix serde support 2019-01-22 14:29:29 +01:00