Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-09-17 04:26:16


Author: pbristow
Date: 2007-09-17 04:26:16 EDT (Mon, 17 Sep 2007)
New Revision: 39340
URL: http://svn.boost.org/trac/boost/changeset/39340

Log:
new stuff
Added:
   sandbox/math_toolkit/libs/math/doc/distributions/find_location_and_scale.qbk (contents, props changed)

Added: sandbox/math_toolkit/libs/math/doc/distributions/find_location_and_scale.qbk
==============================================================================
--- (empty file)
+++ sandbox/math_toolkit/libs/math/doc/distributions/find_location_and_scale.qbk 2007-09-17 04:26:16 EDT (Mon, 17 Sep 2007)
@@ -0,0 +1,32 @@
+[section:find_eg Find Location and Scale Examples]
+
+[section:find_location_eg Find Location (Mean) Example]
+[import ../../example/find_location_example.cpp]
+[find_location1]
+[find_location2]
+See [@../../example/find_location_example.cpp find_location_example.cpp]
+for full source code: the program output looks like this:
+[find_location_example_output]
+[endsect] [/section:find_location_eg Find Location (Mean) Example]
+
+[section:find_scale_eg Find Scale (Standard Deviation) Example]
+[import ../../example/find_scale_example.cpp]
+[find_scale1]
+[find_scale2]
+See [@../../example/find_scale_example.cpp find_scale_example.cpp]
+for full source code: the program output looks like this:
+[find_scale_example_output]
+[endsect] [/section:find_scale_eg Scale (Standard Deviation) Example]
+[section:find_mean_and_sd_eg Find mean and standard deviation example]
+
+[import ../../example/find_mean_and_sd_normal.cpp]
+[normal_std]
+[normal_find_location_and_scale_eg]
+See [@../../example/find_mean_and_sd_normal.cpp find_mean_and_sd_normal.cpp]
+for full source code & appended program output.
+[endsect] [/find_mean_and_sd_eg Find mean and standard deviation example]
+
+[endsect] [/section:find_eg Find Location and Scale Examples]
+
+
+


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