Commit Graph

  • 0a62121792 Made max-iterations permitted before we give up a policy rather than a macro or - worse - an ad-hoc value. At the same time cleared up a lot of gcc-specific signed/unsigned comparison warnings. John Maddock 2007-08-26 17:39:53 +0000
  • a7f80bca1d 1st cut - but complement does NOT work. Paul A. Bristow 2007-08-26 16:38:39 +0000
  • 60c09aa988 Start of tests - but complement doesn't work. Paul A. Bristow 2007-08-26 16:36:17 +0000
  • 32c4c33a03 Fixed some typos, changes 1 title, and fixed markup in normal_misc_examples.cpp. John Maddock 2007-08-25 18:05:41 +0000
  • 401fd9fda1 Typo fixes, changed formatting a bit, and gave example a meaningful name. John Maddock 2007-08-25 16:14:26 +0000
  • 1e22ee9479 Fix typo. John Maddock 2007-08-25 15:51:43 +0000
  • c4b95072c8 placeholder for find_location & scale. Paul A. Bristow 2007-08-25 13:52:10 +0000
  • f8578189de added copyright notice & comment & includes find_scale & location Paul A. Bristow 2007-08-25 12:10:03 +0000
  • 871921e322 added copyright notice & comment Paul A. Bristow 2007-08-25 12:09:22 +0000
  • 9ef29b5580 Copyright & cosmetic Paul A. Bristow 2007-08-25 12:02:41 +0000
  • 69e15fb6dc Removed warning suppression push'n'pop Paul A. Bristow 2007-08-25 11:59:56 +0000
  • a76dd8ee89 Copyright & cosmetic Paul A. Bristow 2007-08-25 11:57:22 +0000
  • 885ae70e1e added global anchor 'why complements' Paul A. Bristow 2007-08-25 11:52:33 +0000
  • 2c3cc1de3c Layout & spelling correction Paul A. Bristow 2007-08-25 11:02:53 +0000
  • c661dbbcd0 added test for synonyms location & scale for mean & sd Paul A. Bristow 2007-08-25 09:03:02 +0000
  • c915c8b18c added synonyms location & scale for mean & sd Paul A. Bristow 2007-08-25 09:02:13 +0000
  • e94f0a4e84 Removal of coinflip qbk Paul A. Bristow 2007-08-24 16:36:10 +0000
  • 1164d56461 removed example example mistake Paul A. Bristow 2007-08-24 14:02:14 +0000
  • ab21739316 Some typo fixes, changes layout to prevent overflow of code blocks, plus some editorial changes to try and make the descriptions/layout as clear as possible. John Maddock 2007-08-23 17:46:50 +0000
  • a32cf73ad2 Updated performance test app, and added performance docs and logs. John Maddock 2007-08-22 17:48:10 +0000
  • 2137d0a0fa New examples for normal Paul A. Bristow 2007-08-22 13:23:02 +0000
  • c04dd5c5be New examples for normal Paul A. Bristow 2007-08-22 13:21:25 +0000
  • bc6e5e87aa Minor improvements? Paul A. Bristow 2007-08-22 13:20:23 +0000
  • bf35d284cc added to examples Paul A. Bristow 2007-08-22 13:19:26 +0000
  • b3d5a639c3 PUnctuation Paul A. Bristow 2007-08-22 13:17:04 +0000
  • 5cef3c46d4 added link to normal examples. Paul A. Bristow 2007-08-22 13:16:03 +0000
  • 6ca751d2b0 Change of filename of NAG example.cpp in qbk link Paul A. Bristow 2007-08-21 13:27:46 +0000
  • 3dc36c9676 This replaced binomial_example_3 which can be removed. TODO Paul A. Bristow 2007-08-21 13:16:01 +0000
  • d69dc2d48e correction change in policy name! Paul A. Bristow 2007-08-21 13:07:59 +0000
  • 2cc1a858d6 First cut Paul A. Bristow 2007-08-21 13:04:16 +0000
  • bb1931edec Changed "policy" directory to "policies" to match the namespace name. John Maddock 2007-08-20 12:43:32 +0000
  • 9cf861c275 Hopefully fixed Intel-regression in release mode: if the data points are very close to linear the cubic interpolation may fail and generate a NaN in highly optimised code. John Maddock 2007-08-20 09:31:28 +0000
  • 934c402c14 Fixed some GCC-4.2 warnings in unchecked_factorial.hpp. Fixed some Intel-10 compile errors in error_handling.hpp. Updated performance/main.cpp to print configuration info. John Maddock 2007-08-19 16:37:56 +0000
  • a14d665e4f Initial commit of very basic makefile for doc generation. John Maddock 2007-08-17 15:58:02 +0000
  • 8578b430e4 Change paper type to A4 John Maddock 2007-08-16 17:33:43 +0000
  • 15d515f8b8 layout & comments only. Paul A. Bristow 2007-08-16 14:18:05 +0000
  • 8bdb25f7c7 More comments changed - and commented-out an unreachable code warning suppression - believed not now needed. Paul A. Bristow 2007-08-16 14:11:07 +0000
  • be2ccd4e73 Fixed Cygwin failures. John Maddock 2007-08-16 13:07:32 +0000
  • e6a8118e0c Fixed a few more regressions, and quashed a few warnings. John Maddock 2007-08-16 12:22:22 +0000
  • 6d5fb5a5d6 Updated include tests, to instantiate the respective code. Fixed any errors that cropped up and suppressed rather a lot of warnings. Updated docs as well. John Maddock 2007-08-15 18:31:18 +0000
  • 4b1f2de593 added coin flip example - but it needs more refinement. Paul A. Bristow 2007-08-15 17:19:24 +0000
  • cdd47d7867 First cut - needs checking and refining! Paul A. Bristow 2007-08-15 17:18:40 +0000
  • da0244db36 New example binomial coinflipping referenced Paul A. Bristow 2007-08-15 15:05:00 +0000
  • 69fe42557f New example referenced from binomial_example.qbk Paul A. Bristow 2007-08-15 15:03:05 +0000
  • a8fd036dfb Updated docs with error rates and links to GSL/GLIBC etc. John Maddock 2007-08-15 14:15:53 +0000
  • e16e81bf10 Some corrections, but final example 7.5 I don't understand and needs doing or deleting. Paul A. Bristow 2007-08-15 10:12:51 +0000
  • 65b1f877df Removed tune app: it's been superseded by the performance app. John Maddock 2007-08-14 16:58:28 +0000
  • 56852c989f Fix gcc-mw compilation. Added performance tuning options to performance app. John Maddock 2007-08-14 16:29:39 +0000
  • e8a40a50ab replaced Bernoulli refer Paul A. Bristow 2007-08-14 14:21:12 +0000
  • 88af3cb850 Fixed some typos, and a few factual errors. John Maddock 2007-08-14 12:44:20 +0000
  • 580be95bf0 Fixed a few typos. Added more information and links to discrete-distribution-quantiles tutorial. Added more quickbook mark-up to example/distribution_construction.cpp to (hopefully) aid readability. John Maddock 2007-08-14 10:45:40 +0000
  • 06f22e5d79 Reinstated tools::digits<>(): it has it's uses as a default backup used by policy::digits<>(), and makes the conceptual requirement a lot easier. John Maddock 2007-08-14 10:38:54 +0000
  • cbc6f2f44f update for new example using policies Paul A. Bristow 2007-08-14 08:41:13 +0000
  • 08d6c0bd39 update for polices Paul A. Bristow 2007-08-14 08:36:26 +0000
  • 6f96ddf50b New example of how to construct distributions Paul A. Bristow 2007-08-14 08:35:44 +0000
  • eeab8a5a63 New example of how to construct distributions Paul A. Bristow 2007-08-14 08:34:47 +0000
  • 07dee9a1d7 update for polices Paul A. Bristow 2007-08-14 08:32:13 +0000
  • 41c0332fbc update for polices Paul A. Bristow 2007-08-13 21:40:00 +0000
  • f6158991c0 update for polices Paul A. Bristow 2007-08-13 21:39:22 +0000
  • cfd082b846 update of policies Paul A. Bristow 2007-08-13 21:38:24 +0000
  • f10124aabb Update for policies Paul A. Bristow 2007-08-13 21:35:07 +0000
  • 7f7e1b2e1d Updated examples (& policies) Paul A. Bristow 2007-08-13 21:33:30 +0000
  • ea0a506938 update for policy Paul A. Bristow 2007-08-13 20:18:35 +0000
  • 03b458cab2 Updated for policy error handling Paul A. Bristow 2007-08-13 20:09:04 +0000
  • a9d65a7e5e Many Updates for policy Paul A. Bristow 2007-08-13 20:07:38 +0000
  • 32169c0bfc Ooops, still really does need a TODO. John Maddock 2007-08-12 16:23:28 +0000
  • 09ade40af2 Correction to comment, now has a typedef for binomial_distribution. No change to code. Paul A. Bristow 2007-08-12 14:58:34 +0000
  • c3ffe27f16 Changed the name of some of the discrete quantile policies, and more or less finished the policy tutorial. John Maddock 2007-08-12 09:24:08 +0000
  • d91c9d2be0 Added new graphs. Updated mime types. John Maddock 2007-08-12 09:17:29 +0000
  • b71246a37a Removed Evans example - wrong for find_minimum_number_of_trials example. Paul A. Bristow 2007-08-11 16:38:24 +0000
  • 765be8db3e Added two links to policy and used them once, but some still todo. Paul A. Bristow 2007-08-10 15:46:54 +0000
  • 2a6d18fb50 Big proof-read of policy docs, moved all examples into separate source files, and made sure they compile etc. John Maddock 2007-08-09 16:34:23 +0000
  • 396c0510f9 Big Spell check. John Maddock 2007-08-08 12:52:51 +0000
  • f46595c9b1 More or less finished policy tutorial. Trivial whitespace change to test_negative_binomial.cpp. John Maddock 2007-08-08 10:48:10 +0000
  • 6ab4e78e74 Docs in code added for sample sizes example Paul A. Bristow 2007-08-06 15:36:31 +0000
  • efabb0f687 Added /corrected sample sizes example. Paul A. Bristow 2007-08-06 15:35:08 +0000
  • 8e6de0e96c Showing difference between quantile method and find Paul A. Bristow 2007-08-06 14:11:07 +0000
  • 850a2b5393 Problem with find_minimum_number_of_trials - needs attention? Paul A. Bristow 2007-08-06 12:10:58 +0000
  • 8f83dc3689 Fix name case in includes. John Maddock 2007-08-05 18:04:04 +0000
  • e52f2d887e Renamed remotely John Maddock 2007-08-05 17:57:35 +0000
  • 10971c91f9 Fix filename case. John Maddock 2007-08-05 17:55:54 +0000
  • fc28190f81 Fix filename Case. John Maddock 2007-08-05 17:52:48 +0000
  • 97ea166f87 Fix filename case John Maddock 2007-08-05 17:50:01 +0000
  • 77a872d1f7 Fix filename case John Maddock 2007-08-05 17:47:58 +0000
  • 13605b51b9 Fix filename case John Maddock 2007-08-05 17:45:07 +0000
  • 675016302a Fix case. John Maddock 2007-08-05 17:42:25 +0000
  • bc7b078b8a update to use Quickbook in C++ system Paul A. Bristow 2007-08-05 14:06:58 +0000
  • a15de7d6ff update to use Quickbook in C++ system Paul A. Bristow 2007-08-05 14:05:22 +0000
  • b10841e3be Added another example to the policy tutorial. Fixed \n warnings in the issue list. Suppressed some Intel compiler messages. John Maddock 2007-08-04 18:13:04 +0000
  • 832800401f more typos but NOT cured missi policy eg 4 and 6 policy.qbk:256: error: Expanding template and 281 too Paul A. Bristow 2007-08-04 13:55:59 +0000
  • bb3b5a9491 typos etc Paul A. Bristow 2007-08-04 13:38:14 +0000
  • 34adf315d6 fixed link fault in policy_eg_4 in docs Paul A. Bristow 2007-08-04 12:03:29 +0000
  • 4bc64ed7b9 Added keyword substitution properties to all .qbk files. John Maddock 2007-08-04 11:54:56 +0000
  • 0bbd908dff removed stats function example 1 - needs update to use accumulator. Paul A. Bristow 2007-08-04 10:52:46 +0000
  • 661d84aec7 Added a bit more of the tutorial John Maddock 2007-08-04 09:03:48 +0000
  • 3924819449 Initial commit, more tutorial examples. John Maddock 2007-08-04 08:55:58 +0000
  • dddbe27ebc Fixed a few warnings and updated the Jamfile to build and run everything. John Maddock 2007-08-03 17:03:12 +0000
  • 2621c0a338 Make sure file ends in newline or else gcc complains John Maddock 2007-08-03 16:54:31 +0000
  • 3567a4e5ba After changes to permit MS extensions Paul A. Bristow 2007-08-03 13:22:41 +0000
  • 8c9b1ade11 Changed to previous overlfow policy so returns inf Paul A. Bristow 2007-08-03 13:21:37 +0000