Commit Graph

1759 Commits

Author SHA1 Message Date
NAThompson
baa161279c Cut down on the warnings that I've introduced slowly over time 2019-10-31 17:55:37 +00:00
Nick
205e9a0dc9 Restore default colors to the terminal after changing them for error messages [CI SKIP] 2019-10-31 17:55:36 +00:00
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
ee8d3a8283 Adjust expected error rates on MacOS X. Update history. 2019-10-19 12:02:08 +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
f3a0c0658f
Merge pull request #260 from boostorg/runs_test
Runs test [CI SKIP]
2019-10-15 08:39:26 -04:00
Nick
fe25853c27 Actually fix warning [CI SKIP] 2019-10-14 08:52:27 -04:00
Nick Thompson
b8044215e0 Merge branch 'develop' into runs_test [CI SKIP] 2019-10-13 21:19:57 -04:00
Nick Thompson
ca233a7ea0 Runs test [CI SKIP] 2019-10-13 21:17:14 -04:00
Nick Thompson
21919de14c Runs test: Performance improvements [CI SKIP] 2019-10-13 19:47:43 -04:00
Nick
6018bf7e8d Runs test: Get p-value from distribution of statistic. [CI SKIP] 2019-10-13 13:17:17 -04:00
Nick
3c4f464398 Merge branch 'ljung_box' of https://github.com/boostorg/math into ljung_box 2019-10-12 17:02:00 -04:00
Nick
bb68ab82d4 Ljung-Box: Loosen up tolerance on test [CI SKIP] 2019-10-12 17:01:51 -04:00
jzmaddock
566ed597f6 Sterling: fix expected error rates, update docs. 2019-10-12 19:35:44 +01:00
Nick Thompson
692e40ea7b Ljung-Box: Add test to Jamfile.v2 2019-10-11 21:42:17 -04:00
Nick
703d7f13be Ljung-Box: Change definition of test statistic to demonstrate mean-removal. 2019-10-11 11:25:38 -04:00
NAThompson
a2898a51b0 Ljung-Box: Demean the data [CI SKIP] 2019-10-11 08:51:25 -04:00
jzmaddock
238436ee07 Sterling: extend Sterling's approximation to the beta functions.
Adjust expected error rates accordingly.
Fixes https://github.com/boostorg/math/issues/247.
2019-10-11 11:12:02 +01:00
NAThompson
a10fca1fb2 Merge branch 'develop' into ljung_box [CI SKIP] 2019-10-10 08:16:06 -04:00
Nick
f01ed0b0d4 Ljung-Box test [CI SKIP] 2019-10-10 08:11:58 -04:00
NAThompson
4f166878f0 Performance numbers of t-test. [CI SKIP] 2019-10-09 08:03:42 -04:00
Nick
332b5b1679 One-sample t-test: Rearrangement of directory structure. 2019-10-06 14:59:28 -04:00
Nick
5c943bbfe0 Merge branch 'develop' into ttest [CI SKIP] 2019-10-06 11:24:51 -04:00
Nick
f9ee90a1f1 T-test: Begin to attempt to back out the p-value [CI SKIP] 2019-10-05 16:54:38 -04:00
Nick
9e1a5f273a One-sample t-test [CI SKIP] 2019-10-05 15:56:02 -04:00
jzmaddock
da68ee767b Big tidy up of gamma function sterling code.
adjust minimum argument for sterling to reduce error rates.
Adjust expected errors accordingly.
2019-10-05 20:46:14 +01: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
NAThompson
49d723c3a8 Anderson-Darling: Performance improvements [CI SKIP] 2019-09-28 15:56:26 -04:00
NAThompson
c6858bd615 Anderson-Darling test: Compare to mathematica. [CI SKIP] 2019-09-28 14:52:02 -04:00
jzmaddock
fafd84d9d7 Apply Sterling's approximation to more gamma functions to improve multiprecision performance.
See https://github.com/boostorg/math/issues/247.
2019-09-28 16:45:34 +01:00
NAThompson
2cf42fbf20 Anderson-Darling. Still a mess [CI SKIP] 2019-09-25 09:18:01 -04:00
Nick
ee555a0738 Empirical Cumulative Distribution function 2019-09-24 11:00:07 -04:00
Nick
3a349bf2da Empirical cumulative distribution function. 2019-09-24 09:44:16 -04:00
jzmaddock
b9555d032d Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-09-21 18:02:39 +01:00
jzmaddock
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.
2019-09-21 18:02:18 +01:00
jzmaddock
f539601e9f test_roots: Correct #endif location! 2019-09-16 09:11:41 +01:00
jzmaddock
8e5f9b177c
Merge branch 'develop' into issue_161 2019-09-15 18:28:54 +01:00
jzmaddock
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.
2019-09-15 14:39:50 +01:00
jzmaddock
3ce2b6b705
Merge pull request #251 from boostorg/no_multiprecision_depend
No multiprecision depend
2019-09-14 17:03:22 +01:00
jzmaddock
417d10c7e4 Add some more constants that are present in POSIX but absent from Boost.Math. 2019-09-13 13:35:33 +01:00
jzmaddock
97ff1ef8a0 Add constant log2_e. 2019-09-12 13:33:13 +01:00
jzmaddock
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.
2019-09-12 09:01:29 +01:00
jzmaddock
68ad518415 Rename test in Jamfile.
Fixes: https://github.com/boostorg/math/pull/250
2019-09-07 12:57:08 +01:00
Nick
4294260812
Merge pull request #245 from boostorg/deprecate_cubic_b_spline
Deprecate cubic B-spline for cardinal cubic B-spline [CI SKIP]
2019-08-30 08:02:41 -04:00
pabristow
e94d23b1f6 [CI SKIP]Some missing files that should be in the git index? 2019-08-30 12:46:58 +01:00
pabristow
22cdedec01 Merge branch 'compilance' into develop 2019-08-29 14:31:20 +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