2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-24 06:02:08 +00:00

Commit Graph

  • 56ec90df6d Merge branch 'formatting' of https://github.com/boostorg/math into formatting jzmaddock 2019-11-13 18:33:58 +00:00
  • 24e0fbe9e7 Formatting: Complete polynomial support and update docs. jzmaddock 2019-11-13 18:31:14 +00:00
  • a8660d3434 Add missing def for math_constants pabristow 2019-11-12 12:02:14 +00:00
  • e06b325e7d Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-11-12 09:35:13 +00:00
  • 5aacc3e167 Add missing file big_seventh.cpp pabristow 2019-11-12 09:34:48 +00:00
  • 9979afa351 Remove big_seventh.cpp from docs. NAThompson 2019-11-11 14:47:11 -05:00
  • c106249511 Add Unicode output option for the text formatter. jzmaddock 2019-11-11 19:30:54 +00:00
  • d7a682d041 Quick documentation cleanup. Nick Thompson 2019-11-10 11:11:12 -05:00
  • a19e335115 Fix up sample Latex document structure. [CI SKIP] jzmaddock 2019-11-09 19:44:56 +00:00
  • d325ad6080 Correctly handle zeros, infinities and NaN's. jzmaddock 2019-11-09 18:32:14 +00:00
  • e8351b26c8 Initial commit of pretty-formatter. jzmaddock 2019-11-06 19:31:43 +00:00
  • 1d04bf714e Removed use of unit_test_framework namespace as is obselete. BOOST_TEST_MESSAGE should be enabled by adding --log_level=message to run parameters if required pabristow 2019-11-04 17:47:23 +00:00
  • d75659faf9 Remove fake boost_math library target; no longer required boost-1.72.0.beta1 boost-1.72.0 Peter Dimov 2019-10-24 20:15:51 +03:00
  • baa161279c Cut down on the warnings that I've introduced slowly over time NAThompson 2019-10-25 08:49:36 -04:00
  • 205e9a0dc9 Restore default colors to the terminal after changing them for error messages [CI SKIP] Nick 2019-10-22 10:05:14 -04:00
  • 72e469da0a Update version number in docs. [CI SKIP] jzmaddock 2019-10-26 11:03:35 +01:00
  • cff7b6497e Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-10-28 09:43:40 +00:00
  • d7e4bf780b Continuous Daubechies wavelets [CI SKIP] NAThompson 2019-10-27 14:12:34 -04:00
  • f91d85b38c Merge pull request #265 from boostorg/least_squares Nick 2019-10-27 12:30:21 -04:00
  • 41a796156c Merge pull request #266 from boostorg/pr/remove-math-target Nick 2019-10-26 17:59:23 -04:00
  • 30f2650427 Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-10-26 11:03:57 +01:00
  • d87a27ae66 Update version number in docs. [CI SKIP] jzmaddock 2019-10-26 11:03:35 +01:00
  • 869949a657 Cut down on the warnings that I've introduced slowly over time NAThompson 2019-10-25 08:49:36 -04:00
  • 03489ffe08 Ordinary least squares: Increase expected error rates slightly to get build to pass on Windows. NAThompson 2019-10-25 08:24:57 -04:00
  • 9cb2968efb Remove fake boost_math library target; no longer required Peter Dimov 2019-10-24 20:15:51 +03:00
  • 2e52a12edf Merge branch 'develop' of https://github.com/boostorg/math into develop [CI SKIP] Nick 2019-10-22 10:06:40 -04:00
  • c3a4b837d0 Restore default colors to the terminal after changing them for error messages [CI SKIP] Nick 2019-10-22 10:05:14 -04:00
  • 5252414eee Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-10-21 14:56:06 +01:00
  • e8effeb055 Add tests of various scaling laws for simple ordinary least squares. NAThompson 2019-10-21 09:16:21 -04:00
  • 88f16b64a4 Add permutation test. Nick Thompson 2019-10-20 20:26:32 -04:00
  • 09eb328bf1 Merge branch 'develop' jzmaddock 2019-10-20 20:22:43 +01:00
  • a716b525ef Add some comments to math.css with regard to editing. [CI SKIP] jzmaddock 2019-10-20 20:18:29 +01:00
  • 3934e61d7c Update history and regenerate docs. Tweak some hypergeometric html file names for consistency. [CI SKIP] jzmaddock 2019-10-20 20:07:56 +01:00
  • c94557d1f5 Documentation and R^2. NAThompson 2019-10-20 14:32:30 -04:00
  • 8fd14f53a3 Fix error handling for evaluation of gamma at zero in undefined_lanczos case. jzmaddock 2019-10-20 15:11:48 +01:00
  • 293eab2b0c Linear regression [CI SKIP] Nick Thompson 2019-10-20 10:01:26 -04:00
  • b6895a63cb Merge pull request #256 from boostorg/extend_sterling jzmaddock 2019-10-20 11:40:17 +01:00
  • ee8d3a8283 Adjust expected error rates on MacOS X. Update history. jzmaddock 2019-10-19 12:02:08 +01:00
  • 75f77481a0 Update Lanczos generator program. Add lanczos approximations for multiprecision types up to 100 digit precision. Add tests for new approximations. jzmaddock 2019-10-18 17:58:31 +01:00
  • c52983cef0 Fix constructibility test in big_constant.hpp. jzmaddock 2019-10-18 17:55:24 +01:00
  • 800177cf53 Merge pull request #262 from boostorg/appveyor_tlc Nick 2019-10-16 07:25:03 -04:00
  • f3a0c0658f Merge pull request #260 from boostorg/runs_test Nick 2019-10-15 08:39:26 -04:00
  • 11188f47eb Also remove duplicated test of misc. NAThompson 2019-10-14 14:26:18 -04:00
  • 6e008886f9 Remove duplicated quadrature test in appveyor. NAThompson 2019-10-14 12:59:45 -04:00
  • fe25853c27 Actually fix warning [CI SKIP] Nick 2019-10-14 08:52:27 -04:00
  • 3a95fdcf40 Runs test: Trivial doc edits and kick off build. Nick Thompson 2019-10-13 21:22:46 -04:00
  • b8044215e0 Merge branch 'develop' into runs_test [CI SKIP] Nick Thompson 2019-10-13 21:19:57 -04:00
  • ca233a7ea0 Runs test [CI SKIP] Nick Thompson 2019-10-13 21:17:14 -04:00
  • 1162352a0c Merge pull request #259 from boostorg/ljung_box Nick 2019-10-13 20:34:35 -04:00
  • c437f61911 Merge branch 'develop' into runs_test [CI SKIP] Nick Thompson 2019-10-13 19:47:47 -04:00
  • 21919de14c Runs test: Performance improvements [CI SKIP] Nick Thompson 2019-10-13 19:47:43 -04:00
  • 5e15bc8def Remove unused typedef in vector barycentric [CI SKIP] Nick Thompson 2019-10-13 16:20:30 -04:00
  • 6018bf7e8d Runs test: Get p-value from distribution of statistic. [CI SKIP] Nick 2019-10-13 13:17:17 -04:00
  • 2adaa0334b Runs test [CI SKIP] Nick Thompson 2019-10-13 10:02:02 -04:00
  • 3c4f464398 Merge branch 'ljung_box' of https://github.com/boostorg/math into ljung_box Nick 2019-10-12 17:02:00 -04:00
  • bb68ab82d4 Ljung-Box: Loosen up tolerance on test [CI SKIP] Nick 2019-10-12 17:01:51 -04:00
  • 566ed597f6 Sterling: fix expected error rates, update docs. jzmaddock 2019-10-12 19:35:44 +01:00
  • 692e40ea7b Ljung-Box: Add test to Jamfile.v2 Nick Thompson 2019-10-11 21:42:17 -04:00
  • 703d7f13be Ljung-Box: Change definition of test statistic to demonstrate mean-removal. Nick 2019-10-11 11:25:38 -04:00
  • a2898a51b0 Ljung-Box: Demean the data [CI SKIP] NAThompson 2019-10-11 08:51:25 -04:00
  • 238436ee07 Sterling: extend Sterling's approximation to the beta functions. Adjust expected error rates accordingly. Fixes https://github.com/boostorg/math/issues/247. jzmaddock 2019-10-11 11:12:02 +01:00
  • a417d206da Ljung-Box: Documentation [CI SKIP] NAThompson 2019-10-10 15:34:36 -04:00
  • a10fca1fb2 Merge branch 'develop' into ljung_box [CI SKIP] NAThompson 2019-10-10 08:16:06 -04:00
  • f01ed0b0d4 Ljung-Box test [CI SKIP] Nick 2019-10-10 08:11:58 -04:00
  • 983d1c4e28 Merge pull request #258 from boostorg/ttest Nick 2019-10-10 08:02:07 -04:00
  • ca559e76fb Anderson-Darling: Use statistics/univariate_statistics.hpp. Also fix log(0) bug by returning sensible infinity in this case. NAThompson 2019-10-09 10:31:52 -04:00
  • 4f166878f0 Performance numbers of t-test. [CI SKIP] NAThompson 2019-10-09 08:03:42 -04:00
  • 332b5b1679 One-sample t-test: Rearrangement of directory structure. Nick 2019-10-06 14:59:28 -04:00
  • 5c943bbfe0 Merge branch 'develop' into ttest [CI SKIP] Nick 2019-10-06 11:24:51 -04:00
  • 23fb494ab9 Merge pull request #257 from boostorg/anderson_darling Nick 2019-10-06 10:23:52 -04:00
  • f9ee90a1f1 T-test: Begin to attempt to back out the p-value [CI SKIP] Nick 2019-10-05 16:54:38 -04:00
  • 9e1a5f273a One-sample t-test [CI SKIP] Nick 2019-10-05 15:56:02 -04:00
  • da68ee767b Big tidy up of gamma function sterling code. adjust minimum argument for sterling to reduce error rates. Adjust expected errors accordingly. jzmaddock 2019-10-05 20:46:14 +01:00
  • f9593b0990 Anderson-Darling: Clarify definition via contrasting to the NIST definition. NAThompson 2019-10-05 14:15:42 -04:00
  • 147e9d13b6 regularised_gamma_prefix: no overflow possible for a,z < 1. jzmaddock 2019-10-02 19:47:58 +01:00
  • 2b4070b501 Anderson-Darling: Add documentation and kick off build. NAThompson 2019-09-28 17:20:06 -04:00
  • 8b84a9806c Merge branch 'develop' into anderson_darling [CI SKIP] NAThompson 2019-09-28 16:00:00 -04:00
  • 9839e242ae Anderson-Darling: Add test to Jamfile. [CI SKIP] NAThompson 2019-09-28 15:59:55 -04:00
  • 49d723c3a8 Anderson-Darling: Performance improvements [CI SKIP] NAThompson 2019-09-28 15:56:26 -04:00
  • 2c1175fe25 Anderson-Darling: Paranoid commit so I can revert if my optimizations break everything. [CI SKIP] NAThompson 2019-09-28 15:06:39 -04:00
  • c6858bd615 Anderson-Darling test: Compare to mathematica. [CI SKIP] NAThompson 2019-09-28 14:52:02 -04:00
  • fafd84d9d7 Apply Sterling's approximation to more gamma functions to improve multiprecision performance. See https://github.com/boostorg/math/issues/247. jzmaddock 2019-09-28 16:45:34 +01:00
  • 7e518418a0 Merge pull request #255 from boostorg/ecdf Nick 2019-09-26 07:59:57 -04:00
  • c76c2af1ce Empirical cumulative distribution function: Add bool flag for sorted. NAThompson 2019-09-25 13:05:58 -04:00
  • 9cb30d301a Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-09-25 15:03:22 +01:00
  • 74069cae48 Remove big_seventh.cpp as example is unused and anyway belongs in multiprecision. pabristow 2019-09-25 15:03:13 +01:00
  • 2cf42fbf20 Anderson-Darling. Still a mess [CI SKIP] NAThompson 2019-09-25 09:18:01 -04:00
  • ee555a0738 Empirical Cumulative Distribution function Nick 2019-09-24 11:00:07 -04:00
  • 72a66b109a Support integer distributions. Nick 2019-09-24 10:11:58 -04:00
  • 2bb436b821 Fix up graph Nick 2019-09-24 09:47:50 -04:00
  • 3a349bf2da Empirical cumulative distribution function. Nick 2019-09-24 09:44:16 -04:00
  • b9555d032d Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-09-21 18:02:39 +01:00
  • ad6aeb20a6 Skew normal: fix up moments to avoid accidental division by zero. Would otherwise occur when the shape is zero. Fixes: https://github.com/boostorg/math/issues/254. jzmaddock 2019-09-21 18:02:18 +01:00
  • bb226edf0e Merge pull request #253 from boostorg/issue_161 jzmaddock 2019-09-21 10:43:49 +01:00
  • f539601e9f test_roots: Correct #endif location! jzmaddock 2019-09-16 09:11:41 +01:00
  • 8e5f9b177c Merge branch 'develop' into issue_161 jzmaddock 2019-09-15 18:28:54 +01:00
  • 1b8a06f3ec roots.hpp: Update to newton_raphson_iterate and halley_iterate to catch cases where there is no root, or we are trapped in a local minima. Also suppress some warnings in polynomial.hpp and update tests. Fixes: https://github.com/boostorg/math/issues/161. jzmaddock 2019-09-15 14:39:50 +01:00
  • 3ce2b6b705 Merge pull request #251 from boostorg/no_multiprecision_depend jzmaddock 2019-09-14 17:03:22 +01:00
  • 8971f0740a Cast results of frexp to void so we don't get warnings from msvc. See: https://github.com/boostorg/math/issues/252. jzmaddock 2019-09-13 13:36:46 +01:00
  • 417d10c7e4 Add some more constants that are present in POSIX but absent from Boost.Math. jzmaddock 2019-09-13 13:35:33 +01:00