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
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
e037e5ed89
Avoid name ambiguity.
...
[SVN r65130]
2010-08-30 09:36:03 +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
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
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
fe21fb46b3
More tutorial code.
...
[SVN r3122]
2006-08-10 18:16:39 +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