Commit Graph

383 Commits

Author SHA1 Message Date
jzmaddock
b6895a63cb
Merge pull request #256 from boostorg/extend_sterling
Apply Sterling's approximation to more gamma functions to improve mul…
2019-10-20 11:40:17 +01:00
jzmaddock
75f77481a0 Update Lanczos generator program.
Add lanczos approximations for multiprecision types up to 100 digit precision.
Add tests for new approximations.
2019-10-18 17:58:31 +01:00
Nick Thompson
b8044215e0 Merge branch 'develop' into runs_test [CI SKIP] 2019-10-13 21:19:57 -04:00
Nick
6018bf7e8d Runs test: Get p-value from distribution of statistic. [CI SKIP] 2019-10-13 13:17:17 -04:00
Nick Thompson
692e40ea7b Ljung-Box: Add test to Jamfile.v2 2019-10-11 21:42:17 -04:00
Nick
332b5b1679 One-sample t-test: Rearrangement of directory structure. 2019-10-06 14:59:28 -04:00
NAThompson
8b84a9806c Merge branch 'develop' into anderson_darling [CI SKIP] 2019-09-28 16:00:00 -04:00
NAThompson
9839e242ae Anderson-Darling: Add test to Jamfile. [CI SKIP] 2019-09-28 15:59:55 -04:00
Nick
ee555a0738 Empirical Cumulative Distribution function 2019-09-24 11:00:07 -04:00
jzmaddock
68ad518415 Rename test in Jamfile.
Fixes: https://github.com/boostorg/math/pull/250
2019-09-07 12:57:08 +01:00
Nick
2edf4a9790
Merge pull request #244 from boostorg/cardinal_quintic_b_spline_1
Cardinal quintic b spline 1
2019-08-29 09:02:43 -04:00
Nick
6cf90a9e93
Merge pull request #234 from boostorg/jacobi_1
Jacobi polynomials [CI SKIP]
2019-08-29 08:43:20 -04:00
pabristow
2b4a15a8a5 Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-08-29 12:56:25 +01:00
pabristow
1219451047 [CI SKIP]increase tolerance from 3 to 5 eps for long double on test_recurrence.cpp to allow GCC-mingw to pass. 2019-08-29 12:55:54 +01:00
NAThompson
7c4f6e06e5 Merge develop [CI SKIP] 2019-08-28 15:52:21 -04:00
Nick
b543139d3a
Merge pull request #233 from boostorg/gegenbauer_1
Gegenbauer polynomials
2019-08-27 07:47:58 -04:00
NAThompson
0445f5c2cc Fix clang compiler operation Wno-literal-range 2019-08-20 07:28:00 -04:00
NAThompson
32100ebea4 Cardinal quintic B-spline interpolation: Add tests to jamfile and kick off build. 2019-08-18 11:09:05 -04:00
NAThompson
09d3ee47cf Jacobi polynomials: Tests and derivatives [CI SKIP] 2019-08-06 09:53:58 -04:00
NAThompson
a733b75005 Gegenbauer polynomials: Implement derivatives. [CI SKIP] 2019-08-04 15:15:52 -04:00
jzmaddock
88dd510a4f
Merge pull request #148 from boostorg/hypergeometric_soc_2014
Hypergeometrics
2019-08-03 21:54:34 +01:00
jzmaddock
bfb98d3446 pFq: Update Jamfile requirements for testing recurrence tools. 2019-08-02 12:00:58 +01:00
jzmaddock
531284b956 Fix missing dependencies in Jamfile. [CI SKIP] 2019-08-02 11:50:11 +01:00
jzmaddock
5d7206884b pFq: correct Jamfile. 2019-08-01 21:44:49 +01:00
jzmaddock
233bcfe1d8 pFq: simplify Jamfile. Fix instantiate.hpp. 2019-08-01 19:21:32 +01:00
jzmaddock
3130c30e4f pFq: Add tests for hypergeometric_pFq_precision.
Update docs.
Document recurrence tools.
2019-08-01 15:19:01 +01:00
jzmaddock
7ccac3f8af Merge branch 'hypergeometric_soc_2014' of https://github.com/boostorg/math into hypergeometric_soc_2014 2019-07-28 20:04:32 +01:00
jzmaddock
a426dfc911 refactor some tests so we don't get spurious CI failures. 2019-07-28 20:04:08 +01:00
jzmaddock
d0bdc5300b Hypergeometrics: Update to fix test failures, and improve reporting of compiler requirements. 2019-07-28 17:49:37 +01:00
Nick Thompson
27bc4146d9 Cardinal trigonometric interpolation. 2019-07-27 17:04:29 -04:00
jzmaddock
1e079d16be Correct Jamfile typo, fix casts for clang 2019-07-27 12:14:03 +01:00
jzmaddock
b0d3662ab6 1F1: Move long running tests into separate section of the Jamfile, disable tests on unsupported compilers. 2019-07-23 19:22:14 +01:00
jzmaddock
1511ec4d35 Merge branch 'develop' into hypergeometric_soc_2014 2019-07-19 18:55:27 +01:00
jzmaddock
b57c27b245 1F1: remove dead code from test_1F0.cpp, rebalance test grouping in Jamfile to avoid timeouts. 2019-07-19 09:54:27 +01:00
jzmaddock
5376702cc7 pFq: Add tests. 2019-07-17 18:24:07 +01:00
NAThompson
cfd5a353f6 Cardinal B-splines 2019-07-15 10:42:49 -04:00
jzmaddock
ed38d8f556 catmull_rom.hpp: Added missing include.
Fix concept tests and add them to the Jamfile.v2
Fixes: https://github.com/boostorg/math/issues/226
2019-07-06 09:00:50 +01:00
jzmaddock
472e34efc4 Merge branch 'develop' into hypergeometric_soc_2014 2019-07-02 18:12:43 +01:00
Nick Thompson
a3b60e647f Cardinal quadratic B-spline interpolation. 2019-06-26 08:50:00 -04:00
Nick
21daaf9a90
Merge pull request #219 from boostorg/whittaker_shannon
Whittaker shannon
2019-06-26 06:58:27 -04:00
pulver
95defb67df
Add make_ftuple(), digamma(), lgamma(), tgamma(), doc/test updates. (#218)
Improve tests and coverage. C++11/14 support. (@kedarbhat)
2019-06-25 17:31:48 -07:00
Nick Thompson
f5f52cfb2b Whittaker-Shannon: Add the test to test/Jamfile.v2. 2019-06-24 08:40:21 -04:00
Nick Thompson
91ef47c0eb Merge branch 'develop' into ooura_fourier_transform [CI SKIP] 2019-06-22 09:20:55 -04:00
Nick Thompson
3a8a44a327 Merge branch 'develop' into vector_barycentric 2019-06-19 07:21:03 -04:00
Nick Thompson
119c286bc6 Merge branch 'develop' into ooura_fourier_transform 2019-06-14 09:05:24 -04:00
Nick Thompson
81c92932a4 Get rid of scoped_lock to compile on clang. [CI SKIP] 2019-06-13 18:16:24 -04:00
jzmaddock
bb9ad4a909 1F1: Testing update, note that not all tests quite pass yet. 2019-06-04 17:54:06 +01:00
Nick
2f725f0299 Tests for vector-valued barycentric rational. [CI SKIP] 2019-05-29 15:52:23 -04:00
jzmaddock
0531fd715c catmull_rom: further split up test case to avoid over large obj files. 2019-05-26 10:03:53 +01:00
jzmaddock
aa44b78885 Split catmull_rom_test into 2 and fix clang conversion issue. 2019-05-25 18:27:08 +01:00