|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-08-22 07:15:15
Author: johnmaddock
Date: 2008-08-22 07:15:14 EDT (Fri, 22 Aug 2008)
New Revision: 48292
URL: http://svn.boost.org/trac/boost/changeset/48292
Log:
Update to reflect latest works.
Text files modified:
sandbox/math_toolkit/libs/math/doc/sf_and_dist/implementation.qbk | 16 +++++++---------
sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk | 7 +++++++
sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk | 4 ++++
3 files changed, 18 insertions(+), 9 deletions(-)
Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/implementation.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/implementation.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/implementation.qbk 2008-08-22 07:15:14 EDT (Fri, 22 Aug 2008)
@@ -548,17 +548,15 @@
[h4 Producing Graphs]
-Graphs were mostly produced by a very laborious process entailing output
-of columns of values from C++ programs to a .csv file,
-use of [@http://www.rjsweb.fsnet.co.uk/graph/ RJS Graph] to arrange the display and axes,
-and output to a .ps file, followed by conversion to .png using Adobe Photoshop,
-or similar utility. This rigmarole is *not* recommended!
+Graphs were produced in SVG format and then converted to PNG's using the same
+process as the equations.
-We plan to carry out this process in a single step using the
+The programs
+/libs/math/doc/sf_and_dist/graphs/dist_graphs.cpp
+and /libs/math/doc/sf_and_dist/graphs/sf_graphs.cpp
+generate the SVG's directly using the
[@http://code.google.com/soc/2007/boost/about.html Google Summer of Code 2007]
-project of Jacob Voytko (whose work so far is at .\boost-sandbox\SOC\2007\visualization)
-that should, when completed, allow output of annotated graphs as
-Scalable Vector Graphic .svg files directly from C++ programs.
+project of Jacob Voytko (whose work so far is at .\boost-sandbox\SOC\2007\visualization).
[endsect] [/section:implementation Implementation Notes]
Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk 2008-08-22 07:15:14 EDT (Fri, 22 Aug 2008)
@@ -132,6 +132,13 @@
[[Reciprocal][-][-][-][X][-]]
]
+Also asked for more than once:
+
+* Add support for interpolated distributions, possibly combine with numeric
+integration and differentiation.
+* Add support for bivariate and multivariate distributions: most especially the normal.
+
+
[endsect][/section:issues Known Issues, and Todo List]
[/
Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/roadmap.qbk 2008-08-22 07:15:14 EDT (Fri, 22 Aug 2008)
@@ -1,5 +1,9 @@
[template history[]
+[h4 Boost-1.37.0]
+
+* Improved accuracy and testing of the inverse hypergeometric functions.
+
[h4 Boost-1.36.0]
* Added Noncentral Chi Squared Distribution.
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