Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2008-02-07 13:46:17


Author: pbristow
Date: 2008-02-07 13:46:16 EST (Thu, 07 Feb 2008)
New Revision: 43160
URL: http://svn.boost.org/trac/boost/changeset/43160

Log:
Added new links for noncentral
Text files modified:
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk | 11 +++++++----
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/references.qbk | 6 +++++-
   2 files changed, 12 insertions(+), 5 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk 2008-02-07 13:46:16 EST (Thu, 07 Feb 2008)
@@ -1,6 +1,6 @@
 [article Math Toolkit
     [quickbook 1.4]
- [copyright 2006-2007 John Maddock, Paul A. Bristow, Hubert Holin and Xiaogang Zhang]
+ [copyright 2006, 2007, 2008 John Maddock, Paul A. Bristow, Hubert Holin and Xiaogang Zhang]
     [purpose ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22]
     [license
         Distributed under the Boost Software License, Version 1.0.
@@ -24,7 +24,7 @@
 
 [include html4_symbols.qbk] [/ just for testing]
 [/include latin1_symbols.qbk] [/ just for testing]
-[include common_overviews.qbk][/ overviews that appear in more than one place!]
+[include common_overviews.qbk] [/ overviews that appear in more than one place!]
 [include roadmap.qbk]
 
 [def __effects [*Effects: ]]
@@ -203,12 +203,15 @@
 [def __binomial_distrib [link math_toolkit.dist.dist_ref.dists.binomial_dist Binomial Distribution]]
 [def __cauchy_distrib [link math_toolkit.dist.dist_ref.dists.cauchy_dist Cauchy Distribution]]
 [def __chi_squared_distrib [link math_toolkit.dist.dist_ref.dists.chi_squared_dist Chi Squared Distribution]]
+[def __extreme_distrib [link math_toolkit.dist.dist_ref.dists.extreme_dist Extreme Distributions]]
 [def __exp_distrib [link math_toolkit.dist.dist_ref.dists.exp_dist Exponential Distribution]]
 [def __F_distrib [link math_toolkit.dist.dist_ref.dists.f_dist Fisher F Distribution]]
 [def __gamma_distrib [link math_toolkit.dist.dist_ref.dists.gamma_dist Gamma Distribution]]
 [def __lognormal_distrib [link math_toolkit.dist.dist_ref.dists.lognormal_dist Log-normal Distribution]]
 [def __negative_binomial_distrib [link math_toolkit.dist.dist_ref.dists.negative_binomial_dist Negative Binomial Distribution]]
 [def __non_central_chi_squared_distrib [link math_toolkit.dist.dist_ref.dists.nc_chi_squared_dist Non Central Chi Squared]]
+[def __non_central_beta_distrib [link math_toolkit.dist.dist_ref.dists.nc_beta_dist noncentral beta distribution]]
+[def __non_central_F_distrib [link math_toolkit.dist.dist_ref.dists.nc_f_dist noncentral F distribution]]
 [def __normal_distrib [link math_toolkit.dist.dist_ref.dists.normal_dist Normal Distribution]]
 [def __poisson_distrib [link math_toolkit.dist.dist_ref.dists.poisson_dist Poisson Distribution]]
 [def __students_t_distrib [link math_toolkit.dist.dist_ref.dists.students_t_dist Students t Distribution]]
@@ -395,7 +398,7 @@
 
 [endsect] [/section:toolkit Toolkit]
 
-[section:using_udt Use with User Defined Floating-Point Types]
+[section:using_udt Use with User-Defined Floating-Point Types]
 [include concepts.qbk]
 [endsect] [/section:using_udt Use with User Defined Floating-Point Types]
 
@@ -426,7 +429,7 @@
 [endsect] [/section:status Status and Roadmap]
 
 [/ math.qbk
- Copyright 2006 John Maddock and Paul A. Bristow.
+ Copyright 2008 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).

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/references.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/references.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/references.qbk 2008-02-07 13:46:16 EST (Thu, 07 Feb 2008)
@@ -31,8 +31,12 @@
 Statistical Distributions (Wiley Series in Probability & Statistics) (Paperback)
 by N.A.J. Hastings, Brian Peacock, Merran Evans, ISBN: 0471371246, Wiley 2000.
 
+[@http://www.worldscibooks.com/mathematics/p191.html EXTREME VALUE DISTRIBUTIONS, Theory and Applications]
+Samuel Kotz & Saralees Nadarajah, ISBN 978-1-86094-224-2 & 1-86094-224-5 Oct 2000,
+Chapter 1.2 discusses the various extreme value distributions.
+
 [@http://bh0.physics.ubc.ca/People/matt/Doc/ThesesOthers/Phd/pugh.pdf pugh.pdf (application/pdf Object)]
-Pugh Msc Thesis on the Lanczzos approximation to the gamma function.
+Pugh Msc Thesis on the Lanczos approximation to the gamma function.
 
 [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003 N1514, 03-0097, A Proposal to Add Mathematical Special Functions to the C++ Standard Library (version 2), Walter E. Brown]
 


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