Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-09-16 06:31:51


Author: pbristow
Date: 2007-09-16 06:31:50 EDT (Sun, 16 Sep 2007)
New Revision: 39313
URL: http://svn.boost.org/trac/boost/changeset/39313

Log:
added for scale & location
Text files modified:
   sandbox/math_toolkit/libs/math/doc/distributions/cauchy.qbk | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/distributions/cauchy.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/distributions/cauchy.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/distributions/cauchy.qbk 2007-09-16 06:31:50 EDT (Sun, 16 Sep 2007)
@@ -46,7 +46,7 @@
 
 [$../graphs/cauchy1.png]
 
-While the following graph shows how the shape parameter alters
+While the following graph shows how the shape (scale) parameter alters
 the distribution:
 
 [$../graphs/cauchy2.png]
@@ -85,7 +85,7 @@
 __variance, __skewness, __kurtosis and __kurtosis_excess will all
 return a __domain_error if called.
 
-The domain of the random variable is \[-[infin], +[infin]\].
+The domain of the random variable is \[-[max_value], +[min_value]\].
 
 [h4 Accuracy]
 
@@ -98,7 +98,7 @@
 [def __x0 x[sub 0 ]]
 
 In the following table __x0 is the location parameter of the distribution,
-[gamma][space] is it's scale parameter,
+[gamma][space] is its scale parameter,
 /x/ is the random variate, /p/ is the probability and /q = 1-p/.
 
 [table
@@ -147,7 +147,7 @@
 [endsect][/section:cauchy_dist Cauchi]
 
 [/ cauchy.qbk
- Copyright 2006 John Maddock and Paul A. Bristow.
+ Copyright 2006, 2007 John Maddock and Paul A. Bristow.
   Distributed under the Boost Software License, Version 1.0.
   (See accompanying file LICENSE_1_0.txt or copy at
   http://www.boost.org/LICENSE_1_0.txt).


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