Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-09-16 06:26:11


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

Log:
tests changed to allow pdf and cdf infinity.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/distributions/normal.qbk | 8 ++++++--
   1 files changed, 6 insertions(+), 2 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/distributions/normal.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/distributions/normal.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/distributions/normal.qbk 2007-09-16 06:26:10 EDT (Sun, 16 Sep 2007)
@@ -68,7 +68,11 @@
 All the [link math_toolkit.dist.dist_ref.nmp usual non-member accessor functions] that are generic to all
 distributions are supported: __usual_accessors.
 
-The domain of the random variable is \[-[infin], +[infin]\].
+The domain of the random variable is \[-[max_value], +[min_value]\].
+However, the pdf of +[infin] and -[infin] = 0 is also supported,
+and cdf at -[infin] = 0, cdf at +[infin] = 1,
+and complement cdf -[infin] = 1 and +[infin] = 0,
+if RealType permits.
 
 [h4 Accuracy]
 
@@ -98,7 +102,7 @@
 [endsect][/section:normal_dist Normal]
 
 [/ normal.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