Commit Graph

  • 54ff3c6535 Fixed gcc-compiler errors (added missing typename's). Fixed pesky warning in normal.hpp John Maddock 2007-09-22 11:35:26 +0000
  • 315d8fd7ae Mostly minor typo fixes and some "editorial" changes. Plus fixed some < and <= confusions. John Maddock 2007-09-22 09:20:13 +0000
  • 3d9e81a67e Added needed using declaration to cauchy.hpp. Added needed #include to config.hpp. Tightened up compile-tests. Fixed compile tests so they build with VC++ earlier than VC8sp1. John Maddock 2007-09-22 09:17:21 +0000
  • 76814e7e00 Warning squashing and estimate to find Paul A. Bristow 2007-09-21 17:39:55 +0000
  • 41b7db31cf Warning squashing and estimate to find Paul A. Bristow 2007-09-21 17:39:04 +0000
  • 8daab07912 Warning squashing and estimate to find Paul A. Bristow 2007-09-21 17:38:38 +0000
  • 9f09c25465 Tiny correction Paul A. Bristow 2007-09-21 12:44:03 +0000
  • e9b86af803 TODo removed Paul A. Bristow 2007-09-21 12:43:26 +0000
  • 0a92f4eb8c Weasel to allow infinity - sometimes Paul A. Bristow 2007-09-21 12:35:01 +0000
  • 1c40665323 Source updated, minor changes to match Paul A. Bristow 2007-09-21 11:46:06 +0000
  • 9cf9a5a1f5 Major rework using quickbook in c++ Paul A. Bristow 2007-09-21 11:29:42 +0000
  • a744bdaed0 Hopefully fixed test to make it compatible with earlier VC++ versions. John Maddock 2007-09-20 18:22:32 +0000
  • 542dbbce01 Added needed header include. John Maddock 2007-09-20 17:29:40 +0000
  • becf1ca1c2 Fixed typo in common_overviews.qbk. Fixed TODO in rational.qbk. John Maddock 2007-09-20 17:29:05 +0000
  • a434f88dca Yet more error suppression Paul A. Bristow 2007-09-20 13:24:33 +0000
  • 3e53b99430 MSVC specific fix: gets thing building with /Za. John Maddock 2007-09-20 12:36:32 +0000
  • 6b90c02158 Fix definition of mode. John Maddock 2007-09-20 12:29:58 +0000
  • e86d2c339c warning suppression with comment - constant too big for float. Paul A. Bristow 2007-09-20 11:39:30 +0000
  • 4bd52bfe7a Changechanged to use if((boost::math::isinf)(x)) { if(x < 0) return 0; return 1; } to get rid of 4127 warnings Paul A. Bristow 2007-09-20 11:37:57 +0000
  • 03f951e92f Warning suppression Paul A. Bristow 2007-09-19 15:55:17 +0000
  • 1b20b57b12 warning suppression by comment unused name name, and casting T(0.1) to avoid warning C4244: 'argument' : conversion from 'double' to 'const Paul A. Bristow 2007-09-19 15:44:45 +0000
  • 20a05887fb corrected wrong link __cauchy_distrib. in .cpp (a trailing . !!) Paul A. Bristow 2007-09-19 14:18:05 +0000
  • f6fabc3c2d Further refined narrative etc. Paul A. Bristow 2007-09-19 14:16:15 +0000
  • 29c5fe7f8b revised binomial quiz Paul A. Bristow 2007-09-17 15:06:52 +0000
  • 109c1913ad revised binomial quiz example Paul A. Bristow 2007-09-17 15:06:32 +0000
  • 99c7d72e38 Fix problems with probabilities in Student's t examples. John Maddock 2007-09-17 10:09:33 +0000
  • 7f0f982774 changed to use if((boost::math::isinf)(x)) { if(x < 0) return 0; return 1; } to get rid of 4127 warnings Paul A. Bristow 2007-09-17 10:08:11 +0000
  • 611653a1f8 changed to use if((boost::math::isinf)(x)) { if(x < 0) return 0; return 1; } to get rid of 4127 warnings Paul A. Bristow 2007-09-17 10:05:26 +0000
  • 2f3733814c Fixed table in students_t_examples.qbk. Fixed misplaced [endsect] in negative_binomial_example.qbk. John Maddock 2007-09-17 09:32:33 +0000
  • abc0337ab9 4127 warning squashed Paul A. Bristow 2007-09-17 09:17:42 +0000
  • 71eeb0804a new stuff Paul A. Bristow 2007-09-17 08:26:16 +0000
  • 6fb41c8d43 removed NB example3 Paul A. Bristow 2007-09-16 15:32:40 +0000
  • 200ddf4feb changed examples a bit. Paul A. Bristow 2007-09-16 15:32:18 +0000
  • c9a29e5b91 deletion? Paul A. Bristow 2007-09-16 15:29:11 +0000
  • a1168e04fb 1st commit Paul A. Bristow 2007-09-16 15:27:50 +0000
  • 7b6774f02b Removed negative_binomial3 Paul A. Bristow 2007-09-16 15:26:28 +0000
  • 94b4f0e0c5 Some improvements but more needed. Paul A. Bristow 2007-09-16 15:24:38 +0000
  • 07364902cb Updated for reasons forgotten :-( Paul A. Bristow 2007-09-16 15:24:06 +0000
  • bf7615a38c Cosmetic - correction sin chisqr by JM to correct problem Paul A. Bristow 2007-09-16 15:21:08 +0000
  • c164395ef8 Corrections & some improvements but more desirable. Paul A. Bristow 2007-09-16 15:19:47 +0000
  • b82be99b65 added test to suit addition of special caese x = infinity for pdf and cdf Paul A. Bristow 2007-09-16 15:19:00 +0000
  • 345ed64d89 added test to suit addition of special caese x = infinity for pdf and cdf Paul A. Bristow 2007-09-16 15:18:36 +0000
  • ab3bb22857 various corrections. Paul A. Bristow 2007-09-16 15:17:08 +0000
  • 0b2ddcb5bf added find_scale and w4127 suppress Paul A. Bristow 2007-09-16 15:15:51 +0000
  • 16ed4f136c Updates for find scale & location Paul A. Bristow 2007-09-16 10:34:01 +0000
  • f3dd16d9aa added for scale & location Paul A. Bristow 2007-09-16 10:31:50 +0000
  • 654dee0567 tests changed to allow pdf and cdf infinity. Paul A. Bristow 2007-09-16 10:26:10 +0000
  • 173a541bf4 tests changed to allow pdf and cdf infinity. Paul A. Bristow 2007-09-16 10:10:31 +0000
  • fdef88709d changed to allow pdf and cdf infinity. Paul A. Bristow 2007-09-16 10:09:51 +0000
  • 0f852a9292 Try to cure test failures. Paul A. Bristow 2007-09-15 15:20:44 +0000
  • 32cc08d247 Added needed include. John Maddock 2007-09-15 11:25:28 +0000
  • 76acd7ddf3 Fix for Boost.TR1 compatibility: it prevents recursive includes if we do things this way. John Maddock 2007-09-15 11:20:24 +0000
  • c820ea58fc Fix for failing example: added heuristic to up the multiplication factor if we don't bracket the root quickly. John Maddock 2007-09-15 11:19:20 +0000
  • ecc334e57b Corrected link where .cpp filename had changed. Paul A. Bristow 2007-09-14 16:00:15 +0000
  • 6bd903d454 Updated NTL::RR support with a thin wrapper class: RR can now be used unmodified via the supplied wrapper. John Maddock 2007-09-13 16:56:24 +0000
  • e334918936 added error messages, but need complement version with policy still (and name of distribution & policy?) Paul A. Bristow 2007-09-13 11:21:17 +0000
  • c394aa0065 cosmetic Paul A. Bristow 2007-09-12 09:42:58 +0000
  • 95bc17616e added check location and check_x (random deviate) and changed check scale to not permit 0 Paul A. Bristow 2007-09-12 09:40:10 +0000
  • 9d6e4b4f7c added tests for new checks on bad arguments like scale <=0 Paul A. Bristow 2007-09-12 09:39:07 +0000
  • feec9d2bdf Updated introductory material. John Maddock 2007-09-11 17:08:57 +0000
  • b0202394cc 1st version of test find scale Paul A. Bristow 2007-09-10 17:52:02 +0000
  • bebff763db 1st version, but problem with sign in complement Paul A. Bristow 2007-09-10 17:50:32 +0000
  • 486f5a1d3e Changed: "using namespace std;" to a more specific using declaration. John Maddock 2007-09-03 11:51:07 +0000
  • 3321e0a76c Another attempt to fix Mac OS failures: previous pp-logic didn't work for some reason. John Maddock 2007-08-31 09:16:54 +0000
  • df3533c2d7 Added explanatory notes. John Maddock 2007-08-30 17:21:49 +0000
  • d0aa223204 Added some type traits so we can do concept checking where required. Updated find_location to use the traits. Added tests for traits.hpp. Updated Jamfile.v2 with new tests. John Maddock 2007-08-30 17:08:46 +0000
  • 7a6b00e663 tests now pass. Paul A. Bristow 2007-08-30 14:05:43 +0000
  • 7a9488f295 tests now pass. Paul A. Bristow 2007-08-30 14:04:19 +0000
  • ff34c5764d More tidying up of the introduction. John Maddock 2007-08-30 12:44:26 +0000
  • 9cdc280e69 Instrument erf better. John Maddock 2007-08-30 10:20:34 +0000
  • 734bd76656 Updated expected results for Mac OS X. John Maddock 2007-08-30 10:14:57 +0000
  • 762e728d95 Added some instrumentation to help track down some Mac OS failures. John Maddock 2007-08-30 10:13:13 +0000
  • 8e8a88b748 Fix include form. John Maddock 2007-08-29 18:32:00 +0000
  • 5e9204816c Added short section on performance test app. Added copyright info to performance test app, plus needed build macros. John Maddock 2007-08-29 18:30:05 +0000
  • 38c325b977 Re-factored some overviews, and changed the layout of the introduction. John Maddock 2007-08-29 17:51:24 +0000
  • afc7ea301b Fix mingw regression. John Maddock 2007-08-29 17:15:54 +0000
  • 7db8540a18 Suppressed some gcc warnings. John Maddock 2007-08-29 16:38:13 +0000
  • dbaae571f8 corrected tests. Paul A. Bristow 2007-08-29 14:10:31 +0000
  • b523f0e3b7 updated copyright date Paul A. Bristow 2007-08-29 14:09:34 +0000
  • 51c6df2843 Disabled broken includes, will re-enable later when those headers are complete. John Maddock 2007-08-29 09:02:53 +0000
  • 7bbaeabe6b Fix for Darwin: not all versions have 106-bit long doubles. John Maddock 2007-08-29 09:00:28 +0000
  • cdf0e7544e Fixed quickbook build. John Maddock 2007-08-28 16:42:24 +0000
  • 0753dad6fe failed attempt to get link to work coinflip_eg_catch Paul A. Bristow 2007-08-28 15:34:58 +0000
  • 4c42085954 reduced section name length Paul A. Bristow 2007-08-28 14:20:25 +0000
  • 58130a5669 added some link to tip about why complements. Others todo? Paul A. Bristow 2007-08-28 13:53:26 +0000
  • 34ece638f6 added __complement to link direct to the info and tip. Paul A. Bristow 2007-08-28 13:51:59 +0000
  • 193fb5bfcf added scale & location Paul A. Bristow 2007-08-28 13:44:31 +0000
  • bf6c7048d5 changed section to lower case Paul A. Bristow 2007-08-28 13:38:06 +0000
  • 865d3a842d add renamed binomial_example_nag.cpp Paul A. Bristow 2007-08-28 13:29:41 +0000
  • b30134b709 renamed lower case and no _c because can't only change case Paul A. Bristow 2007-08-28 13:24:50 +0000
  • 3097622baa Removed file/folder Paul A. Bristow 2007-08-28 13:22:00 +0000
  • 95559eb26a Updated isnan so that it works even when the system does a "#define isnan isnan". Updated Jamfiles to reflect new file names, and suppress some more warnings. John Maddock 2007-08-28 12:34:14 +0000
  • 48a1498d15 Renamed some images. John Maddock 2007-08-27 09:07:29 +0000
  • 403742e8d7 Renamed remotely John Maddock 2007-08-27 09:01:36 +0000
  • 2429aac29a Renamed remotely John Maddock 2007-08-27 08:59:41 +0000
  • 931a34dd2f Renamed remotely John Maddock 2007-08-27 08:57:31 +0000
  • 7cba43a5e7 Renamed remotely John Maddock 2007-08-27 08:55:18 +0000
  • 9665f1e7cb Renamed remotely John Maddock 2007-08-27 08:53:23 +0000
  • 83d0fe8f74 Renamed remotely John Maddock 2007-08-27 08:49:33 +0000
  • 5721a19032 Renamed over-long files and sections. John Maddock 2007-08-26 18:40:16 +0000