jzmaddock
9fc0965d57
Disable slow to compile test.
2025-04-22 16:02:34 +01:00
jzmaddock
9e6f2b1b40
Update Non central T PDF:
...
Lot's more tests, especially in the tails.
Added Hypergeometric and Integration methods as fallbacks.
2024-05-31 11:54:52 +01:00
jzmaddock
c69c393f36
Correct spurious underflow issues in non-central beta and t (also effects nc-F via beta).
...
See https://github.com/scipy/scipy/issues/20693 .
2024-05-16 18:28:32 +01:00
jzmaddock
eaf876c81e
Correct non-central-t series convergence bug.
...
Fixes https://github.com/boostorg/math/issues/1035 .
See also https://github.com/scipy/scipy/issues/19348 .
Accuracy in left tail is still poor, and the reflection formula appears to be to blame as it's use causes the series to cancel out the first term, but it appears we have no real choice in the matter here. At least we do now get a few digits correct.
2023-10-13 18:45:03 +01:00
jzmaddock
cf6cd75477
Improve error handling in non-central distributions. ( #963 )
...
* Improve error handling in non-central distributions.
* Try turning debug symbols off for msvc-14.0.
So we don't run out of disk space on CI.
2023-03-07 12:11:29 +00:00
Matt Borland
53e6658208
Fix for issue #800
2022-08-04 20:17:15 -07:00
Matt Borland
0569685944
Remove unused paratemers in test_nc_t
2022-07-02 19:47:26 -07:00
Brian Wignall
3c976e5e09
Fix typos
2019-12-24 21:42:09 -05:00
Brian Wignall
54770599d5
Fix more typos
2019-12-16 13:35:48 -05:00
Nick Thompson
9b14fff12e
Remove header deprecation warnings.
2019-08-10 08:50:12 -04:00
Nick Thompson
cf35d745d1
Remove unused typedef. Fix dangling reference to policy in airy. Pipe unused variables in compile test to /dev/null to suppress compiler warnings. Remove comment within comment.
2017-05-03 10:13:18 -06:00
jzmaddock
c6593b149b
Fix GCC test failures when building with -fno-exceptions.
2015-09-06 19:21:17 +01:00
jzmaddock
ba365b5aaa
Enable running of tests with exception handling off.
...
And fix a few bugs that showed up in the process.
Currently msvc-only (not GCC as Boost.Test doesn't build).
2015-09-05 19:08:28 +01:00
jzmaddock
008ed4d9b7
Add non central distributions to accuracy reporting.
2015-06-30 19:37:15 +01:00