Commit Graph

  • cac986d87e Add test Eh2406 2017-12-20 16:46:50 -0500
  • 5963cbb032
    Fix typos Vinzent Steinberg 2017-12-20 14:55:09 +0100
  • e41ae320ac Add to docs Eh2406 2017-12-18 12:14:24 -0500
  • ad9fba41e7 add serde to travis Eh2406 2017-12-17 23:14:45 -0500
  • b26652f2a7 inline reduce to make minmax compatibal with serde Eh2406 2017-12-17 22:53:50 -0500
  • 046f47a0c2 add a feature = "serde" Eh2406 2017-12-17 22:11:11 -0500
  • 60410cd118 Add crates.io link to documentation Vinzent Steinberg 2017-11-19 20:49:28 +0100
  • ff68684753 Run Travis CI on 32 bit as well Vinzent Steinberg 2017-11-19 20:45:57 +0100
  • 16a751bbe0 Bump version Vinzent Steinberg 2017-11-19 11:08:33 +0100
  • fed9248122 Include license verbatim Vinzent Steinberg 2017-11-19 11:07:58 +0100
  • c7ee8a6587 Clean up formatting Vinzent Steinberg 2017-11-19 10:57:01 +0100
  • 7f6d1a12c2 Move quantile tests to external file if possible Vinzent Steinberg 2017-11-19 10:50:59 +0100
  • 5656156660 Fix a negative underflow when calculating quantiles Vinzent Steinberg 2017-11-19 10:31:00 +0100
  • 57f9d13434 Merge branch 'percentile-99-9' of https://github.com/niklasf/average into panic Vinzent Steinberg 2017-11-19 10:17:59 +0100
  • 6568725139 Merge branch 'master' of https://github.com/vks/average Vinzent Steinberg 2017-11-19 10:13:41 +0100
  • f7ee0b1127 Panic when using quantile close to 1 Niklas Fiekas 2017-11-18 12:22:34 +0100
  • 000c894b04
    Merge pull request #4 from singron/fix-32 Vinzent Steinberg 2017-11-13 09:11:29 +0100
  • d8d171e025 Fix compile on 32-bit Eric Culp 2017-11-12 16:39:20 -0800
  • e2e799e02a Merge pull request #2 from Eh2406/master Vinzent Steinberg 2017-09-14 08:10:09 +0200
  • b8d31c80ee clarify types for rust/pull/44287 Eh2406 2017-09-13 23:35:53 -0400
  • dc25fd1687 Add a reference for calculating quantiles Vinzent Steinberg 2017-06-27 12:45:04 +0200
  • 0098668d3b Add a reference for calculating moments Vinzent Steinberg 2017-06-27 12:40:09 +0200
  • 9daef2c101 Add missing file Vinzent Steinberg 2017-06-27 09:58:37 +0200
  • 5d6d67bac9 Move `add` and `merge` to trait Vinzent Steinberg 2017-06-25 14:39:23 +0200
  • d5b3fc80ab More code deduplication Vinzent Steinberg 2017-06-23 17:43:42 +0200
  • 9313307ae9 Reduce code duplication by using a macro Vinzent Steinberg 2017-06-23 16:42:54 +0200
  • fabe36f6b2 Bump version Vinzent Steinberg 2017-06-21 19:42:07 +0200
  • 2012479430 Document what is implemented by `concatenate` Vinzent Steinberg 2017-06-21 19:41:25 +0200
  • fb1b0879bd Add tests for `concatenate` Vinzent Steinberg 2017-06-21 19:35:41 +0200
  • 9b055e4c0b Make sure `concatenate` inlines Vinzent Steinberg 2017-06-21 19:35:17 +0200
  • fd72100913 Improve documentation Vinzent Steinberg 2017-06-21 19:34:51 +0200
  • f698e4dc50 Improve `concatenate` to support several statistics from one estimator Vinzent Steinberg 2017-06-21 19:29:25 +0200
  • 2b960310ce Implement `Default` for `Quantile` Vinzent Steinberg 2017-06-21 19:23:53 +0200
  • 01157da831 Macro for concatenating iterative estimators Vinzent Steinberg 2017-06-21 16:06:37 +0200
  • 0eed9d06db Better keywords Vinzent Steinberg 2017-06-21 12:12:22 +0200
  • b96bb30004 Use badges Vinzent Steinberg 2017-06-09 10:55:42 +0200
  • d5fac05f80 Fix typo Vinzent Steinberg 2017-06-09 10:42:33 +0200
  • 6f9a830fc4 Bump version Vinzent Steinberg 2017-05-31 00:06:53 +0200
  • 7f9a531fcd Upgrade quickersort Vinzent Steinberg 2017-05-31 00:04:55 +0200
  • 40f8d2f968 Build conv without default features Vinzent Steinberg 2017-05-30 15:20:33 +0200
  • 83aa052040 Fix a clippy warning Vinzent Steinberg 2017-05-30 11:18:25 +0200
  • 20521ac22c Disable some noisy clippy warnings Vinzent Steinberg 2017-05-30 10:54:14 +0200
  • d68a138d86 Implement `Default` for `Min` and `Max` Vinzent Steinberg 2017-05-30 10:39:26 +0200
  • 89349508dd Use less keywords Vinzent Steinberg 2017-05-29 01:04:34 +0200
  • 1b66305db7 Bump version Vinzent Steinberg 2017-05-29 00:59:21 +0200
  • eafe23b568 Add example Vinzent Steinberg 2017-05-29 00:58:25 +0200
  • c6f3bb6d99 Use mean instead of average in docs Vinzent Steinberg 2017-05-29 00:42:33 +0200
  • 0705c3f61f Fix typo Vinzent Steinberg 2017-05-29 00:40:16 +0200
  • 80e92f6176 Update documentation Vinzent Steinberg 2017-05-29 00:39:33 +0200
  • bea79374e3 Move random tests to separate file Vinzent Steinberg 2017-05-28 23:46:15 +0200
  • b8e980d6ce Implement kurtosis Vinzent Steinberg 2017-05-28 23:33:16 +0200
  • 4f5ddbd6e9 Implement skewness and add missing inline annotations Vinzent Steinberg 2017-05-28 22:37:48 +0200
  • 8c6c55190e Fix benchmarks Vinzent Steinberg 2017-05-28 21:19:12 +0200
  • 978f6ec10e Make `increment` and `add_inner` private Vinzent Steinberg 2017-05-28 21:15:59 +0200
  • 30622be775 Rename average to mean for consistency Vinzent Steinberg 2017-05-28 21:13:47 +0200
  • 712303b58a Split up moments into one file for each Vinzent Steinberg 2017-05-28 21:00:04 +0200
  • 19127cede7 Calculate average in terms of delta/n Vinzent Steinberg 2017-05-28 20:30:05 +0200
  • 9bf56690e6 Make sure quantile works for small samples Vinzent Steinberg 2017-05-28 14:03:53 +0200
  • 46c7220c9a Don't use `as` Vinzent Steinberg 2017-05-28 12:45:58 +0200
  • 64a08a073a Panic for invalid p values Vinzent Steinberg 2017-05-25 18:38:37 +0200
  • 95a2a1d409 Implement quantile Vinzent Steinberg 2017-05-25 15:29:21 +0200
  • cfab296f58 Improve documentation Vinzent Steinberg 2017-05-24 19:45:58 +0200
  • 0d1e1c4f12 Implement `Max` Vinzent Steinberg 2017-05-24 19:16:52 +0200
  • c1af508205 Inline everything Vinzent Steinberg 2017-05-24 18:59:53 +0200
  • 12c3fd76d1 Add benchmark for `Min` Vinzent Steinberg 2017-05-24 18:58:34 +0200
  • b371d3e8bc Correct benchmark Vinzent Steinberg 2017-05-24 18:39:54 +0200
  • 30ea084366 Generalize `Min` implementation Vinzent Steinberg 2017-05-24 18:28:43 +0200
  • d2ebdc27c3 Implement `Min` Vinzent Steinberg 2017-05-24 17:29:20 +0200
  • 6aee190e82 Bump version Vinzent Steinberg 2017-05-24 11:34:06 +0200
  • a95ab05c10 Factor out calculation of average Vinzent Steinberg 2017-05-24 10:48:27 +0200
  • 962adb91d7 Rename `Average` to `AverageWithError` Vinzent Steinberg 2017-05-24 10:24:57 +0200
  • ee6c5f861c Improve tests Vinzent Steinberg 2017-05-23 22:02:06 +0200
  • 4fa92eb9e0 Improve performance by making sure `add` is inlined Vinzent Steinberg 2017-05-23 21:10:50 +0200
  • 262d5c88da Improve docs Vinzent Steinberg 2017-05-22 18:47:46 +0200
  • 5c5fdcea55 Bump version Vinzent Steinberg 2017-05-22 13:56:58 +0200
  • 9bb501116d Reduce code duplication Vinzent Steinberg 2017-05-22 13:55:11 +0200
  • 77fa8b4ed2 Remove inferior estimate of error of weighted average Vinzent Steinberg 2017-05-22 13:24:57 +0200
  • efaca98d0c Bump version Vinzent Steinberg 2017-05-19 17:54:22 +0200
  • 334d8ae9cd Improve documentation Vinzent Steinberg 2017-05-19 17:53:54 +0200
  • ed4c11e31d Improve documentation of different weighted mean standard errors Vinzent Steinberg 2017-05-19 16:38:40 +0200
  • d25f267529 Move some tests from src to tests Vinzent Steinberg 2017-05-19 15:54:13 +0200
  • fbdb247a0e Implement WinCross estimator of standard error of weighted average Vinzent Steinberg 2017-05-19 15:38:39 +0200
  • eb0fa41619 Commit to SPSS estimator of standard error of weighted average Vinzent Steinberg 2017-05-19 14:47:00 +0200
  • 79f449e190 Improve README Vinzent Steinberg 2017-05-16 18:21:27 +0200
  • 34a8aadb35 Implement merge for weighted average Vinzent Steinberg 2017-05-16 17:47:00 +0200
  • e54d4aba8b Calculate standard error of weighted mean Vinzent Steinberg 2017-05-05 20:28:49 +0200
  • 0488d6f105 Implement weighted average Vinzent Steinberg 2017-05-05 19:07:03 +0200
  • 068381f366 Refactor code into more files Vinzent Steinberg 2017-05-05 17:42:21 +0200
  • 623c50c936 Bump version Vinzent Steinberg 2017-05-05 17:14:32 +0200
  • 00515c02f3 Tweak README Vinzent Steinberg 2017-05-05 17:01:59 +0200
  • d9d03674e9 Add build status to README Vinzent Steinberg 2017-05-05 17:01:10 +0200
  • f3d9b0d3d1 Fix travis Vinzent Steinberg 2017-05-05 16:58:39 +0200
  • a89d9db954 Enable travis Vinzent Steinberg 2017-05-05 16:56:16 +0200
  • 67ebb80241 Tweak README Vinzent Steinberg 2017-05-05 16:54:01 +0200
  • 5ad38d9669 Add README Vinzent Steinberg 2017-05-05 16:52:54 +0200
  • 53b44d1a13 Add test comparing to streaming-stats Vinzent Steinberg 2017-05-05 16:40:23 +0200
  • a5aa7df51d Make benchmarks work on stable Vinzent Steinberg 2017-05-05 16:20:44 +0200
  • afd46067a9 Improve documentation Vinzent Steinberg 2017-05-05 16:04:51 +0200
  • c75ffc01f1 Add example Vinzent Steinberg 2017-05-05 15:59:50 +0200
  • 562588e438 Rename `error` to `err` Vinzent Steinberg 2017-05-05 15:48:15 +0200