Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49516 - sandbox/math_toolkit/libs/math/example
From: pbristow_at_[hidden]
Date: 2008-11-01 10:32:00


Author: pbristow
Date: 2008-11-01 10:31:59 EDT (Sat, 01 Nov 2008)
New Revision: 49516
URL: http://svn.boost.org/trac/boost/changeset/49516

Log:
Checked and added output to Quickbook (but not used by docs yet)
Text files modified:
   sandbox/math_toolkit/libs/math/example/find_mean_and_sd_normal.cpp | 6 +++++-
   1 files changed, 5 insertions(+), 1 deletions(-)

Modified: sandbox/math_toolkit/libs/math/example/find_mean_and_sd_normal.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/find_mean_and_sd_normal.cpp (original)
+++ sandbox/math_toolkit/libs/math/example/find_mean_and_sd_normal.cpp 2008-11-01 10:31:59 EDT (Sat, 01 Nov 2008)
@@ -380,7 +380,9 @@
 
 Output is:
 
-Find_location and find_scale examples.
+//[normal_find_location_and_scale_output
+
+Find_location (mean) and find_scale (standard deviation) examples.
 Percentage of packs > 3.1 is 15.8655
 Fraction of packs <= 2.9 with a mean of 3 is 0.841345
 Fraction of packs >= 2.9 with a mean of 3.06449 is 0.950005
@@ -402,6 +404,8 @@
 find_scale<normal>(complement(minimum_weight, over_fraction, packs.mean())); 0.0607957
 Fraction of packs >= 2.9 with a mean of 3 and standard deviation of 0.0607957 is 0.95
 
+//] [/normal_find_location_and_scale_eg_output]
+
 */
 
 


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