Commit Graph

  • 6414e27179 Fix expected failure rates for platforms with no long doubles. John Maddock 2010-10-15 10:33:13 +0000
  • 5e2d4a0fa3 Disable long double tests if the config check fails. John Maddock 2010-10-15 10:30:11 +0000
  • 8fc5c3a2a7 Add trivial Jamfile John Maddock 2010-10-14 07:48:30 +0000
  • 115e14a9a6 Add some notes about calling functions where the return type can not be deduced. Regenerate docs. John Maddock 2010-10-07 16:08:53 +0000
  • f66e03bd5e Add some notes about calling functions where the return type can not be deduced. Regenerate docs. John Maddock 2010-10-07 16:02:17 +0000
  • 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. John Maddock 2010-10-04 15:17:21 +0000
  • addb71354b Add more workaround code for numeric underflow/overflow. John Maddock 2010-10-01 15:54:03 +0000
  • 60eac640bd Fix warning about unused variable. John Maddock 2010-10-01 15:53:15 +0000
  • 669ce3a713 Corrected formulae for pdf and cdf. Paul A. Bristow 2010-09-30 18:03:33 +0000
  • bbc5edfe1c Add concept checks for new distributions. Fix Linux gcc failures for new distributions. John Maddock 2010-09-30 17:16:14 +0000
  • 654d06c5d1 Commented out inverse_gamma example Paul A. Bristow 2010-09-29 18:00:36 +0000
  • e2cfef8d78 Fix mismatched [ and ]. Regenerate docs. John Maddock 2010-09-29 17:57:58 +0000
  • b43db43605 Missing bracket in pdf formula. Paul A. Bristow 2010-09-29 17:54:11 +0000
  • 890024eb2e Fix a few typos. John Maddock 2010-09-29 16:59:03 +0000
  • 0a77c6ea5b Added two new distributions. Paul A. Bristow 2010-09-29 13:48:10 +0000
  • 6d2c7ab45a New section Paul A. Bristow 2010-09-29 13:46:42 +0000
  • 9bc909ef38 New graphs for inverse gamma and chi square new distributions Paul A. Bristow 2010-09-29 13:45:18 +0000
  • c9d12f3590 New graphs for inverse gamma and chi square new distributions Paul A. Bristow 2010-09-29 13:44:01 +0000
  • 304017dd41 New graphs for inverse gamma and chi square new distributions Paul A. Bristow 2010-09-29 13:41:16 +0000
  • 91197d8101 New graphs for inverse gamma and chi square new distributions Paul A. Bristow 2010-09-29 13:35:59 +0000
  • fecb8d87c4 New graphs for inverse gamma and chi square new distributions Paul A. Bristow 2010-09-29 13:35:04 +0000
  • f56a97cc71 New section. Paul A. Bristow 2010-09-29 13:23:00 +0000
  • be4bd91753 Changed to avoid using namespace boost::math Paul A. Bristow 2010-09-29 10:32:55 +0000
  • 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. Paul A. Bristow 2010-09-29 09:23:59 +0000
  • 3da28647bf Added two new distributions. Paul A. Bristow 2010-09-29 09:12:59 +0000
  • c88ec94301 Added more tests. Paul A. Bristow 2010-09-29 09:12:08 +0000
  • aef81aae40 Added explicit #include <cerrno> Paul A. Bristow 2010-09-29 09:10:00 +0000
  • 294509bae1 Added comment on location of pch.cpp Paul A. Bristow 2010-09-29 09:08:50 +0000
  • 58cc26ac13 Tests for new distribution, including spot values from Mathematica. Paul A. Bristow 2010-09-29 09:08:05 +0000
  • 2707de07b1 checked with better tests. Paul A. Bristow 2010-09-29 08:57:51 +0000
  • 1e0c9feaf1 layout and comments etc Paul A. Bristow 2010-09-29 08:56:06 +0000
  • 9c9e9eecef Fix integer argument promotion, to simplify code and suppress warnings. John Maddock 2010-09-27 14:36:18 +0000
  • 49a9039689 boost/math/distributions/inverse_chi_squared.hpp: bug fix (compilation errors with g++ 4) Ralf W. Grosse-Kunstleve 2010-09-21 16:03:23 +0000
  • 8d2cfeada9 Add inverse chi square distribution Paul A. Bristow 2010-09-20 15:52:41 +0000
  • b85756d2cc Improve error handling and fix Linux errors. John Maddock 2010-09-17 18:13:45 +0000
  • 05bd2c0043 Add inverse_chi_squared_distribution to fwd list Paul A. Bristow 2010-09-15 15:40:44 +0000
  • 5c354f4354 1st draft Paul A. Bristow 2010-09-15 15:39:43 +0000
  • c8f818f4b8 added x = 0 special case. Example runs OK. Need to rebuild trunk libs to test. Paul A. Bristow 2010-09-07 13:57:12 +0000
  • 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. John Maddock 2010-09-06 15:13:23 +0000
  • fda473559c Added test output. OK with typeof recent update. Paul A. Bristow 2010-09-02 11:32:45 +0000
  • 17dd598600 Treat x == 0 as special case (some platforms find NaN not 0) Paul A. Bristow 2010-09-02 11:30:49 +0000
  • 6f66180932 included #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
  • 087af32241 Mistake in declaration noted by Darwin only corrected. Paul A. Bristow 2010-09-02 11:01:26 +0000
  • d285744dd4 Update to use Quickbook 1.5 Paul A. Bristow 2010-09-01 18:10:43 +0000
  • 609c66b54a Minor editorial updates. Paul A. Bristow 2010-09-01 18:08:33 +0000
  • 3574e7c9f6 Minor editorial updates. Paul A. Bristow 2010-09-01 18:07:13 +0000
  • c2f4253261 Minor editorial updates. Paul A. Bristow 2010-09-01 18:04:34 +0000
  • 5365891da1 Minor editorial with some added comments. Paul A. Bristow 2010-09-01 17:46:05 +0000
  • afe08e4bd5 Comments added. Paul A. Bristow 2010-09-01 17:43:55 +0000
  • 2e3e4c4b07 Avoid name ambiguity, etc Paul A. Bristow 2010-08-31 18:12:53 +0000
  • d518687b2a Avoid name ambiguity, etc Paul A. Bristow 2010-08-31 15:01:57 +0000
  • b59928ea23 Avoid name ambiguity, etc Paul A. Bristow 2010-08-31 14:37:32 +0000
  • 287ef662ad Avoid name ambiguity. Paul A. Bristow 2010-08-31 14:05:46 +0000
  • 56b5c4f329 Avoid name ambiguity. Paul A. Bristow 2010-08-31 13:55:29 +0000
  • e037e5ed89 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:36:03 +0000
  • b8578a48a7 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:34:36 +0000
  • 80e2fabfef Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:30:55 +0000
  • 8c1ed33bb7 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:20:54 +0000
  • 9e576c69b1 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:13:14 +0000
  • f18228df9b Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:10:05 +0000
  • 5ade8ca1f6 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:07:41 +0000
  • 4359ee9616 Avoid name ambiguity. Paul A. Bristow 2010-08-30 09:02:45 +0000
  • 5dffa5f7ad Add several new distributions Paul A. Bristow 2010-08-30 09:02:02 +0000
  • 26475421fc Added inverse_gamma distribution Paul A. Bristow 2010-08-29 18:04:08 +0000
  • 9db5546744 Inverse Gamma example (TODO!) Paul A. Bristow 2010-08-29 18:03:21 +0000
  • 8537721578 typo Paul A. Bristow 2010-08-29 17:57:22 +0000
  • 6cf54f79ee inverse_gamma distribution 1st draft Paul A. Bristow 2010-08-29 17:51:21 +0000
  • c673738d9e Removed "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
  • 434414f58e Added workaround for Intel compiler, which has sporadic issues with fpclassify on Linux. Fixes #4592. John Maddock 2010-08-26 12:29:12 +0000
  • 8d719c3ff4 Prevent macro expansion of isfinite. John Maddock 2010-08-24 17:13:04 +0000
  • 94f09f4ea2 Merge fixed typos from Trunk John Maddock 2010-08-23 16:10:04 +0000
  • c9c18d61af add test of inverse_gamma distributiont Paul A. Bristow 2010-08-23 14:55:22 +0000
  • 4d2e34c523 new inverse gamma distribution Paul A. Bristow 2010-08-23 11:58:39 +0000
  • 80911e889a added inverse-gamma distribution Paul A. Bristow 2010-08-23 11:55:51 +0000
  • f52488a504 1st version of test Paul A. Bristow 2010-08-23 11:54:27 +0000
  • 8db4067d4a Checked output for VS2010 Paul A. Bristow 2010-08-23 11:48:53 +0000
  • d8161bad51 Added comment on pch.hpp include needed. Paul A. Bristow 2010-08-23 11:46:47 +0000
  • bb07710d9f Added comment on pch.hpp include needed. Paul A. Bristow 2010-08-23 11:45:37 +0000
  • ae553f0c29 Fix typo and regenerate docs. Fixes #4518. John Maddock 2010-08-23 10:28:00 +0000
  • 6f2f30df10 Correct 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
  • bbff4a61c6 T result = 0; // Just to avoid warning C4701: potentially uninitialized local variable 'result' used Paul A. Bristow 2010-08-18 15:52:13 +0000
  • 35655664a7 warning C4244 suppressed by using static_cast<realType>(0) Paul A. Bristow 2010-08-18 15:23:37 +0000
  • 50dd77b5a8 warning C4244 suppressed by using static_cast<realType> Paul A. Bristow 2010-08-18 13:10:19 +0000
  • 8c4a174477 Change build options to use -fvisibility-hidden only when the gcc compiler actually supports it. John Maddock 2010-08-14 16:08:49 +0000
  • 4372c68f55 Fix gcc-3.2.x compiler errors. Fixes #4507. John Maddock 2010-08-13 17:26:28 +0000
  • c8b2e4a307 Fix typos and regenerate docs. Fixes #4520. John Maddock 2010-08-08 14:17:35 +0000
  • ffda1f1ee9 Fix typos and regenerate docs. Fixes #4520. John Maddock 2010-08-08 11:56:11 +0000
  • dc13639762 Fix typo in equation. Fixes #4519. John Maddock 2010-08-07 17:10:18 +0000
  • a72b7ed2eb Fix typo in equation. Fixes #4519. John Maddock 2010-08-07 17:09:37 +0000
  • 866f6278ba Fix typo. Fixes #4518. John Maddock 2010-08-07 16:35:53 +0000
  • 4bdc5ccc5f Merge changes from Trunk: Fixes #4504. Fixes #4518. John Maddock 2010-08-07 16:35:39 +0000
  • e35a561836 Update docs to match recent fixes. John Maddock 2010-08-07 10:40:21 +0000
  • 53d56d58ad Set linkage requirements for cygwin/mingw - fixes #4499. John Maddock 2010-08-06 09:29:04 +0000
  • 96f28fa442 Up the tolerance for the new quantile tests, as these fail for sun otherwise. John Maddock 2010-08-06 08:26:16 +0000
  • b11676fa67 Added 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
  • 94a309749f Fix typo in polynomial approximations. Refs #4504. John Maddock 2010-08-03 17:31:20 +0000
  • 9842cb0651 Updated release notes, and regenerated docs. John Maddock 2010-07-21 16:08:01 +0000
  • 0a03b690c6 Update docs to match recent changes. John Maddock 2010-07-15 17:07:47 +0000
  • 8d09db422e Fix warnings emitted when char is unsigned. John Maddock 2010-07-04 15:47:54 +0000
  • 024a24bde9 Merge documentation update. Daniel James 2010-07-02 08:27:42 +0000