Commit Graph

451 Commits

Author SHA1 Message Date
Jeremy W. Murphy
ab87cb4d27 polynomial: Document right/left shift and odd/even functionality. 2016-04-07 14:54:39 +10:00
Jeremy W. Murphy
e75d47e24a Fix bugs in printing out zero coefficients. 2016-04-07 14:53:33 +10:00
Jeremy W. Murphy
d9fa9fc477 Make an example of brace initializer_list construction. 2016-03-02 13:39:02 +11:00
pabristow
7a7d3321fe Moved polystuff to tools, added JWM as author and numerous minor edits 2015-12-14 16:13:05 +00:00
pabristow
b2bd954faa Polish polynomial example. 2015-12-13 17:33:17 +00:00
jzmaddock
c36506f852 Merge pull request #17 from jeremy-murphy/polynomial_division
Polynomial division
2015-12-13 12:06:00 +00:00
Jeremy W. Murphy
ccbab25823 Polynomial arithmetic example. 2015-12-13 18:18:20 +11:00
akumta
352250c017 remove redundant using statement 2015-12-02 11:19:28 -08:00
akumta
a1c290b1cf remove redundant using statement 2015-12-02 11:10:28 -08:00
akumta
0a88915e2f remove redundant using statement 2015-12-02 11:09:49 -08:00
akumta
bf6c0c55dd remove redundant using statement 2015-12-02 11:08:37 -08:00
akumta
700dae7e89 remove redundant using statement 2015-12-02 11:06:51 -08:00
akumta
7ed88bcdcc update for ticket #11827 2015-12-01 11:05:45 -08:00
akumta
108475fcbf update for ticket #11827 2015-12-01 11:04:29 -08:00
akumta
cf75babb29 update for ticket #11827 2015-12-01 11:03:32 -08:00
akumta
e45ef56d65 update for ticket #11827 2015-12-01 11:01:28 -08:00
akumta
44011b9ec1 update for ticket #11827 2015-12-01 10:56:55 -08:00
jzmaddock
d719e4b567 Remove no longer needed special_functions sub-directory.
Also fix lots of inspect-report failures.
2015-09-07 19:35:29 +01:00
jzmaddock
59a2bd5cb8 Remove the quaternion directory and move contents elsewhere. 2015-09-07 19:09:55 +01:00
jzmaddock
c6593b149b Fix GCC test failures when building with -fno-exceptions. 2015-09-06 19:21:17 +01:00
jzmaddock
ba365b5aaa Enable running of tests with exception handling off.
And fix a few bugs that showed up in the process.
Currently msvc-only (not GCC as Boost.Test doesn't build).
2015-09-05 19:08:28 +01:00
jzmaddock
258a2aeb4c Big warning suppression fix for VC14. 2015-08-01 18:00:41 +01:00
jzmaddock
3bc8020b0d Add docs for airy zeros.
Implementation notes still need adding!
2015-05-26 19:37:43 +01:00
jzmaddock
cb752efcb3 Paul's doc corrections. 2015-05-25 08:46:48 +01:00
jzmaddock
73c27a1a6d Rewrite float-comparison docs to use new public interfaces. 2015-05-23 12:06:36 +01:00
jzmaddock
251e556e42 Fix spelling of "tripples". 2015-05-18 18:28:53 +01:00
jzmaddock
74a42f98ea Fix various typos.
Change Schroeder to Schroder.
2015-05-18 18:23:47 +01:00
jzmaddock
7dd1fb6342 Build performance tables from Jamfile.
Improve table generation.
Update docs with GCC tables.
2015-05-14 13:27:50 +01:00
jzmaddock
95e1ca379b Add the program that generates iteration count tables. 2015-05-12 19:35:12 +01:00
jzmaddock
0b166f37ab Merge branch 'develop' into rooting 2015-05-11 19:08:00 +01:00
jzmaddock
36d0b96347 Tidy up n'th root examples, add stub for elliptic examples. 2015-05-11 13:48:08 +01:00
jzmaddock
e68feb62b6 make boost-root locating consistent. 2015-05-10 11:59:58 +01:00
jzmaddock
ce3c5e5fbc Improve cbrt comparison code.
Tidy up docs.
Clean up unnecessary #includes
Improve file name handling.
Re run performance tests.
2015-05-09 18:32:40 +01:00
jzmaddock
282a74beea Correct call to abs - should be std::abs. 2015-05-06 18:36:30 +01:00
jzmaddock
805fb89a61 Improve root finding examples.
Add updated elliptic integral tests.
Add lambda example.
Tweak wording in places.
2015-05-05 13:22:29 +01:00
jzmaddock
ef0241c0a3 Add elliptic integral example. 2015-05-04 18:36:40 +01:00
jzmaddock
dc1c023540 Minor edits to minimization docs and examples. 2015-04-30 18:33:18 +01:00
jzmaddock
a0fb417bc0 Tidy up comments. 2015-04-30 18:32:48 +01:00
jzmaddock
5cbf37159e Change to use sensible defaults for required digit counts. 2015-04-29 17:57:27 +01:00
jzmaddock
6277275f32 Make sure results of timed calls are really *really* used.
Optimize derivative calculation to reduce redundant computation.
2015-04-28 18:45:24 +01:00
jzmaddock
8d394d4f53 Make sure calculated results are really used to avoid spurious optimizations. 2015-04-27 19:43:56 +01:00
jzmaddock
8b0aaec93f Tidy up:
Remove unneeded '#includes.
Improve finding of boost-root.
Fix debug/release detection to not use MSVC specific macros.
2015-04-27 19:27:22 +01:00
pabristow
e7ae689ea5 New sections of examples or cube, fifth, multiprecision and nth root finding, and comparison of timing and iterations. 2015-04-26 17:41:10 +01:00
Lauri Nurmi
0c273d09a9 Fix spelling of "occurr*". 2015-03-28 22:11:16 +02:00
pabristow
9b293b689d No bad links from inspect and fp_comparison revised. 2015-03-13 13:02:31 +00:00
pabristow
2b57792dbc rooting links corrected, build clean, but some links still broken. 2015-03-12 18:05:36 +00:00
pabristow
7a74c3728f New example and .qbk 2015-03-05 10:25:19 +00:00
jzmaddock
e5a25df9a2 Make a few edits and reorganize root finding docs. 2014-12-15 18:30:39 +00:00
pabristow
4da25c8bb4 Work in progress on root finding examples. 2014-12-12 12:03:29 +00:00
jzmaddock
ccc5dcda99 [examples] Disable initializer list tests for gcc-4.4.x as the compiler doesn't seem to support then even though it has <initializer_list>. 2014-12-10 18:50:22 +00:00
pabristow
39b499bd42 Add arcsine example 2014-10-20 14:38:03 +01:00
pabristow
5a6d292729 Changed comments on snips. 2014-09-25 16:38:38 +01:00
jzmaddock
bc77596f23 Improve calculation of phase probabilities when normalizing so they really should add up to 1.
Allow slight tolerance in checking for sum of phase probabilities.
Add missing call to normalize in iterator constructor.
Remove asserts that duplicated the error handling code - better to provide consistent behavior via the error handlers.
Add comment to examples about other containers working equally well.
2014-09-03 19:25:20 +01:00
sguazt
3c596733f8 [distributions] Hyper-Exponential: added example and doc from (Wolski et al.,2013) paper. 2014-09-01 23:49:32 +02:00
jzmaddock
f8e0a5524d Move code snippets into separate cpp file. 2014-09-01 19:18:12 +01:00
jzmaddock
6e8145a076 Add code to profile changes to toms748_solve.hpp to see if their effect is beneficial.
Change the heuristics used when the initial guess is really bad.
Change example to return a fail-code when an error occurs.
2014-07-31 12:48:23 +01:00
jzmaddock
e20b44e8a9 Move headers that are mostly used for internal maintenance and testing into an "include_private" directory - this is to reduce dependencies on other Boost modules when using this library. 2014-06-09 16:08:35 +01:00
pabristow
7a88296853 Example of upto 128-bit normal tables using cstdfloat 2014-03-16 13:01:47 +00:00
pabristow
e1b4cfe8b6 New examples using cstdfloat 2014-03-16 12:58:10 +00:00
jzmaddock
e0745c7612 Tentative fix for VC12 failures - don't use unnamed namespace for tgamma examples as VC12 has ::tgamma. 2014-01-23 16:48:57 +00:00
jzmaddock
ee56e2c03d Fix Student's t example in code and docs.
Update history: we've added new features so go up a version number.
Regenerate docs.
2014-01-17 18:48:20 +00:00
jzmaddock
8d04137d55 Fix some inspection report issues. 2014-01-14 17:52:37 +00:00
jzmaddock
d65d281de1 Fix some issues in bernoulli docs. 2014-01-11 18:59:14 +00:00
Paul Bristow
56b4ae4425 First revision to docs. 2014-01-10 18:12:06 +00:00
jzmaddock
2216a07483 Fix example so it actually compiles, add better OutputIterator usage and fix try/catch blocks. 2014-01-09 10:18:49 +00:00
Paul Bristow
e0be796c64 Bernoulli example (used by docs) 2014-01-07 14:56:35 +00:00
John Maddock
294e4fcb31 Add needed file.
[SVN r85177]
2013-07-31 11:47:52 +00:00
Paul A. Bristow
138cfa2447 Changed links in examples to use def __ style links
[SVN r84324]
2013-05-17 11:02:32 +00:00
Paul A. Bristow
0f7e4baf16 Changed links in examples to use def __ style links
[SVN r84323]
2013-05-17 11:00:49 +00:00
Paul A. Bristow
db7a1c2a55 Changed links in examples to use def __ style links
[SVN r84321]
2013-05-17 10:59:59 +00:00
John Maddock
9f17b2d2e7 Duplicated more of Trunk's files so we can check links.
Search-and-replace fixed a bunch of links.
Regenerate docs.

[SVN r84208]
2013-05-09 17:58:27 +00:00
John Maddock
a1d526bd36 Change to quickbook 1.6.
Change to use chapters at the top level.
Big search and replace on link names.

[SVN r84201]
2013-05-09 09:04:20 +00:00
John Maddock
57cba0eef4 Reorganise directory structure to make things easier to find and maintain.
[SVN r84143]
2013-05-05 12:32:36 +00:00
John Maddock
cb2804cba0 Remove files that have already been merged to trunk.
[SVN r84124]
2013-05-03 17:37:10 +00:00
John Maddock
81e1943d03 Remove duplicate entry.
[SVN r83620]
2013-03-28 11:30:36 +00:00
Paul A. Bristow
f0b0d0e75c Added #include and try/n/catch blocks to try to see why fails on some platforms (mainly Teeks).
[SVN r83560]
2013-03-25 17:54:57 +00:00
Paul A. Bristow
b57030b7d0 Updates to Bessel and Airy examples.
[SVN r83419]
2013-03-13 17:28:54 +00:00
Paul A. Bristow
e620f3f56a New airy example, providing snippets for docs.
[SVN r83418]
2013-03-13 17:10:13 +00:00
Paul A. Bristow
1e82b52349 Corrected wrong tolerance for check close percent and fraction.
[SVN r83413]
2013-03-12 17:51:35 +00:00
Paul A. Bristow
99507b3d9f Minor corrections from John 10 Mar 13
[SVN r83407]
2013-03-11 12:19:51 +00:00
John Maddock
bc86f6503e Beautify formatting a little.
[SVN r83399]
2013-03-10 17:20:55 +00:00
Paul A. Bristow
987e4396c5 Added split into four examples to the jamfile.
[SVN r83362]
2013-03-08 12:53:35 +00:00
Paul A. Bristow
c7c6172eb9 Bessel and Neumann examples, split into four files.
[SVN r83361]
2013-03-08 12:50:39 +00:00
Paul A. Bristow
5896a2e6a1 Removed 'expected to fail' example.
[SVN r83355]
2013-03-08 10:00:48 +00:00
Paul A. Bristow
0b13cd9a50 Added missing & to std::exception
[SVN r83285]
2013-03-03 18:11:12 +00:00
Paul A. Bristow
3deab3df31 Cosmetic.
[SVN r83059]
2013-02-21 10:22:05 +00:00
John Maddock
c81974e215 Add missing link dependency to Paul Bristow's new example.
Fix tgamma bug reported by Rocco Romeo.
Update history.

[SVN r83011]
2013-02-19 17:02:50 +00:00
Paul A. Bristow
f140d2afb6 Added example of switching expression templates off and using Boost.Test BOOST_CHECK_CLOSE_FRACTION macros.
[SVN r82913]
2013-02-15 18:51:31 +00:00
Paul A. Bristow
b31c119bc8 Use more accurate values for airy zeros as max and min to suit 80 bit long double platforms.
[SVN r82900]
2013-02-15 11:01:22 +00:00
Paul A. Bristow
221985b1e4 use Kahan formula where max_digits10 not available.
[SVN r82899]
2013-02-15 10:49:15 +00:00
Paul A. Bristow
68837b272e Changed to use revised order (and other minor changes).
[SVN r82773]
2013-02-07 14:47:44 +00:00
Paul A. Bristow
f21f359d3b Simplistic example of using multiprecision. Not sure if this is useful?
[SVN r82761]
2013-02-06 17:06:29 +00:00
Paul A. Bristow
b6e135c144 Changes to reflect new signatures of bessel zeros
[SVN r82732]
2013-02-04 18:02:37 +00:00
Paul A. Bristow
f2d563001c Added 2nd {{ and }} and a comment "for some GCC compiler versions"
[SVN r82723]
2013-02-04 10:12:29 +00:00
Paul A. Bristow
3b4322354f Added sample output from fft_sines_table multiprecision use example. (will be referenced from the docs.)
[SVN r82722]
2013-02-04 10:07:14 +00:00
Paul A. Bristow
5ebccaba0c Example of Boost.Multiprecision to generate a high-precision array of sin coefficents for use with FFT.
Version that writes an array (std:: or Boost:: as appropriate).

Quickbook embedded, but not used yet.  TODO!

[SVN r82688]
2013-02-02 16:35:40 +00:00
Paul A. Bristow
a2fce16747 Update to distribution construction examples to include examples of multiprecision.
[SVN r82687]
2013-02-02 16:31:57 +00:00
Paul A. Bristow
7ecf164aad Very much draft temporary commit while we discover the cause of difference between platforms.
[SVN r82667]
2013-01-31 10:12:07 +00:00
Paul A. Bristow
dacdfc4bf6 INitial commit of Chris's bessel zero example - but with a simple integral order test added (and long warning).
[SVN r82639]
2013-01-27 18:04:33 +00:00
Marshall Clow
5015967f95 Removed missed usage of deprecated macros in Boost.Math
[SVN r81586]
2012-11-27 14:19:45 +00:00
Paul A. Bristow
1211184b20 Corrected mistake in pooled sd reported by n.g.davies, trac #7402
[SVN r80706]
2012-09-26 15:33:55 +00:00
Paul A. Bristow
777defb145 Added (correct) copyright and non-ASCII chars.
[SVN r79975]
2012-08-12 11:19:21 +00:00
Paul A. Bristow
14762d7522 Added new constants example to jamfile. OK on MSVC
[SVN r78828]
2012-06-06 11:27:47 +00:00
Paul A. Bristow
94c61bd9e7 Example of using constants
[SVN r78827]
2012-06-06 11:26:58 +00:00
John Maddock
ec742b4b80 Merge Owen's T function and Skew Normal code from sandbox and fix whatever failures show up.
Regenerate docs.

[SVN r78130]
2012-04-22 10:23:03 +00:00
John Maddock
2f1c05528c Add licence.
[SVN r78110]
2012-04-21 10:29:44 +00:00
Benjamin Sobotta
24602c38de Removed tabs and fixed the indentation to work with spaces only.
[SVN r77882]
2012-04-10 08:29:12 +00:00
John Maddock
b90fb1a37e Fix compiler errors in example.
Fix test failures.
Fix owens_t code to use mpl-based dispatch to select correct implementation.

[SVN r77776]
2012-04-05 11:31:02 +00:00
Paul A. Bristow
e0703077db New example of getting and catching a thrown exception from trapping nonfinites.
[SVN r77270]
2012-03-08 18:15:42 +00:00
Paul A. Bristow
ceeb07340b Minor changes to simple example.
[SVN r77269]
2012-03-08 18:13:01 +00:00
Benjamin Sobotta
20f2eb342e Added an alternate method to compute the mode, which needs careful review. Substituted all explicitly written constants for the boost counterparts. Also updated the driver file to compute the mode and fixed a minor bug.
[SVN r76806]
2012-01-31 11:24:54 +00:00
Paul A. Bristow
62807838ce 1st commit of skew_normal to boost sandbox, but failures in mode TODO.
[SVN r76718]
2012-01-27 17:08:55 +00:00
Paul A. Bristow
47eb661207 Tiny layout change.
[SVN r73173]
2011-07-17 11:33:52 +00:00
Paul A. Bristow
d88276699f Added negative NaN example.
[SVN r73172]
2011-07-17 11:32:57 +00:00
Paul A. Bristow
df9784ccd3 Minor change to avoid a warning.
[SVN r73171]
2011-07-17 11:30:32 +00:00
Paul A. Bristow
96b134328b New Bayes example
[SVN r73047]
2011-07-13 14:19:33 +00:00
Paul A. Bristow
3a8f3197c6 new example
[SVN r72649]
2011-06-17 16:59:03 +00:00
Paul A. Bristow
b0d4657704 removed warning suppress
[SVN r72648]
2011-06-17 16:57:07 +00:00
Paul A. Bristow
7c841b12c3 Added
#if (!defined __BORLANDC__ && !defined __CODEGEARC__) to avoid a signaling_NaN trap on these compilers.
 

[SVN r71443]
2011-04-23 14:27:50 +00:00
Paul A. Bristow
c7931ae730 Added check that infinity supported. and ends with newline.
[SVN r71441]
2011-04-23 14:19:03 +00:00
Paul A. Bristow
ae9f823f99 Added check that infinity supported. and ends with newline.
[SVN r71440]
2011-04-23 13:59:11 +00:00
Paul A. Bristow
bee89c396c Added check that infinity supported. and ends with newline.
[SVN r71439]
2011-04-23 13:52:54 +00:00
Paul A. Bristow
e9f171b697 Added check that infinity supported. and ends with newline.
[SVN r71438]
2011-04-23 13:51:28 +00:00
Paul A. Bristow
bf6409b329 Added example of concise imbue of cout and cin.
[SVN r71415]
2011-04-22 09:56:31 +00:00
Paul A. Bristow
82659076c9 Refinements to examples to avoid temp locales
[SVN r71402]
2011-04-21 17:49:40 +00:00
John Maddock
e62f8f1a69 Regenerate docs and add missing files.
Fix examples so they build for VC-9.0 and earlier (ie when BOOST_NO_NUMERIC_LIMITS_LOWEST is defined).

[SVN r71401]
2011-04-21 10:46:10 +00:00
Paul A. Bristow
fd4ae7ed8f Provided workaround for older compilers without max_digits10.
[SVN r71392]
2011-04-20 09:19:21 +00:00
Paul A. Bristow
1a9b4c6c36 Provided workaround for older compilers without max_digits10.
[SVN r71391]
2011-04-20 09:08:56 +00:00
Paul A. Bristow
72db3cd5cb Added std:: to numeric_limits in #ifdef BOOST_NO_NUMERIC_LIMITS_LOWEST branch.
[SVN r71390]
2011-04-20 08:55:52 +00:00
Paul A. Bristow
957aac784a Tabs removed, end newlines added, and max/min () to meet inspection report comments.
[SVN r71379]
2011-04-19 17:59:46 +00:00
Paul A. Bristow
d64c15ce24 nonfinite examples two serialization examples now to link OK).
[SVN r71287]
2011-04-15 15:10:39 +00:00
Paul A. Bristow
ce3c4d20c7 Added new nonfinite facets examples.
[SVN r71284]
2011-04-15 14:42:50 +00:00
Paul A. Bristow
0711f4932b Added nonfinite examples (but two serialization examples fail to link). One example (referenced in docs is expected to fail on some but not all system)
[SVN r71281]
2011-04-15 14:20:42 +00:00
Paul A. Bristow
3fd41c3a6e Added Johan Rade's fp_inspect utility program.
[SVN r71280]
2011-04-15 14:00:50 +00:00
Paul A. Bristow
e379afb51a First nonfinite example nonfinite_signaling_NaN.cpp.
[SVN r71271]
2011-04-15 13:37:21 +00:00
Steven Watanabe
3524499fc0 Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
f11d1c3c2b Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags. 



