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

1492 Commits

Author SHA1 Message Date
Nick
8213c19b30 Merge pull request #306 from boostorg/quintic_hermite
Quintic Hermite interpolation
2020-01-25 08:08:50 +08:00
jzmaddock
cb1b9c102e Fix typo from https://github.com/boostorg/math/pull/309 and change latex in comment to match the new equation. 2020-01-24 13:10:47 +00:00
Eduardo García-Portugués
286709aecd Change equation in documentation 2020-01-23 22:17:15 +01:00
Nick
b1996cbe21 Merge branch 'develop' into quintic_hermite 2020-01-19 09:49:42 -05:00
Nick
c9c4b33353 Merge pull request #298 from boostorg/cubic_hermite
Cubic Hermite spline interpolation.
2020-01-19 09:48:23 -05:00
Nick Thompson
2a37abd93a Cubic Hermite spline: Backend pchip and makima to cubic_hermite. 2020-01-18 14:11:31 -05:00
NAThompson
408392dff0 Update timing [CI SKIP] 2020-01-17 17:39:48 -05:00
NAThompson
32f7e35012 Quintic Hermite: Remove irrelevant information from docs [CI SKIP] 2020-01-16 18:09:58 -05:00
NAThompson
0242d1ac6b Quintic Hermite: Fix #include, fix docs, add test to Jamfile. 2020-01-16 18:08:34 -05:00
NAThompson
de67bcb45c Quintic Hermite interpolation [CI SKIP] 2020-01-16 16:31:32 -05:00
jzmaddock
6d900c436c Merge pull request #302 from boostorg/no_mpl_dispatching
Remove dispatching via mpl and stick to boost::integral_constant.
2020-01-14 09:38:53 +00:00
jzmaddock
1e0179c883 Remove dispatching via mpl and stick to boost::integral_constant.
Simplify the dispatching logic to use mpl::if_ and broken compiler workarounds less often.
Fixes: https://github.com/boostorg/type_traits/issues/133.
2020-01-13 15:14:48 +00:00
Brian Wignall
740a73c523 Fix typos 2020-01-12 15:30:30 -05:00
NAThompson
d8c2219a23 Cubic Hermite spline interpolation. [CI SKIP] 2020-01-10 13:41:11 -05:00
NAThompson
d7079597c0 PCHIP: Reproduce figure 5a of Fritsch and Carlson. [CI SKIP] 2020-01-09 15:42:13 -05:00
NAThompson
6ce45899b6 PCHIP interpolation. 2020-01-09 14:17:08 -05:00
NAThompson
90411e58bb Implement update, implement .prime(), compatibility with boost::circular_buffer. 2020-01-08 16:09:57 -05:00
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
1d984f4fe7 Makima spline: Improve performance of evaluation [CI SKIP] 2020-01-05 11:53:10 -05:00
Nick Thompson
8cc3884642 Makima spline documentation [CI SKIP] 2020-01-04 13:18:49 -05:00
NAThompson
ff528a8f1d Commit working version before changing to readable code. 2019-12-31 12:29:05 -05:00
Nick
e5f019c62a Merge branch 'develop' into distribution_entropy 2019-12-27 14:05:19 -05:00
Brian Wignall
56740d2257 Fix more typos, after another typochecker bug fix 2019-12-26 09:33:10 -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
NAThompson
9505fe70e7 Merge branch 'develop' into distribution_entropy 2019-12-23 16:07:48 -05:00
NAThompson
20f553d37c Document entropy. Add entropy of gamma distribution. [CI SKIP] 2019-12-23 13:59:49 -05:00
Brian Wignall
df17d11299 Fix more typos, via latest version of typochecker tool 2019-12-20 10:41:42 -05:00
pabristow
e504da1b44 [CI SKIP]Docs rebuilt with Brian Wignall's typos corrected. 2019-12-18 13:00:23 +00:00
Brian Wignall
54770599d5 Fix more typos 2019-12-16 13:35:48 -05:00
jzmaddock
7d905192a2 Fix doubled word [CI SKIP] 2019-12-03 17:19:09 +00:00
Brian Wignall
ccff3fd1b3 Fix typos 2019-12-01 08:06:17 -05:00
pabristow
a8660d3434 Add missing def for math_constants 2019-11-12 12:02:14 +00:00
pabristow
e06b325e7d Merge branch 'develop' of https://github.com/boostorg/math into develop 2019-11-12 09:35:13 +00:00
pabristow
5aacc3e167 Add missing file big_seventh.cpp 2019-11-12 09:34:48 +00:00
NAThompson
9979afa351 Remove big_seventh.cpp from docs. 2019-11-11 14:47:11 -05:00
Nick
f91d85b38c Merge pull request #265 from boostorg/least_squares
Linear regression
2019-10-27 12:30:21 -04:00
jzmaddock
d87a27ae66 Update version number in docs.
[CI SKIP]
2019-10-26 11:03:35 +01:00
jzmaddock
a716b525ef Add some comments to math.css with regard to editing.
[CI SKIP]
2019-10-20 20:18:29 +01:00
jzmaddock
3934e61d7c Update history and regenerate docs.
Tweak some hypergeometric html file names for consistency.
[CI SKIP]
2019-10-20 20:08:19 +01:00
NAThompson
c94557d1f5 Documentation and R^2. 2019-10-20 14:32:30 -04: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
ee8d3a8283 Adjust expected error rates on MacOS X. Update history. 2019-10-19 12:02:08 +01:00
Nick Thompson
3a95fdcf40 Runs test: Trivial doc edits and kick off build. 2019-10-13 21:22:46 -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
6018bf7e8d Runs test: Get p-value from distribution of statistic. [CI SKIP] 2019-10-13 13:17:17 -04:00