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
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
b8578a48a7
Avoid name ambiguity.
...
[SVN r65129]
2010-08-30 09:34:36 +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
76814e7e00
Warning squashing and estimate to find
...
[SVN r39453]
2007-09-21 17:39:55 +00:00
John Maddock
99c7d72e38
Fix problems with probabilities in Student's t examples.
...
[SVN r39347]
2007-09-17 10:09:33 +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
4d9fa61b8d
Changed 'accept' to 'not rejected'
...
[SVN r7167]
2007-06-26 13:36:29 +00:00
John Maddock
89ad63622e
Corrected terminology, and other editorial changes.
...
[SVN r3338]
2006-10-31 18:08:56 +00:00
John Maddock
fa86c0c490
Updated docs.
...
Rewritten students-t parameter estimator.
Added binomial examples.
[SVN r3162]
2006-08-26 18:33:46 +00:00
Paul A. Bristow
9ec09012c3
Added disable warnings for MSVC and output.
...
[SVN r3133]
2006-08-12 15:50:29 +00:00
Paul A. Bristow
9895ce48e1
Use distributions instead of dist.
...
[SVN r3125]
2006-08-11 10:36:18 +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