6414e27179Fix expected failure rates for platforms with no long doubles.
John Maddock
2010-10-15 10:33:13 +0000
5e2d4a0fa3Disable long double tests if the config check fails.
John Maddock
2010-10-15 10:30:11 +0000
8fc5c3a2a7Add trivial Jamfile
John Maddock
2010-10-14 07:48:30 +0000
115e14a9a6Add some notes about calling functions where the return type can not be deduced. Regenerate docs.
John Maddock
2010-10-07 16:08:53 +0000
f66e03bd5eAdd some notes about calling functions where the return type can not be deduced. Regenerate docs.
John Maddock
2010-10-07 16:02:17 +0000
0bc7181e61Lots of minor fixes: mostly configuration issues. Change to use std::tuple when available. Add two new distributions: inverse gamma and inverse chi squared.
John Maddock
2010-10-04 15:17:21 +0000
addb71354bAdd more workaround code for numeric underflow/overflow.
John Maddock
2010-10-01 15:54:03 +0000
60eac640bdFix warning about unused variable.
John Maddock
2010-10-01 15:53:15 +0000
669ce3a713Corrected formulae for pdf and cdf.
Paul A. Bristow
2010-09-30 18:03:33 +0000
bbc5edfe1cAdd concept checks for new distributions. Fix Linux gcc failures for new distributions.
John Maddock
2010-09-30 17:16:14 +0000
654d06c5d1Commented out inverse_gamma example
Paul A. Bristow
2010-09-29 18:00:36 +0000
e2cfef8d78Fix mismatched [ and ]. Regenerate docs.
John Maddock
2010-09-29 17:57:58 +0000
b43db43605Missing bracket in pdf formula.
Paul A. Bristow
2010-09-29 17:54:11 +0000
890024eb2eFix a few typos.
John Maddock
2010-09-29 16:59:03 +0000
0a77c6ea5bAdded two new distributions.
Paul A. Bristow
2010-09-29 13:48:10 +0000
6d2c7ab45aNew section
Paul A. Bristow
2010-09-29 13:46:42 +0000
9bc909ef38New graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:45:18 +0000
c9d12f3590New graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:44:01 +0000
304017dd41New graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:41:16 +0000
91197d8101New graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:35:59 +0000
fecb8d87c4New graphs for inverse gamma and chi square new distributions
Paul A. Bristow
2010-09-29 13:35:04 +0000
f56a97cc71New section.
Paul A. Bristow
2010-09-29 13:23:00 +0000
be4bd91753Changed to avoid using namespace boost::math
Paul A. Bristow
2010-09-29 10:32:55 +0000
7050b81300Full read through, many minor edits, added two new distributions, including graphs. New items for 1.45 added, new credits, and new FAQ section.
Paul A. Bristow
2010-09-29 09:23:59 +0000
3da28647bfAdded two new distributions.
Paul A. Bristow
2010-09-29 09:12:59 +0000
c88ec94301Added more tests.
Paul A. Bristow
2010-09-29 09:12:08 +0000
aef81aae40Added explicit #include <cerrno>
Paul A. Bristow
2010-09-29 09:10:00 +0000
294509bae1Added comment on location of pch.cpp
Paul A. Bristow
2010-09-29 09:08:50 +0000
58cc26ac13Tests for new distribution, including spot values from Mathematica.
Paul A. Bristow
2010-09-29 09:08:05 +0000
2707de07b1checked with better tests.
Paul A. Bristow
2010-09-29 08:57:51 +0000
1e0c9feaf1layout and comments etc
Paul A. Bristow
2010-09-29 08:56:06 +0000
9c9e9eecefFix integer argument promotion, to simplify code and suppress warnings.
John Maddock
2010-09-27 14:36:18 +0000
49a9039689boost/math/distributions/inverse_chi_squared.hpp: bug fix (compilation errors with g++ 4)
Ralf W. Grosse-Kunstleve
2010-09-21 16:03:23 +0000
8d2cfeada9Add inverse chi square distribution
Paul A. Bristow
2010-09-20 15:52:41 +0000
b85756d2ccImprove error handling and fix Linux errors.
John Maddock
2010-09-17 18:13:45 +0000
05bd2c0043Add inverse_chi_squared_distribution to fwd list
Paul A. Bristow
2010-09-15 15:40:44 +0000
5c354f43541st draft
Paul A. Bristow
2010-09-15 15:39:43 +0000
c8f818f4b8added x = 0 special case. Example runs OK. Need to rebuild trunk libs to test.
Paul A. Bristow
2010-09-07 13:57:12 +0000
0c633f0b6eChange 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.
John Maddock
2010-09-06 15:13:23 +0000
fda473559cAdded test output. OK with typeof recent update.
Paul A. Bristow
2010-09-02 11:32:45 +0000
17dd598600Treat x == 0 as special case (some platforms find NaN not 0)
Paul A. Bristow
2010-09-02 11:30:49 +0000
6f66180932included #include <stdexcept> instead of <exception> to try to define std::domain_error reported missing by Darwin 4.2.1 and others.
Paul A. Bristow
2010-09-02 11:17:43 +0000
087af32241Mistake in declaration noted by Darwin only corrected.
Paul A. Bristow
2010-09-02 11:01:26 +0000
d285744dd4Update to use Quickbook 1.5
Paul A. Bristow
2010-09-01 18:10:43 +0000
609c66b54aMinor editorial updates.
Paul A. Bristow
2010-09-01 18:08:33 +0000
3574e7c9f6Minor editorial updates.
Paul A. Bristow
2010-09-01 18:07:13 +0000
c2f4253261Minor editorial updates.
Paul A. Bristow
2010-09-01 18:04:34 +0000
5365891da1Minor editorial with some added comments.
Paul A. Bristow
2010-09-01 17:46:05 +0000
afe08e4bd5Comments added.
Paul A. Bristow
2010-09-01 17:43:55 +0000
2e3e4c4b07Avoid name ambiguity, etc
Paul A. Bristow
2010-08-31 18:12:53 +0000
d518687b2aAvoid name ambiguity, etc
Paul A. Bristow
2010-08-31 15:01:57 +0000
b59928ea23Avoid name ambiguity, etc
Paul A. Bristow
2010-08-31 14:37:32 +0000
287ef662adAvoid name ambiguity.
Paul A. Bristow
2010-08-31 14:05:46 +0000
56b5c4f329Avoid name ambiguity.
Paul A. Bristow
2010-08-31 13:55:29 +0000
e037e5ed89Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:36:03 +0000
b8578a48a7Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:34:36 +0000
80e2fabfefAvoid name ambiguity.
Paul A. Bristow
2010-08-30 09:30:55 +0000
8c1ed33bb7Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:20:54 +0000
9e576c69b1Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:13:14 +0000
f18228df9bAvoid name ambiguity.
Paul A. Bristow
2010-08-30 09:10:05 +0000
5ade8ca1f6Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:07:41 +0000
4359ee9616Avoid name ambiguity.
Paul A. Bristow
2010-08-30 09:02:45 +0000
5dffa5f7adAdd several new distributions
Paul A. Bristow
2010-08-30 09:02:02 +0000
26475421fcAdded inverse_gamma distribution
Paul A. Bristow
2010-08-29 18:04:08 +0000
9db5546744Inverse Gamma example (TODO!)
Paul A. Bristow
2010-08-29 18:03:21 +0000
8537721578typo
Paul A. Bristow
2010-08-29 17:57:22 +0000
6cf54f79eeinverse_gamma distribution 1st draft
Paul A. Bristow
2010-08-29 17:51:21 +0000
c673738d9eRemoved "using namespace ...;" to try to avoid ambiguity in name binomial_distribution which is the std:: (random) and boost::math
Paul A. Bristow
2010-08-26 13:29:29 +0000
434414f58eAdded workaround for Intel compiler, which has sporadic issues with fpclassify on Linux. Fixes#4592.
John Maddock
2010-08-26 12:29:12 +0000
8d719c3ff4Prevent macro expansion of isfinite.
John Maddock
2010-08-24 17:13:04 +0000
94f09f4ea2Merge fixed typos from Trunk
John Maddock
2010-08-23 16:10:04 +0000
c9c18d61afadd test of inverse_gamma distributiont
Paul A. Bristow
2010-08-23 14:55:22 +0000
4d2e34c523new inverse gamma distribution
Paul A. Bristow
2010-08-23 11:58:39 +0000
80911e889aadded inverse-gamma distribution
Paul A. Bristow
2010-08-23 11:55:51 +0000
f52488a5041st version of test
Paul A. Bristow
2010-08-23 11:54:27 +0000
8db4067d4aChecked output for VS2010
Paul A. Bristow
2010-08-23 11:48:53 +0000
d8161bad51Added comment on pch.hpp include needed.
Paul A. Bristow
2010-08-23 11:46:47 +0000
bb07710d9fAdded comment on pch.hpp include needed.
Paul A. Bristow
2010-08-23 11:45:37 +0000
ae553f0c29Fix typo and regenerate docs. Fixes#4518.
John Maddock
2010-08-23 10:28:00 +0000
6f2f30df10Correct equations used for generic version of tgamma - equations should now match those used for igamma and the actual code. Fixes#4583.
John Maddock
2010-08-23 09:01:39 +0000
bbff4a61c6T result = 0; // Just to avoid warning C4701: potentially uninitialized local variable 'result' used
Paul A. Bristow
2010-08-18 15:52:13 +0000
35655664a7warning C4244 suppressed by using static_cast<realType>(0)
Paul A. Bristow
2010-08-18 15:23:37 +0000
50dd77b5a8warning C4244 suppressed by using static_cast<realType>
Paul A. Bristow
2010-08-18 13:10:19 +0000
8c4a174477Change build options to use -fvisibility-hidden only when the gcc compiler actually supports it.
John Maddock
2010-08-14 16:08:49 +0000
4372c68f55Fix gcc-3.2.x compiler errors. Fixes#4507.
John Maddock
2010-08-13 17:26:28 +0000
c8b2e4a307Fix typos and regenerate docs. Fixes#4520.
John Maddock
2010-08-08 14:17:35 +0000
ffda1f1ee9Fix typos and regenerate docs. Fixes#4520.
John Maddock
2010-08-08 11:56:11 +0000
dc13639762Fix typo in equation. Fixes#4519.
John Maddock
2010-08-07 17:10:18 +0000
a72b7ed2ebFix typo in equation. Fixes#4519.
John Maddock
2010-08-07 17:09:37 +0000
866f6278baFix typo. Fixes#4518.
John Maddock
2010-08-07 16:35:53 +0000
4bdc5ccc5fMerge changes from Trunk: Fixes#4504. Fixes#4518.
John Maddock
2010-08-07 16:35:39 +0000
e35a561836Update docs to match recent fixes.
John Maddock
2010-08-07 10:40:21 +0000
53d56d58adSet linkage requirements for cygwin/mingw - fixes#4499.
John Maddock
2010-08-06 09:29:04 +0000
96f28fa442Up the tolerance for the new quantile tests, as these fail for sun otherwise.
John Maddock
2010-08-06 08:26:16 +0000
b11676fa67Added test cases for issue #4504. Tidied up inverse-Student's t evaluation a touch. Fixes#4504.
John Maddock
2010-08-04 15:47:30 +0000
94a309749fFix typo in polynomial approximations. Refs #4504.
John Maddock
2010-08-03 17:31:20 +0000
9842cb0651Updated release notes, and regenerated docs.
John Maddock
2010-07-21 16:08:01 +0000
0a03b690c6Update docs to match recent changes.
John Maddock
2010-07-15 17:07:47 +0000
8d09db422eFix warnings emitted when char is unsigned.
John Maddock
2010-07-04 15:47:54 +0000
024a24bde9Merge documentation update.
Daniel James
2010-07-02 08:27:42 +0000