Commit Graph

79 Commits

Author SHA1 Message Date
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
John Maddock
81e1943d03 Remove duplicate entry.
[SVN r83620]
2013-03-28 11:30:36 +00:00
Paul A. Bristow
987e4396c5 Added split into four examples to the jamfile.
[SVN r83362]
2013-03-08 12:53:35 +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
14762d7522 Added new constants example to jamfile. OK on MSVC
[SVN r78828]
2012-06-06 11:27:47 +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
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
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
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
Paul A. Bristow
25d937ddc9 Update for new distributions
[SVN r66722]
2010-11-24 16:35:17 +00:00
Paul A. Bristow
d518687b2a Avoid name ambiguity, etc
[SVN r65152]
2010-08-31 15:01:57 +00:00
Paul A. Bristow
b4e8bf83c5 added laplace example
[SVN r50624]
2009-01-16 10:01:59 +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
76814e7e00 Warning squashing and estimate to find
[SVN r39453]
2007-09-21 17:39:55 +00:00
Paul A. Bristow
7b6774f02b Removed negative_binomial3
[SVN r39324]
2007-09-16 15:26:28 +00:00
Paul A. Bristow
865d3a842d add renamed binomial_example_nag.cpp
[SVN r39034]
2007-08-28 13:29:41 +00:00
John Maddock
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.

[SVN r39031]
2007-08-28 12:34:14 +00:00
John Maddock
c3ffe27f16 Changed the name of some of the discrete quantile policies, and more or less finished the policy tutorial.
[SVN r38609]
2007-08-12 09:24:08 +00:00
John Maddock
2a6d18fb50 Big proof-read of policy docs, moved all examples into separate source files, and made sure they compile etc.
[SVN r38554]
2007-08-09 16:34:23 +00:00
Paul A. Bristow
0bbd908dff removed stats function example 1 - needs update to use accumulator.
[SVN r38439]
2007-08-04 10:52:46 +00:00
John Maddock
dddbe27ebc Fixed a few warnings and updated the Jamfile to build and run everything.
[SVN r38423]
2007-08-03 17:03:12 +00:00
Paul A. Bristow
cb82bea11e Paul's Big policy revison
[SVN r38413]
2007-08-03 10:13:47 +00:00
Paul A. Bristow
a0b2bfbac6 added more policy examples.
[SVN r7587]
2007-07-30 11:34:09 +00:00
Paul A. Bristow
678bea17d5 Added author, copyright and license info
[SVN r7476]
2007-07-19 09:12:53 +00:00
Paul A. Bristow
9c804d1c12 Added more tests to run - still more to do.
[SVN r3449]
2006-11-24 10:00:33 +00:00
John Maddock
5c645698c3 Added new style Student's t code and examples.
Added tutorial for the new stats code.


[SVN r3121]
2006-08-10 12:53:07 +00:00
John Maddock
57d3e67695 Initial commit
[SVN r3075]
2006-07-09 16:40:09 +00:00