|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58201 - sandbox/statistics/distribution_toolkit/libs/statistics/detail/distribution_toolkit/doc
From: erwann.rogard_at_[hidden]
Date: 2009-12-06 16:51:50
Author: e_r
Date: 2009-12-06 16:51:49 EST (Sun, 06 Dec 2009)
New Revision: 58201
URL: http://svn.boost.org/trac/boost/changeset/58201
Log:
m
Text files modified:
sandbox/statistics/distribution_toolkit/libs/statistics/detail/distribution_toolkit/doc/readme.txt | 32 +++++++++++++++-----------------
1 files changed, 15 insertions(+), 17 deletions(-)
Modified: sandbox/statistics/distribution_toolkit/libs/statistics/detail/distribution_toolkit/doc/readme.txt
==============================================================================
--- sandbox/statistics/distribution_toolkit/libs/statistics/detail/distribution_toolkit/doc/readme.txt (original)
+++ sandbox/statistics/distribution_toolkit/libs/statistics/detail/distribution_toolkit/doc/readme.txt 2009-12-06 16:51:49 EST (Sun, 06 Dec 2009)
@@ -14,9 +14,10 @@
[ Overview ]
These are C++ classes that extend boost/math/distributions and also bridges it
-with boost/random. functions that have as argument distributions in boost/math
-are in the same namespace. functions and classes that do not already exist
-in boost/math are in namespace boost/statistics/detail/distribution_toolkit.
+with boost/random. functions that have as argument classes in namespace
+boost/math are in the same namespace. functions and classes that do not
+already exist in boost/math are in namespace
+boost/statistics/detail/distribution_toolkit.
[ Related links ]
@@ -25,9 +26,10 @@
[ Platform/Compiler ]
-Mac OS X 10.6 gcc 4.2 boost_1_41_0
-Win7 V6.1.7100 Visual Studio 2010 boost_1_40_0
-
+Win7-32 V6.1.7100 Dev-C++ 5.0 beta 9.2 with Mingw/GCC 3.4.2 boost_1_41_0 Dev-C++
+Win7-32 V6.1.7100 Visual Studio 2010 boost_1_41_0
+Mac OS X 10.6 gcc 4.2 boost_1_41_0
+
[ Dependencies ]
/sandbox/statistics/non_parametric/
@@ -37,6 +39,11 @@
/sandbox/statistics/distribution_toolkit/
/usr/local/boost_1_40_0/
+[ Bugs ]
+
+In example/distribution_function testing error handling outputs a boost format
+runtime error under MSVC and mingw.
+
[ Directories ]
/concept
@@ -65,17 +72,8 @@
associated with distributions can be reused (e.g. fun_wrap::pdf_).
/meta
-/random
-
- Maps a distribution and a uniform random number generator to a variate
- generator
-
-/unscope
+/test
-[ Bugs ]
-
-See distributions/wrapper/wrapper.hpp
-
[ History ]
Dec 4 2009 :
@@ -106,6 +104,6 @@
July 2009 : First version
[ TODO ]
-
+- search TODO inside project
- range and support for location_scale
- other distributions
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk