Commit Graph

  • 0d2c1ccee7 ddof master Andrea Cavalli 2019-12-02 13:03:20 +0100
  • da03f66ecd fix Andrea Cavalli 2019-12-02 13:02:32 +0100
  • 1845ad69b1 add variance0 Andrea Cavalli 2019-12-02 13:01:53 +0100
  • 538587b81f fix Andrea Cavalli 2019-12-02 13:01:19 +0100
  • 5f341bc144 fix Andrea Cavalli 2019-12-02 13:00:47 +0100
  • e4ed6fd1b8 fix Andrea Cavalli 2019-12-02 12:59:54 +0100
  • c1a0fd14ff renamed Andrea Cavalli 2019-12-02 12:53:18 +0100
  • be1bd4c5c6 variance Andrea Cavalli 2019-12-02 12:49:54 +0100
  • 27a14185ee Don't run tests with minimal dependencies Vinzent Steinberg 2019-09-02 14:26:47 +0200
  • 51f07bb799 Travis job for minimal dep versions Vinzent Steinberg 2019-09-02 14:16:20 +0200
  • 92b76a8efe Fix build with minimal dependency versions Vinzent Steinberg 2019-09-02 14:13:22 +0200
  • 488c0e8eba Bump version Vinzent Steinberg 2019-07-31 16:25:16 +0200
  • a76014227c Fix macros in combination with serde1 feature Vinzent Steinberg 2019-07-31 16:22:55 +0200
  • 20eeebe727 Bump version Vinzent Steinberg 2019-07-09 12:19:33 +0200
  • 5529769e16 Histogram: Add serialization test Vinzent Steinberg 2019-07-09 12:19:00 +0200
  • 3853de8481 Fix clippy warnings Vinzent Steinberg 2019-07-08 17:32:18 +0200
  • 31a8154e01 Fix serde1 feature and remove unneccessary crate import Vinzent Steinberg 2019-07-08 17:28:00 +0200
  • 610f6cae6a Clean up doctests Vinzent Steinberg 2019-07-08 16:57:53 +0200
  • c9829a1279 Clean up tests Vinzent Steinberg 2019-07-08 16:17:04 +0200
  • 0890aee3fb Clean up benchmarks Vinzent Steinberg 2019-07-08 16:08:53 +0200
  • 9401f41558 Use Rust 2018 idioms Vinzent Steinberg 2019-07-08 16:04:59 +0200
  • 1bdadfae1b Make code compatible with Rust 2018 Vinzent Steinberg 2019-07-08 16:04:19 +0200
  • 3326a8bb9c Update dependencies Vinzent Steinberg 2019-07-08 16:01:13 +0200
  • 2c2632a564 Add proptest regressions Vinzent Steinberg 2019-05-22 17:05:39 +0200
  • 323028bbf4 Bump version Vinzent Steinberg 2019-05-22 17:00:40 +0200
  • 9addaa15e9 Increase minimal required Rust version (due to dependencies) Vinzent Steinberg 2019-05-22 16:30:47 +0200
  • 80864d796b Try to figure out the minimal required Rust version Vinzent Steinberg 2019-05-22 16:23:22 +0200
  • bb7c8d7a27 Increase minimal required Rust version (due to lazy_static) Vinzent Steinberg 2019-05-22 16:11:16 +0200
  • 25d894a2f6 Use custom implementation of binomial coefficient Vinzent Steinberg 2019-05-22 15:40:48 +0200
  • 5b8ace3fb4 Update benchmarks Vinzent Steinberg 2019-05-22 14:45:04 +0200
  • 3f82a320f9 Use proptest to test reasonable bounds of mean Vinzent Steinberg 2019-04-25 14:49:23 +0200
  • a4098571fd Bump version Vinzent Steinberg 2019-04-25 13:53:21 +0200
  • c10616c46e Improve `concatenate!` to support usage outside braces Vinzent Steinberg 2019-04-25 13:51:33 +0200
  • 4e6082533c Guarantee and test minimal version Vinzent Steinberg 2019-01-22 14:36:53 +0100
  • 547149bfd2 Fix serde support Vinzent Steinberg 2019-01-22 14:29:29 +0100
  • 15ff7e9ab4 Bump version Vinzent Steinberg 2019-01-18 15:56:30 +0100
  • dc2d21bea9 Update dependencies Vinzent Steinberg 2019-01-18 15:55:37 +0100
  • 5a6fb296a4 Fix typo Vinzent Steinberg 2018-07-27 16:55:02 +0200
  • 8c5121ca08 Suggest correct Serde feature Vinzent Steinberg 2018-07-27 16:53:27 +0200
  • f9dee3bf9b Fix clippy warning Vinzent Steinberg 2018-07-27 16:52:01 +0200
  • bb994f0f22 Improve docs on calculation of arbitrary moments Vinzent Steinberg 2018-07-27 16:50:02 +0200
  • f13be77348 Bump version Vinzent Steinberg 2018-07-27 15:15:23 +0200
  • 537a00c053 Fix type inference failure on some targets Vinzent Steinberg 2018-07-27 15:14:44 +0200
  • 365c127e35 Bump version Vinzent Steinberg 2018-07-24 18:58:55 +0200
  • ee110a774f define_histogram: Fix potential issue Vinzent Steinberg 2018-07-24 18:58:17 +0200
  • 5807e211dc Clarify `core` is required for `define_histogram` Vinzent Steinberg 2018-07-24 18:52:40 +0200
  • 159af1df99 Bump version Vinzent Steinberg 2018-07-24 18:22:00 +0200
  • 56344750a7 Fixes to `Histogram` Vinzent Steinberg 2018-07-24 18:18:05 +0200
  • b010d0cae6 Fix moments benchmark Vinzent Steinberg 2018-07-11 15:52:57 +0200
  • 34eddeec1e Fix Travis serde build Vinzent Steinberg 2018-07-11 13:04:26 +0200
  • 7ac16c974e Mention no_std support Vinzent Steinberg 2018-07-11 12:58:17 +0200
  • a7dde93df8 More idiomatic serde support Vinzent Steinberg 2018-07-11 12:54:37 +0200
  • 34d33ef21a Slightly improve calculation of standardized moment Vinzent Steinberg 2018-07-11 12:37:06 +0200
  • 3e7a66b519 Remove dead code Vinzent Steinberg 2018-07-11 12:31:32 +0200
  • 9a2047a05d Bump version Vinzent Steinberg 2018-07-10 18:07:03 +0200
  • 663009f358 Make it possible to calculate an arbitrary number of moments Vinzent Steinberg 2018-07-10 17:19:57 +0200
  • 1e7a852862 Improve quantile tests Vinzent Steinberg 2018-07-10 16:31:33 +0200
  • 0de183127e Implement merge for Histogram Vinzent Steinberg 2018-07-06 13:27:26 +0200
  • f22c7b362d Update README Vinzent Steinberg 2018-07-06 13:11:40 +0200
  • fcbe51f1dd Improve Histogram docs by exporting the Histogram10 special case Vinzent Steinberg 2018-07-06 13:08:33 +0200
  • 554d4ca596 Use float-ord instead of quickersort Vinzent Steinberg 2018-07-06 11:01:41 +0200
  • 0faada0687 Fix benchmarks Vinzent Steinberg 2018-07-06 10:56:35 +0200
  • ef41836ec5 Small improvements to Histogram docs Vinzent Steinberg 2018-07-06 10:52:19 +0200
  • 7f8663c23e Update dependencies Vinzent Steinberg 2018-07-06 10:31:26 +0200
  • 9f1c28147c Moments: Improve docs Vinzent Steinberg 2018-07-06 10:08:18 +0200
  • 41e7df435d Relax skewness test for exponential distribution Vinzent Steinberg 2018-03-07 17:57:49 +0100
  • 7e06374843 histogram: Implement variance Vinzent Steinberg 2018-03-07 17:45:38 +0100
  • 0259728bb8 Fix constant width histograms for ranges not starting at 0 Vinzent Steinberg 2018-03-07 17:37:06 +0100
  • c04ce8887e histogram: Implement `AddAssign` and `MulAssign` Vinzent Steinberg 2018-03-07 17:08:19 +0100
  • 2775f78e8e Expose finding of bin for given sample Vinzent Steinberg 2018-03-06 19:31:09 +0100
  • 682fec27fe histogram: Implement min, max and reset Vinzent Steinberg 2018-03-06 19:22:42 +0100
  • 08445ba2a3 histogram: Inline default impls Vinzent Steinberg 2018-03-06 19:03:46 +0100
  • d1ab9630af histogram: Implement iteration over bin centers Vinzent Steinberg 2018-03-06 18:55:21 +0100
  • 3f22412aa3 Fix clippy warnings Vinzent Steinberg 2018-03-06 18:48:08 +0100
  • 86a411143e histogram: Implement iteration of bin widths and normalized bins Vinzent Steinberg 2018-03-06 18:11:27 +0100
  • c64544baa8 Implement iteration of histograms Vinzent Steinberg 2018-03-06 17:04:39 +0100
  • ba93bb4e65 Refactor histograms to use common trait Vinzent Steinberg 2018-03-06 16:26:02 +0100
  • dcb006e6e0 Merge branch 'master' of https://github.com/vks/average Vinzent Steinberg 2018-03-06 15:56:09 +0100
  • 3a0dcafd21 Implement histograms Vinzent Steinberg 2018-03-06 15:54:30 +0100
  • 87bf71baa4 variable -> growing Vinzent Steinberg 2018-03-01 01:54:41 +0100
  • f553a06521 Mention quantiles crate Vinzent Steinberg 2018-03-01 01:40:02 +0100
  • 8b5fb44500 Clarify limitations of quantile algorithm Vinzent Steinberg 2018-03-01 01:33:39 +0100
  • e4345f5046 impl FromIterator<&f64> and FromIterator<&(f64, f64)> Vinzent Steinberg 2018-02-27 01:38:45 +0100
  • 68a4fa64cb Restore compatibility with stable Vinzent Steinberg 2018-01-12 14:23:38 +0100
  • d539342bf1 Moments: Add serde test Vinzent Steinberg 2018-01-11 19:42:41 +0100
  • a6a477d621 Benchmark generic vs. handwritten implementation of kurtosis Vinzent Steinberg 2018-01-11 19:37:25 +0100
  • 785e2141e0 Moments: Refactor merge to be in-place Vinzent Steinberg 2018-01-11 19:30:51 +0100
  • 383c85c470 Improve test slightly Vinzent Steinberg 2018-01-11 19:25:25 +0100
  • 0d6cf939d1 Clarify type of kurtosis Vinzent Steinberg 2018-01-11 19:22:11 +0100
  • df099b61da Moments::merge: Calculate binomial iteratively Vinzent Steinberg 2018-01-11 19:19:56 +0100
  • 9f2a8ee44f Moments: Test merge Vinzent Steinberg 2018-01-11 19:16:11 +0100
  • 49ce6c5256 Moments::add: Calculate binomials iteratively Vinzent Steinberg 2018-01-11 19:07:57 +0100
  • 3fd3bc4ac9 Moments: Refactor add to be in-place Vinzent Steinberg 2018-01-11 19:00:59 +0100
  • 608a9733cd Code clean-up and more impls for Moments Vinzent Steinberg 2018-01-11 18:39:49 +0100
  • c1fab4722c Implement incremental calculation of arbitrary moments Vinzent Steinberg 2018-01-11 18:29:43 +0100
  • d9f0b056c6 Bump version Vinzent Steinberg 2018-01-10 16:06:13 +0100
  • 4bcc52ef25 Reenable clippy lint that no longer gives false positives Vinzent Steinberg 2018-01-10 16:04:29 +0100
  • 2ee38b9d57 Fix clippy warnings Vinzent Steinberg 2018-01-10 16:02:55 +0100
  • 11260d255b Fix a compiler warning Vinzent Steinberg 2017-12-21 10:47:45 +0100
  • 982acc9bf6 clippy Eh2406 2017-12-20 16:59:51 -0500