2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00
Commit Graph

2279 Commits

Author SHA1 Message Date
Nick Thompson
2e5f67fa11 Makima interpolation: pimpl it. [CI SKIP] 2020-01-05 19:27:10 -05:00
Nick Thompson
e4c4f6db94 Makima spline: First build. 2020-01-05 17:42:17 -05:00
Nick Thompson
31c5daf921 Fix evaluation bug. [CI SKIP] 2020-01-05 14:05:43 -05:00
Nick Thompson
936bba1d9e Makima: Implement quadratic extrapolation at left-hand boundary [CI SKIP] 2020-01-05 13:26:10 -05:00
Nick Thompson
1d984f4fe7 Makima spline: Improve performance of evaluation [CI SKIP] 2020-01-05 11:53:10 -05:00
Nick Thompson
1f426a0e95 Makima spline: Copyright year. [CI SKIP] 2020-01-04 12:29:07 -05:00
Nick Thompson
8b248a92b0 Makima spline: Sketch out a little more [CI SKIP] 2020-01-04 12:05:45 -05:00
NAThompson
ccc8726e48 makima spline [CI SKIP] 2020-01-03 17:21:11 -05:00
NAThompson
87bb7d29fb Readable code for interquartile_range. 2019-12-31 12:53:01 -05:00
NAThompson
ff528a8f1d Commit working version before changing to readable code. 2019-12-31 12:29:05 -05:00
Nick Thompson
f943649e68 First pass at interquartile range. 2019-12-29 15:34:22 -05:00
Nick
e5f019c62a Merge branch 'develop' into distribution_entropy 2019-12-27 14:05:19 -05:00
Brian Wignall
8b277e3ff3 Fix more typos 2019-12-26 09:18:02 -05:00
Brian Wignall
e3a45bd10b Fix typos, after fixing bug in typochecker 2019-12-25 22:42:26 -05:00
Brian Wignall
3c976e5e09 Fix typos 2019-12-24 21:42:09 -05:00
Nick Thompson
d723bb86d9 Fix ADL in Student's t entropy. 2019-12-24 12:50:22 -05:00
NAThompson
9505fe70e7 Merge branch 'develop' into distribution_entropy 2019-12-23 16:07:48 -05:00
NAThompson
f649d7dc99 Entropy of Student's t distribution [CI SKIP] 2019-12-23 15:54:08 -05:00
NAThompson
91eeb179b5 Add lognormal entropy [CI SKIP] 2019-12-23 14:18:47 -05:00
Nick
1a8fd99078 Merge pull request #286 from bwignall/typo
Fix more typos, via latest version of typochecker tool
2019-12-23 14:03:57 -05:00
NAThompson
20f553d37c Document entropy. Add entropy of gamma distribution. [CI SKIP] 2019-12-23 13:59:49 -05:00
NAThompson
1e9c819300 More entropy for continuous distributions [CI SKIP] 2019-12-23 12:43:44 -05:00
NAThompson
64eea0438e Entropy for a couple more distributions. [CI SKIP] 2019-12-23 11:39:59 -05:00
NAThompson
d741d995dc Entropy of distributions. 2019-12-23 10:45:02 -05:00
Nick
6d372ceace Merge pull request #285 from neheb/patch-3
roots: Use boost::math::copysign
2019-12-23 10:20:36 -05:00
NAThompson
3b0bf08bba Fix build error on MSVC by including <stdexcept> 2019-12-23 09:30:58 -05:00
Nick
764348adce Merge pull request #288 from MarcusKlik/cubic-spline-guard
Fix typo in cardinal cubic spline header guard
2019-12-21 14:30:56 -05:00
Nick
b2c91aa2b7 Merge pull request #280 from boostorg/i278
Fixes #278 non BOOST-prefixed macros
2019-12-21 14:29:31 -05:00
Rosen Penev
5f8561bcfd roots: Use boost::math::copysign when std version not available
std::copysign is not available with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-20 20:01:56 -08:00
markklik
5393a606f3 Fix typo in cardinal cubic spline header guard 2019-12-20 17:19:40 +01:00
Brian Wignall
df17d11299 Fix more typos, via latest version of typochecker tool 2019-12-20 10:41:42 -05:00
Rosen Penev
5f19fd7dc6 roots: Fix fma_workaround
fma takes three parameters, not one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-19 18:03:11 -08:00
Christopher Kormanyos
21582b4310 Fixes #278 non BOOST-prefixed macros 2019-12-16 22:47:44 +01:00
Brian Wignall
54770599d5 Fix more typos 2019-12-16 13:35:48 -05:00
NAThompson
8c9fc93094 Fix ADL for sqrt in univariate_statistics.hpp. 2019-12-12 10:59:49 -05:00
Brian Wignall
ccff3fd1b3 Fix typos 2019-12-01 08:06:17 -05:00
Nick
f91d85b38c Merge pull request #265 from boostorg/least_squares
Linear regression
2019-10-27 12:30:21 -04:00
NAThompson
869949a657 Cut down on the warnings that I've introduced slowly over time 2019-10-25 08:49:36 -04:00
NAThompson
c94557d1f5 Documentation and R^2. 2019-10-20 14:32:30 -04:00
jzmaddock
8fd14f53a3 Fix error handling for evaluation of gamma at zero in undefined_lanczos case. 2019-10-20 15:11:48 +01:00
Nick Thompson
293eab2b0c Linear regression [CI SKIP] 2019-10-20 10:01:26 -04: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
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
jzmaddock
c52983cef0 Fix constructibility test in big_constant.hpp. 2019-10-18 17:55:24 +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
1162352a0c Merge pull request #259 from boostorg/ljung_box
Ljung-Box test
2019-10-13 20:34:35 -04:00
Nick Thompson
c437f61911 Merge branch 'develop' into runs_test [CI SKIP] 2019-10-13 19:47:47 -04:00