Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-09-19 10:18:05


Author: pbristow
Date: 2007-09-19 10:18:05 EDT (Wed, 19 Sep 2007)
New Revision: 39387
URL: http://svn.boost.org/trac/boost/changeset/39387

Log:
corrected wrong link __cauchy_distrib. in .cpp (a trailing . !!)
Text files modified:
   sandbox/math_toolkit/libs/math/example/find_mean_and_sd_normal.cpp | 3 +--
   1 files changed, 1 insertions(+), 2 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 2007-09-19 10:18:05 EDT (Wed, 19 Sep 2007)
@@ -139,8 +139,7 @@
 
 After examining the weight distribution of a large number of packs, we might decide that,
 after all, the assumption of a normal distribution is not really justified.
-We might find that the fit is better to a
-[link __cauchy_distrib Cauchy-Lorentz distribution].
+We might find that the fit is better to a __cauchy_distrib.
 This distribution has wider 'wings', so that whereas most of the values
 are closer to the mean than the normal, there are also more values than 'normal'
 that lie further from the mean than the normal.


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