Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55614 - sandbox/statistics
From: erwann.rogard_at_[hidden]
Date: 2009-08-16 13:05:29


Author: e_r
Date: 2009-08-16 13:05:28 EDT (Sun, 16 Aug 2009)
New Revision: 55614
URL: http://svn.boost.org/trac/boost/changeset/55614

Log:
minor editing of readme.txt
Text files modified:
   sandbox/statistics/readme.txt | 55 +++++++++++++++++++++++++++++++++++----
   1 files changed, 49 insertions(+), 6 deletions(-)

Modified: sandbox/statistics/readme.txt
==============================================================================
--- sandbox/statistics/readme.txt (original)
+++ sandbox/statistics/readme.txt 2009-08-16 13:05:28 EDT (Sun, 16 Aug 2009)
@@ -13,15 +13,58 @@
 
 [ Overview ]
 
- This C++ library provides statistical tools that is intended to integrate
- with the STL/Boost framework.
+ This C++ library provides statistical tools that builds on the STL/Boost framework.
     
 [ Themes ]
 
- It is organized by theme, starting with:
- adaptive_rejection_sampling
- arithmetic
- etc.
+ * adaptive_rejection_sampling : see http://www.maths.leeds.ac.uk/~wally.gilks/adaptive.rejection/web_page/Welcome.html
+
+ * arithmetic
+
+ * autocovariance : see www.ims.nus.edu.sg/Programs/mcmc/files/berg_tl3.pdf
+
+ * binary_op : from a pair of sequence to a sequence of pairs and vice-versa
+
+ * dist_random : maps http://www.boost.org/doc/libs/1_35_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist.html
+ to their http://www.boost.org/doc/libs/1_39_0/libs/random/random-distributions.html
+
+ * functional
+
+ * importance_sampling
+
+ * importance_weights
+
+ * iterator
+
+ * joint_dist : Same as scalar_dist but in the multivariate framework.
+
+ * kernel : Rosenblatt-Parzen and Nadaraya-Watson
+
+ * matrix_view : uses a vector and a stride to create a row-major matrix view
+
+ * model : abstraction for likelihood computations
+
+ * monomials_horner
+
+ * mpl
+
+ * nn1 : nearest neighbor tools
+
+ * non_param : functions of the empircal cdf
+
+ * random : an extension of random distributions
+
+ * scalar_dist : tools for http://www.boost.org/doc/libs/1_35_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist.html
+
+ * standard_distribution : an extension of http://www.boost.org/doc/libs/1_35_0/libs/math/doc/sf_and_dist/html/math_toolkit/dist.html
+
+ * survival_data
+
+ * survival_model
+
+ * tree : uses a vector to create a tree view
+
+ * vector_space
 
 [ Inside a theme ]
         


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