[SVN r68140]
2011-01-14 02:35:58 +00:00
John Maddock
5b4f192716 Fix inspection report issues.
[SVN r67727]
2011-01-06 16:55:48 +00:00
Paul A. Bristow
bae44eae90 New factorial example
[SVN r67364]
2010-12-20 15:33:46 +00:00
John Maddock
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.

[SVN r67231]
2010-12-14 19:22:52 +00:00
Paul A. Bristow
2ba163076a Added 'no formula to evaluation error
[SVN r67222]
2010-12-13 16:47:45 +00:00
Paul A. Bristow
daaefa0caf changed file spec \ to / of sf /gamma
[SVN r66955]
2010-12-01 18:46:42 +00:00
Paul A. Bristow
97bea6e4b1 Check before using max_digits10
[SVN r66887]
2010-11-30 10:05:14 +00:00
Paul A. Bristow
96249a133b Added explicit #include <cstddef> to try to meet stlport and others needing errno definition.
[SVN r66886]
2010-11-30 10:04:33 +00:00
Paul A. Bristow
12aa3bb74a tried using boost_no_numericLimits to avoid max_digits10
[SVN r66839]
2010-11-29 12:44:01 +00:00
Paul A. Bristow
f185b8f435 Limit use of max_digits10 to MSVC 10
[SVN r66838]
2010-11-29 10:21:56 +00:00
Paul A. Bristow
6c3288a86d Removed diagnostic output for gcc.
[SVN r66765]
2010-11-26 10:23:23 +00:00
Paul A. Bristow
fea0e26563 New example
[SVN r66732]
2010-11-24 16:54:17 +00:00
Paul A. Bristow
25d937ddc9 Update for new distributions
[SVN r66722]
2010-11-24 16:35:17 +00:00
Paul A. Bristow
f71ee2e5dd Added new distributions.
[SVN r66721]
2010-11-24 16:34:31 +00:00
Paul A. Bristow
c6427a3dfd Added for root finding docs
[SVN r66720]
2010-11-24 16:33:31 +00:00
Paul A. Bristow
b31f641157 Comments etc
[SVN r66719]
2010-11-24 16:31:10 +00:00
Paul A. Bristow
be4bd91753 Changed to avoid using namespace boost::math
[SVN r65665]
2010-09-29 10:32:55 +00:00
Paul A. Bristow
6f66180932 included #include <stdexcept> instead of <exception> to try to define std::domain_error reported missing by Darwin 4.2.1 and others.
[SVN r65190]
2010-09-02 11:17:43 +00:00
Paul A. Bristow
087af32241 Mistake in declaration noted by Darwin only corrected.
[SVN r65189]
2010-09-02 11:01:26 +00:00
Paul A. Bristow
5365891da1 Minor editorial with some added comments.
[SVN r65170]
2010-09-01 17:46:05 +00:00
Paul A. Bristow
2e3e4c4b07 Avoid name ambiguity, etc
[SVN r65153]
2010-08-31 18:12:53 +00:00
Paul A. Bristow
d518687b2a Avoid name ambiguity, etc
[SVN r65152]
2010-08-31 15:01:57 +00:00
Paul A. Bristow
b59928ea23 Avoid name ambiguity, etc
[SVN r65151]
2010-08-31 14:37:32 +00:00
Paul A. Bristow
287ef662ad Avoid name ambiguity.
[SVN r65150]
2010-08-31 14:05:46 +00:00
Paul A. Bristow
56b5c4f329 Avoid name ambiguity.
[SVN r65149]
2010-08-31 13:55:29 +00:00
Paul A. Bristow
e037e5ed89 Avoid name ambiguity.
[SVN r65130]
2010-08-30 09:36:03 +00:00
Paul A. Bristow
b8578a48a7 Avoid name ambiguity.
[SVN r65129]
2010-08-30 09:34:36 +00:00
Paul A. Bristow
80e2fabfef Avoid name ambiguity.
[SVN r65128]
2010-08-30 09:30:55 +00:00
Paul A. Bristow
8c1ed33bb7 Avoid name ambiguity.
[SVN r65127]
2010-08-30 09:20:54 +00:00
Paul A. Bristow
9e576c69b1 Avoid name ambiguity.
[SVN r65126]
2010-08-30 09:13:14 +00:00
Paul A. Bristow
f18228df9b Avoid name ambiguity.
[SVN r65125]
2010-08-30 09:10:05 +00:00
Paul A. Bristow
5ade8ca1f6 Avoid name ambiguity.
[SVN r65124]
2010-08-30 09:07:41 +00:00
Paul A. Bristow
4359ee9616 Avoid name ambiguity.
[SVN r65123]
2010-08-30 09:02:45 +00:00
Paul A. Bristow
c673738d9e Removed "using namespace ...;" to try to avoid ambiguity in name binomial_distribution which is the std:: (random) and boost::math
[SVN r65017]
2010-08-26 13:29:29 +00:00
Paul A. Bristow
fd9348f363 corrected wrong filename in heading
[SVN r59226]
2010-01-22 17:36:13 +00:00
John Maddock
5199267448 Merge changes from Sandbox.
Update series and continued fraction docs.

[SVN r56668]
2009-10-09 12:43:29 +00:00
John Maddock
df259a9e1d Fix line endings.
[SVN r55119]
2009-07-23 11:56:59 +00:00
John Maddock
c5fb9b3bfb Fix for no long double support.
[SVN r51579]
2009-03-03 18:19:01 +00:00
Paul A. Bristow
b4e8bf83c5 added laplace example
[SVN r50624]
2009-01-16 10:01:59 +00:00
Paul A. Bristow
0ecf5cf353 A very noddy example for Laplace distribution. Better ideas?
[SVN r50075]
2008-12-02 17:16:03 +00:00
John Maddock
095e1ebd48 Added a new section on building to the docs.
Added explanatory note to example.
Added examples to test Jamfile.v2.

[SVN r49534]
2008-11-02 13:45:37 +00:00
John Maddock
63aea405e4 Change configuration Jamfile so it's no longer dependent on the testing module.
Fixed students T example, and updated docs to match.
Removed two dead files.

[SVN r49523]
2008-11-01 18:03:39 +00:00
Paul A. Bristow
cfd03e9a2e Added warning suppression in fusion.
[SVN r49518]
2008-11-01 14:35:52 +00:00
Paul A. Bristow
f2c9831420 Added warning in fusion suppression and comments.
[SVN r49517]
2008-11-01 14:34:11 +00:00
Paul A. Bristow
d4b3d127c8 Checked and added output to Quickbook (but not used by docs yet)
[SVN r49516]
2008-11-01 14:31:59 +00:00
Paul A. Bristow
36d1b598b1 Removed wrongly pasted stuff and re-ran. May not yet be used in qbk docs
[SVN r49515]
2008-11-01 14:18:09 +00:00
Bruno Lalande
e46e87bc68 Documented the new indeterminate_result_error.
Fixed an error about ignore_error and errno_on_error bahavior on an evaluation error.

