2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
ckormanyos
03085568a9 Increase tols for some updated MSVC runners 2024-12-19 15:38:12 +01:00
jzmaddock
94740deff5 Adjust linear_regression_test.cpp error rates for apple/clang. 2024-04-26 09:13:02 +01:00
jzmaddock
fae96bf542 S390x testing: make all the tests 128-bit float safe.
* Remove tests we don't need right now.
!!!REVERT THIS COMMIT BEFORE MERGING!!!

* Add s390x testing to drone.

* Correct drone file.

* Correct drone file (again)

* Prevent complete cancellation in bessel_jy logic.

* Correct testing for 128-bit floats.

* Make some more tests 128-bit long double safe.

* Make more tests 128-bit float safe.

* Fix some more 128-bit testing issues.

* More 128-bit float fixes.

* Make more tests 128-bit float safe.

* Fix up remaining tests for 128-bit floats.

* Yet more 128-bit float test case fixes.

* Fix up more tests for 128-bit floats and non-intel platforms.

* Fix up more tests to be 128-bit long double safe.

* More test case adjustments.

* More 128-bit float error rate adjustments.

* Fixes for autodiff tests

* Two more test fixes.

* Fix up daubechies_scaling_test.cpp and reinstate full CI.

Co-authored-by: Matt Borland <matt@mattborland.com>
2023-01-11 18:31:05 +00:00
jzmaddock
f371e87b6e Fix up test programs to work with BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS.
Add more tests to CI.
2021-02-07 19:35:01 +00:00
Nick
3b9f5adccc Increase tolerable ULPs in linear regression. 2021-01-11 13:24:25 -05:00
Matt Borland
579d89c163 Add integer support to linear regression (#484)
* Add integer support to linear regression

* Fix for MSVC error C2668: 'fpclassify' [CI SKIP]

* Fix naming [CI SKIP]
2021-01-09 12:15:43 -05:00
NAThompson
03489ffe08 Ordinary least squares: Increase expected error rates slightly to get build to pass on Windows. 2019-10-25 08:24:57 -04:00
NAThompson
e8effeb055 Add tests of various scaling laws for simple ordinary least squares. 2019-10-21 09:16:21 -04:00
Nick Thompson
88f16b64a4 Add permutation test. 2019-10-20 20:26:32 -04:00
NAThompson
c94557d1f5 Documentation and R^2. 2019-10-20 14:32:30 -04:00