|
Boost-Commit : |
From: pbristow_at_[hidden]
Date: 2007-08-28 09:53:26
Author: pbristow
Date: 2007-08-28 09:53:26 EDT (Tue, 28 Aug 2007)
New Revision: 39038
URL: http://svn.boost.org/trac/boost/changeset/39038
Log:
added some link to tip about why complements. Others todo?
Text files modified:
sandbox/math_toolkit/libs/math/doc/distributions/non_members.qbk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/libs/math/doc/distributions/non_members.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/distributions/non_members.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/distributions/non_members.qbk 2007-08-28 09:53:26 EDT (Tue, 28 Aug 2007)
@@ -103,7 +103,7 @@
[$../graphs/survival.png]
-See __why_complement for why the complement is useful and when it should be used.
+See __why_complements for why the complement is useful and when it should be used.
[h4 [#math.dist.hazard]Hazard Function]
@@ -212,6 +212,8 @@
[$../graphs/quantile.png]
[h4 [#math.dist.quantile_c]Quantile from the complement of the probability.]
+[link complements complements]
+
template <class Distribution, class RealType>
RealType quantile(const ``['Unspecified-Complement-Type]``<Distribution, RealType>& comp);
@@ -230,6 +232,8 @@
`cdf(complement(dist, x)) == q` where /q/ is complement of the
probability.
+[link why_complements Why complements?]
+
This function is also called the inverse survival function, and is the
same as calculating the ['upper critical value] of a distribution.
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