[SVN r46617]
2008-06-22 18:03:54 +00:00
John Maddock
1b7401b4c0 Merged changes from Trunk.
[SVN r44090]
2008-04-07 15:43:09 +00:00
Paul A. Bristow
657df81a9d Added link to the source program (and comment on the [] used to make a Quickbook table.
[SVN r43115]
2008-02-05 17:49:18 +00:00
John Maddock
c73de6a963 Finish off Noncentral Chi Squared docs: except for a graph.
Update tests to cope with other platforms.
Disabled a few tests that can never pass.
Added nccs to concept checks.
Added warning fixes and special case handling to implementation.

[SVN r42849]
2008-01-18 16:35:56 +00:00
John Maddock
722a2d848d Merged changes in Trunk.
[SVN r40161]
2007-10-18 18:05:13 +00:00
Paul A. Bristow
cabc722e56 Cosmetic tidy
[SVN r39653]
2007-10-02 17:12:33 +00:00
John Maddock
6e841a0da2 Fix comment in students_t_two_samples.cpp.
Fix buggy reasoning in students_t_examples.qbk

[SVN r39578]
2007-09-27 17:02:27 +00:00
Paul A. Bristow
d262d6d4c3 added code to make a list of CI for an alpha for a range of numbers of observations.
[SVN r39487]
2007-09-23 17:29:17 +00:00
John Maddock
315d8fd7ae Mostly minor typo fixes and some "editorial" changes.
Plus fixed some < and <= confusions.

[SVN r39472]
2007-09-22 09:20:13 +00:00
Paul A. Bristow
76814e7e00 Warning squashing and estimate to find
[SVN r39453]
2007-09-21 17:39:55 +00:00
Paul A. Bristow
9f09c25465 Tiny correction
[SVN r39446]
2007-09-21 12:44:03 +00:00
Paul A. Bristow
e9b86af803 TODo removed
[SVN r39445]
2007-09-21 12:43:26 +00:00
Paul A. Bristow
9cf9a5a1f5 Major rework using quickbook in c++
[SVN r39437]
2007-09-21 11:29:42 +00:00
Paul A. Bristow
20a05887fb corrected wrong link __cauchy_distrib. in .cpp (a trailing . !!)
[SVN r39387]
2007-09-19 14:18:05 +00:00
Paul A. Bristow
f6fabc3c2d Further refined narrative etc.
[SVN r39386]
2007-09-19 14:16:15 +00:00
Paul A. Bristow
109c1913ad revised binomial quiz example
[SVN r39348]
2007-09-17 15:06:32 +00:00
John Maddock
99c7d72e38 Fix problems with probabilities in Student's t examples.
[SVN r39347]
2007-09-17 10:09:33 +00:00
Paul A. Bristow
c9a29e5b91 deletion?
[SVN r39326]
2007-09-16 15:29:11 +00:00