Commit Graph

  • d75659faf9 Remove fake boost_math library target; no longer required cc Peter Dimov 2019-10-24 20:15:51 +0300
  • baa161279c Cut down on the warnings that I've introduced slowly over time NAThompson 2019-10-25 08:49:36 -0400
  • 205e9a0dc9 Restore default colors to the terminal after changing them for error messages [CI SKIP] Nick 2019-10-22 10:05:14 -0400
  • 72e469da0a Update version number in docs. [CI SKIP] jzmaddock 2019-10-26 11:03:35 +0100
  • 09eb328bf1 Merge branch 'develop' jzmaddock 2019-10-20 20:22:43 +0100
  • a716b525ef Add some comments to math.css with regard to editing. [CI SKIP] jzmaddock 2019-10-20 20:18:29 +0100
  • 3934e61d7c Update history and regenerate docs. Tweak some hypergeometric html file names for consistency. [CI SKIP] jzmaddock 2019-10-20 20:07:56 +0100
  • 8fd14f53a3 Fix error handling for evaluation of gamma at zero in undefined_lanczos case. jzmaddock 2019-10-20 15:11:48 +0100
  • b6895a63cb
    Merge pull request #256 from boostorg/extend_sterling jzmaddock 2019-10-20 11:40:17 +0100
  • ee8d3a8283 Adjust expected error rates on MacOS X. Update history. jzmaddock 2019-10-19 12:02:08 +0100
  • 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 +0100
  • c52983cef0 Fix constructibility test in big_constant.hpp. jzmaddock 2019-10-18 17:55:24 +0100
  • 800177cf53
    Merge pull request #262 from boostorg/appveyor_tlc Nick 2019-10-16 07:25:03 -0400
  • f3a0c0658f
    Merge pull request #260 from boostorg/runs_test Nick 2019-10-15 08:39:26 -0400
  • 11188f47eb Also remove duplicated test of misc. NAThompson 2019-10-14 14:26:18 -0400
  • 6e008886f9 Remove duplicated quadrature test in appveyor. NAThompson 2019-10-14 12:59:45 -0400
  • fe25853c27 Actually fix warning [CI SKIP] Nick 2019-10-14 08:52:27 -0400
  • 3a95fdcf40 Runs test: Trivial doc edits and kick off build. Nick Thompson 2019-10-13 21:22:46 -0400
  • b8044215e0 Merge branch 'develop' into runs_test [CI SKIP] Nick Thompson 2019-10-13 21:19:57 -0400
  • ca233a7ea0 Runs test [CI SKIP] Nick Thompson 2019-10-13 21:17:14 -0400
  • 1162352a0c
    Merge pull request #259 from boostorg/ljung_box Nick 2019-10-13 20:34:35 -0400
  • c437f61911 Merge branch 'develop' into runs_test [CI SKIP] Nick Thompson 2019-10-13 19:47:47 -0400
  • 21919de14c Runs test: Performance improvements [CI SKIP] Nick Thompson 2019-10-13 19:47:43 -0400
  • 5e15bc8def Remove unused typedef in vector barycentric [CI SKIP] Nick Thompson 2019-10-13 16:20:30 -0400
  • 6018bf7e8d Runs test: Get p-value from distribution of statistic. [CI SKIP] Nick 2019-10-13 13:17:17 -0400
  • 2adaa0334b Runs test [CI SKIP] Nick Thompson 2019-10-13 10:02:02 -0400
  • 3c4f464398 Merge branch 'ljung_box' of https://github.com/boostorg/math into ljung_box Nick 2019-10-12 17:02:00 -0400
  • bb68ab82d4 Ljung-Box: Loosen up tolerance on test [CI SKIP] Nick 2019-10-12 17:01:51 -0400
  • 566ed597f6 Sterling: fix expected error rates, update docs. jzmaddock 2019-10-12 19:35:44 +0100
  • 692e40ea7b Ljung-Box: Add test to Jamfile.v2 Nick Thompson 2019-10-11 21:42:17 -0400
  • 703d7f13be Ljung-Box: Change definition of test statistic to demonstrate mean-removal. Nick 2019-10-11 11:25:38 -0400
  • a2898a51b0 Ljung-Box: Demean the data [CI SKIP] NAThompson 2019-10-11 08:51:25 -0400
  • 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 +0100
  • a417d206da Ljung-Box: Documentation [CI SKIP] NAThompson 2019-10-10 15:34:36 -0400
  • a10fca1fb2 Merge branch 'develop' into ljung_box [CI SKIP] NAThompson 2019-10-10 08:16:06 -0400
  • f01ed0b0d4 Ljung-Box test [CI SKIP] Nick 2019-10-10 08:11:58 -0400
  • 983d1c4e28
    Merge pull request #258 from boostorg/ttest Nick 2019-10-10 08:02:07 -0400
  • 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 -0400
  • 4f166878f0 Performance numbers of t-test. [CI SKIP] NAThompson 2019-10-09 08:03:42 -0400
  • 332b5b1679 One-sample t-test: Rearrangement of directory structure. Nick 2019-10-06 14:59:28 -0400
  • 5c943bbfe0 Merge branch 'develop' into ttest [CI SKIP] Nick 2019-10-06 11:24:51 -0400
  • 23fb494ab9
    Merge pull request #257 from boostorg/anderson_darling Nick 2019-10-06 10:23:52 -0400
  • f9ee90a1f1 T-test: Begin to attempt to back out the p-value [CI SKIP] Nick 2019-10-05 16:54:38 -0400
  • 9e1a5f273a One-sample t-test [CI SKIP] Nick 2019-10-05 15:56:02 -0400
  • 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 +0100
  • f9593b0990 Anderson-Darling: Clarify definition via contrasting to the NIST definition. NAThompson 2019-10-05 14:15:42 -0400
  • 147e9d13b6 regularised_gamma_prefix: no overflow possible for a,z < 1. jzmaddock 2019-10-02 19:47:58 +0100
  • 2b4070b501 Anderson-Darling: Add documentation and kick off build. NAThompson 2019-09-28 17:20:06 -0400
  • 8b84a9806c Merge branch 'develop' into anderson_darling [CI SKIP] NAThompson 2019-09-28 16:00:00 -0400
  • 9839e242ae Anderson-Darling: Add test to Jamfile. [CI SKIP] NAThompson 2019-09-28 15:59:55 -0400
  • 49d723c3a8 Anderson-Darling: Performance improvements [CI SKIP] NAThompson 2019-09-28 15:56:26 -0400
  • 2c1175fe25 Anderson-Darling: Paranoid commit so I can revert if my optimizations break everything. [CI SKIP] NAThompson 2019-09-28 15:06:39 -0400
  • c6858bd615 Anderson-Darling test: Compare to mathematica. [CI SKIP] NAThompson 2019-09-28 14:52:02 -0400
  • 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 +0100
  • 7e518418a0
    Merge pull request #255 from boostorg/ecdf Nick 2019-09-26 07:59:57 -0400
  • c76c2af1ce Empirical cumulative distribution function: Add bool flag for sorted. NAThompson 2019-09-25 13:05:58 -0400
  • 2cf42fbf20 Anderson-Darling. Still a mess [CI SKIP] NAThompson 2019-09-25 09:18:01 -0400
  • ee555a0738 Empirical Cumulative Distribution function Nick 2019-09-24 11:00:07 -0400
  • 72a66b109a Support integer distributions. Nick 2019-09-24 10:11:58 -0400
  • 2bb436b821 Fix up graph Nick 2019-09-24 09:47:50 -0400
  • 3a349bf2da Empirical cumulative distribution function. Nick 2019-09-24 09:44:16 -0400
  • b9555d032d Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-09-21 18:02:39 +0100
  • 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 +0100
  • bb226edf0e
    Merge pull request #253 from boostorg/issue_161 jzmaddock 2019-09-21 10:43:49 +0100
  • f539601e9f test_roots: Correct #endif location! jzmaddock 2019-09-16 09:11:41 +0100
  • 8e5f9b177c
    Merge branch 'develop' into issue_161 jzmaddock 2019-09-15 18:28:54 +0100
  • 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 +0100
  • 3ce2b6b705
    Merge pull request #251 from boostorg/no_multiprecision_depend jzmaddock 2019-09-14 17:03:22 +0100
  • 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 +0100
  • 417d10c7e4 Add some more constants that are present in POSIX but absent from Boost.Math. jzmaddock 2019-09-13 13:35:33 +0100
  • 97ff1ef8a0 Add constant log2_e. jzmaddock 2019-09-12 13:33:13 +0100
  • 0f7b469ccb roots.hpp: rework quadratic_roots so that integer types are promoted to double. Add workaround for platforms with no std::fma. Fixes https://github.com/boostorg/math/pull/249. jzmaddock 2019-09-12 09:01:29 +0100
  • a84ae41bf6 Add multiprecision test to continued fractions. jzmaddock 2019-09-10 18:22:33 +0100
  • d77474460a Remove dependencies on multiprecision. jzmaddock 2019-09-10 18:21:32 +0100
  • 7a9ae5fd51 Add missing include guards. [CI SKIP] jzmaddock 2019-09-10 10:46:42 +0100
  • 77601782cd Merge branch 'develop' of https://github.com/boostorg/math into develop jzmaddock 2019-09-07 13:10:34 +0100
  • 8b447175b4
    Merge pull request #250 from jeremy7nelson/develop-regression Nick 2019-09-07 08:00:51 -0400
  • 68ad518415 Rename test in Jamfile. Fixes: https://github.com/boostorg/math/pull/250 jzmaddock 2019-09-07 12:57:08 +0100
  • 9f376ca324 Remove missing test from Jamfile. Jeremy Nelson 2019-09-06 16:37:37 -0700
  • 4294260812
    Merge pull request #245 from boostorg/deprecate_cubic_b_spline Nick 2019-08-30 08:02:41 -0400
  • e94d23b1f6 [CI SKIP]Some missing files that should be in the git index? pabristow 2019-08-30 12:46:58 +0100
  • 22cdedec01 Merge branch 'compilance' into develop pabristow 2019-08-29 14:31:20 +0100
  • 2edf4a9790
    Merge pull request #244 from boostorg/cardinal_quintic_b_spline_1 Nick 2019-08-29 09:02:43 -0400
  • e8b9c12886 Make sure not to allow instantiation on integer types. [CI SKIP] NAThompson 2019-08-29 09:02:20 -0400
  • 6cf90a9e93
    Merge pull request #234 from boostorg/jacobi_1 Nick 2019-08-29 08:43:20 -0400
  • 2b4a15a8a5 Merge branch 'develop' of https://github.com/boostorg/math into develop pabristow 2019-08-29 12:56:25 +0100
  • 1219451047 [CI SKIP]increase tolerance from 3 to 5 eps for long double on test_recurrence.cpp to allow GCC-mingw to pass. pabristow 2019-08-29 12:55:54 +0100
  • 1f0c1bb8dc Documentation for Jacobi polynomials. NAThompson 2019-08-28 16:21:03 -0400
  • 7c4f6e06e5 Merge develop [CI SKIP] NAThompson 2019-08-28 15:52:21 -0400
  • b543139d3a
    Merge pull request #233 from boostorg/gegenbauer_1 Nick 2019-08-27 07:47:58 -0400
  • 1c6b7b50a3 Gegenbauer polynomials: Add gegenbauer_prime and kick off build. NAThompson 2019-08-23 09:23:34 -0400
  • 66d64bd528 [CI SKIP] add boost-no-inspect to avoid check son .js files in docs. pabristow 2019-08-23 14:08:36 +0100
  • d584cce027 [CI SKIP] revert test_recurrence.cpp to try to find cause of failure of test with GCC long double. pabristow 2019-08-23 14:06:26 +0100
  • 0ab00c3f9d [CI SKIP] changes to get inspect program problem-free, but one test failure in recurrence.cpp pabristow 2019-08-23 09:25:22 +0100
  • caf1883788 Deprecate cubic B-spline for cardinal cubic B-spline [CI SKIP] NAThompson 2019-08-22 09:35:05 -0400
  • 0445f5c2cc Fix clang compiler operation Wno-literal-range NAThompson 2019-08-20 07:28:00 -0400
  • 7364de0090 Cardinal Quintic B-spline: Derivative estimation. [CI SKIP] NAThompson 2019-08-18 12:08:34 -0400
  • 648d2b0022 Merge branch 'develop' into cardinal_quintic_b_spline_1 NAThompson 2019-08-18 11:10:03 -0400
  • 32100ebea4 Cardinal quintic B-spline interpolation: Add tests to jamfile and kick off build. NAThompson 2019-08-18 11:09:05 -0400
  • cf48e191a6
    Merge pull request #240 from boostorg/cardinal_b_spline_derivatives Nick 2019-08-18 09:21:41 -0400