|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49500 - sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions
From: pbristow_at_[hidden]
Date: 2008-10-31 08:23:40
Author: pbristow
Date: 2008-10-31 08:23:40 EDT (Fri, 31 Oct 2008)
New Revision: 49500
URL: http://svn.boost.org/trac/boost/changeset/49500
Log:
Two spellings.
Text files modified:
sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/logistic.qbk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/logistic.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/logistic.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/logistic.qbk 2008-10-31 08:23:40 EDT (Fri, 31 Oct 2008)
@@ -63,14 +63,14 @@
as special cases if RealType permits.
At `p=1` and `p=0`, the quantile function returns the result of
-+__overflow_error and -__overflow_error, while the compliment
++__overflow_error and -__overflow_error, while the complement
quantile function returns the result of -__overflow_error and
+__overflow_error respectively.
[h4 Accuracy]
The logistic distribution is implemented in terms of the `std::exp`
-and the `std::log` functions, so it's accuracy is related to the
+and the `std::log` functions, so its accuracy is related to the
accurate implementations of those functions on a given platform.
While calculating the quantile and the inverse quantile, some
non-zero position values might cause catastrophic cancellation errors.
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