Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-12-17 11:10:21


Author: pbristow
Date: 2007-12-17 11:10:20 EST (Mon, 17 Dec 2007)
New Revision: 42126
URL: http://svn.boost.org/trac/boost/changeset/42126

Log:
Added reference to Kotz and Nadarajah to the extreme value distributions.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/exponential.qbk | 4 ++++
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/extreme_value.qbk | 5 +++++
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/weibull.qbk | 5 +++++
   3 files changed, 14 insertions(+), 0 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/exponential.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/exponential.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/exponential.qbk 2007-12-17 11:10:20 EST (Mon, 17 Dec 2007)
@@ -89,6 +89,10 @@
 * [@http://documents.wolfram.com/calccenter/Functions/ListsMatrices/Statistics/ExponentialDistribution.html Wolfram Mathematica calculator]
 * [@http://www.itl.nist.gov/div898/handbook/eda/section3/eda3667.htm NIST Exploratory Data Analysis]
 * [@http://en.wikipedia.org/wiki/Exponential_distribution Wikipedia Exponential distribution]
+*
+[@http://www.worldscibooks.com/mathematics/p191.html Extreme Value Distributions, Theory and Applications
+Samuel Kotz & Saralees Nadarajah]
+discuss the relationship of the types of extreme value distributions, of which this is but one.
 
 [endsect][/section:exp_dist Exponential]
 

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/extreme_value.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/extreme_value.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/extreme_value.qbk 2007-12-17 11:10:20 EST (Mon, 17 Dec 2007)
@@ -36,6 +36,11 @@
 and [@http://en.wikipedia.org/wiki/Extreme_value_theory Extreme value theory]
 websites.
 
+The relationship of the types of extreme value distributions, of which this is but one, is
+discussed by
+[@http://www.worldscibooks.com/mathematics/p191.html Extreme Value Distributions, Theory and Applications
+Samuel Kotz & Saralees Nadarajah].
+
 The distribution has a PDF given by:
 
 f(x) = (1/scale) e[super -(x-location)/scale] e[super -e[super -(x-location)/scale]]

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/weibull.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/weibull.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/distributions/weibull.qbk 2007-12-17 11:10:20 EST (Mon, 17 Dec 2007)
@@ -58,6 +58,11 @@
 [@http://en.wikipedia.org/wiki/Normal_distribution normal distribution].
 When [alpha][space] = 1, the Weibull distribution reduces to the
 [@http://en.wikipedia.org/wiki/Exponential_distribution exponential distribution].
+The relationship of the types of extreme value distributions, of which the Weibull is but one, is
+discussed by
+[@http://www.worldscibooks.com/mathematics/p191.html Extreme Value Distributions, Theory and Applications
+Samuel Kotz & Saralees Nadarajah].
+
    
 [h4 Member Functions]
 


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