Commit Graph

  • 7523045cd0 Add note and comment after assert for integer template type for factorial Paul A. Bristow 2010-12-20 16:02:33 +0000
  • bae44eae90 New factorial example Paul A. Bristow 2010-12-20 15:33:46 +0000
  • 9d8407f38d Add comment after assert for integer template type Paul A. Bristow 2010-12-20 15:16:19 +0000
  • 595c61e976 Add assert (and comment) for integer template type Paul A. Bristow 2010-12-20 15:14:31 +0000
  • 79a91880f4 Add notes about mpreal support and regenerate docs. Also add missing config file. John Maddock 2010-12-17 16:27:36 +0000
  • 309e2c3ec5 Add support for "mpreal" wrapper for mpfr. Add concept check for mpreal type. Add previously missing doc file. Fix type promotion rules to do the right thing when one type is a class type that's implicitly convertible to a real. John Maddock 2010-12-17 16:04:51 +0000
  • 0bfae472d5 Fix min/max usage. John Maddock 2010-12-16 18:37:50 +0000
  • 82619e8c3a added new distributions and readme file (from index.html). Paul A. Bristow 2010-12-15 10:19:05 +0000
  • b9fb5bbee8 added new distributions. Paul A. Bristow 2010-12-15 10:16:55 +0000
  • 555f3d6736 Improve performance of non-central T by simplifying the arithmetic where possible. Change error handlers to pass the target type down to "rounding errors". Change the rounding error handlers to return a well defined value (the maximum representable value in the target type). Update and complete docs on rounding errors. Fix typo in test/test_beta_dist.cpp. Regenerate the docs. Remove illegal comment from test_constants.cpp. Fixes #4977. John Maddock 2010-12-14 19:22:52 +0000
  • 5de9b2c95e Various updates, including nc beta accessors. Paul A. Bristow 2010-12-14 17:05:54 +0000
  • 2ba163076a Added 'no formula to evaluation error Paul A. Bristow 2010-12-13 16:47:45 +0000
  • 7066584f84 Removed inverse_uniform.hpp Paul A. Bristow 2010-12-13 16:46:36 +0000
  • 0855bfe3f9 Removed spurious [space] - assumes Quickbook 1.5 but purely cosmetic Paul A. Bristow 2010-12-13 16:45:48 +0000
  • f7972d5b35 Removed wrong info on Wald distribution. Using snippets would have prevented this! Paul A. Bristow 2010-12-13 16:44:42 +0000
  • f92914fc5a Distributions now in more alphabetical order Paul A. Bristow 2010-12-13 16:43:09 +0000
  • 93ab8115e6 Expanded note on accuracy Paul A. Bristow 2010-12-13 16:42:21 +0000
  • 7108906abc Added evaluation error - 'no formula' case. Paul A. Bristow 2010-12-13 16:41:35 +0000
  • 1495ca1ccc Removed inverse_uniform.hpp Paul A. Bristow 2010-12-13 16:38:06 +0000
  • 7c13ff9124 Removed inverse_uniform.hpp Paul A. Bristow 2010-12-13 16:37:33 +0000
  • 90fcebc87b use raise_overflow error in place of return NaN Paul A. Bristow 2010-12-13 16:36:46 +0000
  • 6d604ab6a9 use raise_overflow error in place of return NaN Paul A. Bristow 2010-12-13 16:35:59 +0000
  • a8167547d8 Test Corrected handling of cases that should raise overflow_error Paul A. Bristow 2010-12-13 16:34:14 +0000
  • c7529cc4da Actually use sqrt(epsilon) in test Paul A. Bristow 2010-12-13 16:32:38 +0000
  • 870a1e233b Suppress warnings from external headers. John Maddock 2010-12-10 17:43:38 +0000
  • 4702b2b1c8 Fix test values and *lower* tolerance. John Maddock 2010-12-08 09:54:59 +0000
  • 0d5c831761 Comment on max theoretical accuracy for median which uses Brent's algorithm. Paul A. Bristow 2010-12-07 18:00:54 +0000
  • 8177da58be Add non-functional stub versions of the skewness and kurtosis to the non-central beta. Update tests accordingly, and suppress some compiler warnings. John Maddock 2010-12-03 17:55:00 +0000
  • 7ff88c69f1 Added concept checks for new distros, and fixed resulting errors. Added mean and variance to non-central beta. John Maddock 2010-12-03 16:23:55 +0000
  • b3944c07f0 Increased tolerance for real_concept failure Paul A. Bristow 2010-12-02 12:27:16 +0000
  • 22cb5fc9e7 Increased tolerance for realconcept long double failures. Paul A. Bristow 2010-12-02 12:22:58 +0000
  • 2559953dd5 Added missing static_cast to quiet warning Paul A. Bristow 2010-12-02 12:19:28 +0000
  • 713df8e8f0 Increased tolerance to avoid long double failure Paul A. Bristow 2010-12-02 11:39:55 +0000
  • bb7b3d6540 Enabled mean, variance ... for dotnetexample (TODO return NaN?) Paul A. Bristow 2010-12-01 18:48:12 +0000
  • 68e1194c63 disable 4512 Paul A. Bristow 2010-12-01 18:47:46 +0000
  • daaefa0caf changed file spec \ to / of sf /gamma Paul A. Bristow 2010-12-01 18:46:42 +0000
  • 97471e2e29 Enabled mean, variance ... for dotnetexample (TODO return NaN?) Paul A. Bristow 2010-12-01 18:40:02 +0000
  • 949f9a1247 For vc2010 Paul A. Bristow 2010-11-30 15:29:47 +0000
  • a6c46262c5 For vc2010 Paul A. Bristow 2010-11-30 15:26:06 +0000
  • 8b84230512 For vc2010 Paul A. Bristow 2010-11-30 15:25:03 +0000
  • 274028b383 comment Paul A. Bristow 2010-11-30 14:37:28 +0000
  • 1b63ffe8f0 Corrected missing casts int 0 to RealType Paul A. Bristow 2010-11-30 14:36:45 +0000
  • 4134fa5864 Change test values to long Paul A. Bristow 2010-11-30 11:38:19 +0000
  • 97bea6e4b1 Check before using max_digits10 Paul A. Bristow 2010-11-30 10:05:14 +0000
  • 96249a133b Added explicit #include <cstddef> to try to meet stlport and others needing errno definition. Paul A. Bristow 2010-11-30 10:04:33 +0000
  • 3d263c7621 Check before using max_digits10 Paul A. Bristow 2010-11-30 10:03:01 +0000
  • 12aa3bb74a tried using boost_no_numericLimits to avoid max_digits10 Paul A. Bristow 2010-11-29 12:44:01 +0000
  • f185b8f435 Limit use of max_digits10 to MSVC 10 Paul A. Bristow 2010-11-29 10:21:56 +0000
  • e94d8be838 Changed tolerance to explicitly cast 1e-4 to RealType to try to remove gcc long double test failures. Paul A. Bristow 2010-11-29 10:06:52 +0000
  • 4680ece7af using boost/math/tools/tuple.hpp instead. Paul A. Bristow 2010-11-28 15:03:13 +0000
  • bab0f2ce24 Changed make_tuple from std::tr1:: to boost::math Paul A. Bristow 2010-11-27 16:11:27 +0000
  • aaaad79bca Changed make_tuple from std::tr1:: to boost::math Paul A. Bristow 2010-11-27 16:00:46 +0000
  • 93670a3942 removed diagnostics Paul A. Bristow 2010-11-26 10:28:58 +0000
  • 6c3288a86d Removed diagnostic output for gcc. Paul A. Bristow 2010-11-26 10:23:23 +0000
  • 10129df762 Correction Paul A. Bristow 2010-11-26 10:22:21 +0000
  • 8021f70dad Extra normal graphs Paul A. Bristow 2010-11-25 16:52:12 +0000
  • b373764e1e added inverse gaussian graphs Paul A. Bristow 2010-11-25 16:49:55 +0000
  • 3040432247 Added geometric graphs Paul A. Bristow 2010-11-25 16:48:54 +0000
  • d0c5796bce Removed wald (now called inverse_gaussian Paul A. Bristow 2010-11-25 16:44:14 +0000
  • a014a618a7 Doc folder update Paul A. Bristow 2010-11-25 13:57:31 +0000
  • c0a3413240 Removed inverse_normal Paul A. Bristow 2010-11-25 12:11:19 +0000
  • 30a92d7c43 missing distribs Paul A. Bristow 2010-11-25 12:01:15 +0000
  • 2e0397c811 Changed file name from weibull.dist Paul A. Bristow 2010-11-25 11:58:25 +0000
  • 1927488856 New file. Paul A. Bristow 2010-11-25 10:03:09 +0000
  • a73438b800 Added missing files etc. Paul A. Bristow 2010-11-25 09:56:01 +0000
  • 0f6f3a49c9 New distributions Paul A. Bristow 2010-11-25 09:41:36 +0000
  • d9c1eeadc5 Fill in the blanks. John Maddock 2010-11-24 19:11:44 +0000
  • 2f8b1db494 New test Paul A. Bristow 2010-11-24 16:55:52 +0000
  • 904dd93811 New geometric Paul A. Bristow 2010-11-24 16:55:19 +0000
  • fea0e26563 New example Paul A. Bristow 2010-11-24 16:54:17 +0000
  • ef4dbab713 Update for new distributions Paul A. Bristow 2010-11-24 16:53:25 +0000
  • 4fbea7ba6f Added new handling check. Paul A. Bristow 2010-11-24 16:51:36 +0000
  • 523e4d78f9 Corrections Paul A. Bristow 2010-11-24 16:50:41 +0000
  • a3d2de43de Added new distributions. Paul A. Bristow 2010-11-24 16:50:06 +0000
  • ec88511ead Update for new constants Paul A. Bristow 2010-11-24 16:48:36 +0000
  • 2726a04151 Update for new distributions Paul A. Bristow 2010-11-24 16:47:58 +0000
  • a970568b46 new section on config macros Paul A. Bristow 2010-11-24 16:44:34 +0000
  • 91d75576a2 Rebuilt. Paul A. Bristow 2010-11-24 16:42:55 +0000
  • eec2d5d3a7 New distributions and root finding, and many minor editorial changes. Paul A. Bristow 2010-11-24 16:40:35 +0000
  • 25d937ddc9 Update for new distributions Paul A. Bristow 2010-11-24 16:35:17 +0000
  • f71ee2e5dd Added new distributions. Paul A. Bristow 2010-11-24 16:34:31 +0000
  • c6427a3dfd Added for root finding docs Paul A. Bristow 2010-11-24 16:33:31 +0000
  • b31f641157 Comments etc Paul A. Bristow 2010-11-24 16:31:10 +0000
  • 2b6205a1c8 New test /test_real_concept_neg_bin.cpp Paul A. Bristow 2010-11-24 16:28:18 +0000
  • 4b785900bc Added comment on pch include needed. Paul A. Bristow 2010-11-24 16:27:33 +0000
  • b0eb3cea87 Corrected tests Paul A. Bristow 2010-11-24 16:26:47 +0000
  • ee3db8ad35 Added new distributions. Paul A. Bristow 2010-11-24 16:26:22 +0000
  • f3145ed3d8 Added new distributions. Paul A. Bristow 2010-11-24 16:24:26 +0000
  • ded3b78a05 Update distribution concept checks to test ad-hoc member functions as well as the generic ones. Fix typo in docs and regenerate. John Maddock 2010-11-22 19:00:55 +0000
  • aee7090820 Fixes #4879. John Maddock 2010-11-22 16:31:42 +0000
  • d37f9ff991 Remove bogus comment. John Maddock 2010-11-08 17:59:46 +0000
  • 6d780cab92 Added a detail header for fenv. Please use boost/detail/fenv.hpp in Boost code to avoid problems with Clang/glibc. Bryce Adelstein-Lelbach 2010-11-08 17:10:25 +0000
  • 7cc19b4be2 Added additional test case in hopes of reproducing bug report #4812. Refs #4812. John Maddock 2010-11-08 16:30:01 +0000
  • 35627d741f Fix tests that fail with gcc in C++0x mode. Add some stricter tests for fp-classification routines. John Maddock 2010-11-08 12:55:06 +0000
  • c78863943a Clang hand-holding, mostly for issues caused by Clang defining GCC macros. Bryce Adelstein-Lelbach 2010-11-07 20:05:04 +0000
  • b3345bf7c8 Merge fix of typo. John Maddock 2010-10-25 18:07:43 +0000
  • 7703bfca66 Fix typo and regenerate docs. John Maddock 2010-10-25 16:19:16 +0000
  • aa764c30c3 Merge minor tweaks from Trunk. John Maddock 2010-10-24 17:22:07 +0000
  • 022bb7b8f1 Tentative fix for WinCE failures. John Maddock 2010-10-18 11:19:06 +0000
  • 0d88e28f3e Add a test to verify that our real_concept test code works as it should. John Maddock 2010-10-17 11:52:24 +0000