John Maddock
6414e27179
Fix expected failure rates for platforms with no long doubles.
...
[SVN r65972]
2010-10-15 10:33:13 +00:00
John Maddock
5e2d4a0fa3
Disable long double tests if the config check fails.
...
[SVN r65971]
2010-10-15 10:30:11 +00:00
John Maddock
8fc5c3a2a7
Add trivial Jamfile
...
[SVN r65951]
2010-10-14 07:48:30 +00:00
John Maddock
115e14a9a6
Add some notes about calling functions where the return type can not be deduced.
...
Regenerate docs.
[SVN r65810]
2010-10-07 16:08:53 +00:00
John Maddock
f66e03bd5e
Add some notes about calling functions where the return type can not be deduced.
...
Regenerate docs.
[SVN r65809]
2010-10-07 16:02:17 +00:00
John Maddock
0bc7181e61
Lots of minor fixes: mostly configuration issues.
...
Change to use std::tuple when available.
Add two new distributions: inverse gamma and inverse chi squared.
[SVN r65749]
2010-10-04 15:17:21 +00:00
John Maddock
addb71354b
Add more workaround code for numeric underflow/overflow.
...
[SVN r65714]
2010-10-01 15:54:03 +00:00
John Maddock
60eac640bd
Fix warning about unused variable.
...
[SVN r65713]
2010-10-01 15:53:15 +00:00
Paul A. Bristow
669ce3a713
Corrected formulae for pdf and cdf.
...
[SVN r65695]
2010-09-30 18:03:33 +00:00
John Maddock
bbc5edfe1c
Add concept checks for new distributions.
...
Fix Linux gcc failures for new distributions.
[SVN r65694]
2010-09-30 17:16:14 +00:00
Paul A. Bristow
654d06c5d1
Commented out inverse_gamma example
...
[SVN r65684]
2010-09-29 18:00:36 +00:00
John Maddock
e2cfef8d78
Fix mismatched [ and ].
...
Regenerate docs.
[SVN r65683]
2010-09-29 17:57:58 +00:00
Paul A. Bristow
b43db43605
Missing bracket in pdf formula.
...
[SVN r65682]
2010-09-29 17:54:11 +00:00
John Maddock
890024eb2e
Fix a few typos.
...
[SVN r65679]
2010-09-29 16:59:03 +00:00
Paul A. Bristow
0a77c6ea5b
Added two new distributions.
...
[SVN r65675]
2010-09-29 13:48:10 +00:00
Paul A. Bristow
6d2c7ab45a
New section
...
[SVN r65674]
2010-09-29 13:46:42 +00:00
Paul A. Bristow
9bc909ef38
New graphs for inverse gamma and chi square new distributions
...
[SVN r65673]
2010-09-29 13:45:18 +00:00
Paul A. Bristow
c9d12f3590
New graphs for inverse gamma and chi square new distributions
...
[SVN r65672]
2010-09-29 13:44:01 +00:00
Paul A. Bristow
304017dd41
New graphs for inverse gamma and chi square new distributions
...
[SVN r65671]
2010-09-29 13:41:16 +00:00
Paul A. Bristow
91197d8101
New graphs for inverse gamma and chi square new distributions
...
[SVN r65670]
2010-09-29 13:35:59 +00:00
Paul A. Bristow
fecb8d87c4
New graphs for inverse gamma and chi square new distributions
...
[SVN r65669]
2010-09-29 13:35:04 +00:00
Paul A. Bristow
f56a97cc71
New section.
...
[SVN r65668]
2010-09-29 13:23:00 +00:00
Paul A. Bristow
be4bd91753
Changed to avoid using namespace boost::math
...
[SVN r65665]
2010-09-29 10:32:55 +00:00
Paul A. Bristow
7050b81300
Full read through, many minor edits, added two new distributions, including graphs. New items for 1.45 added, new credits, and new FAQ section.
...
[SVN r65664]
2010-09-29 09:23:59 +00:00
Paul A. Bristow
3da28647bf
Added two new distributions.
...
[SVN r65663]
2010-09-29 09:12:59 +00:00
Paul A. Bristow
c88ec94301
Added more tests.
...
[SVN r65662]
2010-09-29 09:12:08 +00:00
Paul A. Bristow
aef81aae40
Added explicit #include <cerrno>
...
[SVN r65661]
2010-09-29 09:10:00 +00:00
Paul A. Bristow
294509bae1
Added comment on location of pch.cpp
...
[SVN r65660]
2010-09-29 09:08:50 +00:00
Paul A. Bristow
58cc26ac13
Tests for new distribution, including spot values from Mathematica.
...
[SVN r65659]
2010-09-29 09:08:05 +00:00
Paul A. Bristow
2707de07b1
checked with better tests.
...
[SVN r65658]
2010-09-29 08:57:51 +00:00
Paul A. Bristow
1e0c9feaf1
layout and comments etc
...
[SVN r65657]
2010-09-29 08:56:06 +00:00
John Maddock
9c9e9eecef
Fix integer argument promotion, to simplify code and suppress warnings.
...
[SVN r65631]
2010-09-27 14:36:18 +00:00
Ralf W. Grosse-Kunstleve
49a9039689
boost/math/distributions/inverse_chi_squared.hpp: bug fix (compilation errors with g++ 4)
...
[SVN r65516]
2010-09-21 16:03:23 +00:00
Paul A. Bristow
8d2cfeada9
Add inverse chi square distribution
...
[SVN r65485]
2010-09-20 15:52:41 +00:00
John Maddock
b85756d2cc
Improve error handling and fix Linux errors.
...
[SVN r65444]
2010-09-17 18:13:45 +00:00
Paul A. Bristow
05bd2c0043
Add inverse_chi_squared_distribution to fwd list
...
[SVN r65425]
2010-09-15 15:40:44 +00:00
Paul A. Bristow
5c354f4354
1st draft
...
[SVN r65424]
2010-09-15 15:39:43 +00:00
Paul A. Bristow
c8f818f4b8
added x = 0 special case. Example runs OK. Need to rebuild trunk libs to test.
...
[SVN r65329]
2010-09-07 13:57:12 +00:00
John Maddock
0c633f0b6e
Change the use of tuples, so that we use std::tuple when available.
...
Fix bug in calculation of initial guess in the incomplete gamma inverse.
Fix illegal comment in inverse_gamma.hpp source file.
Update docs to reflect tuple changes.
Regenerate docs.
Add Jamfile for the tools directory and make sure everything still builds cleanly.
[SVN r65320]
2010-09-06 15:13:23 +00:00
Paul A. Bristow
fda473559c
Added test output. OK with typeof recent update.
...
[SVN r65192]
2010-09-02 11:32:45 +00:00
Paul A. Bristow
17dd598600
Treat x == 0 as special case (some platforms find NaN not 0)
...
[SVN r65191]
2010-09-02 11:30:49 +00:00
Paul A. Bristow
6f66180932
included #include <stdexcept> instead of <exception> to try to define std::domain_error reported missing by Darwin 4.2.1 and others.
...
[SVN r65190]
2010-09-02 11:17:43 +00:00
Paul A. Bristow
087af32241
Mistake in declaration noted by Darwin only corrected.
...
[SVN r65189]
2010-09-02 11:01:26 +00:00
Paul A. Bristow
d285744dd4
Update to use Quickbook 1.5
...
[SVN r65176]
2010-09-01 18:10:43 +00:00
Paul A. Bristow
609c66b54a
Minor editorial updates.
...
[SVN r65175]
2010-09-01 18:08:33 +00:00
Paul A. Bristow
3574e7c9f6
Minor editorial updates.
...
[SVN r65174]
2010-09-01 18:07:13 +00:00
Paul A. Bristow
c2f4253261
Minor editorial updates.
...
[SVN r65172]
2010-09-01 18:04:34 +00:00
Paul A. Bristow
5365891da1
Minor editorial with some added comments.
...
[SVN r65170]
2010-09-01 17:46:05 +00:00
Paul A. Bristow
afe08e4bd5
Comments added.
...
[SVN r65169]
2010-09-01 17:43:55 +00:00
Paul A. Bristow
2e3e4c4b07
Avoid name ambiguity, etc
...
[SVN r65153]
2010-08-31 18:12:53 +00:00