diff --git a/doc/sf_and_dist/html/index.html b/doc/sf_and_dist/html/index.html index c21acde39..336e29ddb 100644 --- a/doc/sf_and_dist/html/index.html +++ b/doc/sf_and_dist/html/index.html @@ -3,7 +3,7 @@ Math Toolkit - + @@ -18,7 +18,7 @@
Next
-
+

@@ -49,11 +49,10 @@ Thijs van den Berg

-
+
-

+

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)

@@ -104,7 +103,7 @@ are Objects
Generic operations common to all distributions are non-member functions
-
Complements +
Complements are supported too - and when to use them
Parameters can be calculated
@@ -514,7 +513,7 @@

- +

Last revised: July 16, 2011 at 10:40:56 GMT

Last revised: October 13, 2011 at 15:53:36 GMT


diff --git a/doc/sf_and_dist/html/index/s12.html b/doc/sf_and_dist/html/index/s12.html index 35703b934..8746703c6 100644 --- a/doc/sf_and_dist/html/index/s12.html +++ b/doc/sf_and_dist/html/index/s12.html @@ -3,7 +3,7 @@ Function Index - + @@ -22,2232 +22,2233 @@
PrevUpHomeNext
-
+

-Function Index

+Function Index

A B C D E F G H I K L M N P Q R S T U V W Z

A
-
-

B C D E F G H I L M N P R S T U W

B
-
-

A B C D E F G H I L N O P R S T U V W

A
-
-

B F

B
-
-

A B C D E F G H I K L M N O P Q R S T U V W Z

A
-
-
- + Median of distributions
@@ -293,7 +293,7 @@ Basic Statistics. give more detail, in particular for discrete distributions.

- + Handling of Floating-Point Infinity
@@ -337,7 +337,7 @@ handling policies.

- + Scale, Shape and Location
@@ -350,8 +350,8 @@ RealType lower = dist.lower(); RealType mode = dist.mode(); RealType upper = dist.upper(); - RealType result; // of checks. - if(false == detail::check_triangular(BOOST_CURRENT_FUNCTION, lower, mode, upper, &result)) + RealType result; // of checks. + if(false == detail::check_triangular(BOOST_CURRENT_FUNCTION, lower, mode, upper, &result)) { return result; } @@ -364,11 +364,11 @@ functions, they can be added if required.

- + Notes on Implementation of Specific Functions & Distributions
-
  • +
    • Default parameters for the Triangular Distribution. We are uncertain about the best default parameters. Some sources suggest that the Standard Triangular Distribution has lower = 0, mode = half and upper = 1. However @@ -376,7 +376,7 @@ lower = -1, mode = 0 and upper = 1 would be more suitable.
    - + Rational Approximations Used
    @@ -419,7 +419,7 @@ to the "true" minimax solution.

    - + Representation of Mathematical Constants
    @@ -471,16 +471,16 @@

    So you cannot write

    -
    double p = boost::math::constants::pi<>();  // could not deduce template argument for 'T'
    -
    +
    double p = boost::math::constants::pi<>();  // could not deduce template argument for 'T'
    +

    Neither can you write:

    -
    double p = boost::math::constants::pi; // Context does not allow for disambiguation of overloaded function
    -double p = boost::math::constants::pi(); // Context does not allow for disambiguation of overloaded function
    -
    +
    double p = boost::math::constants::pi; // Context does not allow for disambiguation of overloaded function
    +double p = boost::math::constants::pi(); // Context does not allow for disambiguation of overloaded function
    +
    - + Thread safety
    @@ -505,7 +505,7 @@ the right thing here at some point.

    - + Sources of Test Data
    @@ -546,7 +546,7 @@ the underlying special function is known to be difficult to implement.

    - + Creating and Managing the Equations
    @@ -696,8 +696,8 @@ done <font weight="bold" style="italic"><font-data ttf="palabi.ttf"/></font> </font-family> - <font-family name"Lucida Sans Unicode"> - <!-- <font><font-data ttf"lsansuni.ttf"><font> --> + <font-family name="Lucida Sans Unicode"> + <!-- <font><font-data ttf="lsansuni.ttf"><font> --> <!-- actually called l_10646.ttf on Windows 2000 and Vista Sp1 --> <font><font-data ttf="l_10646.ttf"></font> </font-family> @@ -718,11 +718,11 @@ done template defined in math.qbk. This outputs Docbook XML that looks like:

    <inlinemediaobject>
    -<imageobject role"html">
    -<imagedata fileref"../equations/myfile.png"></imagedata>
    +<imageobject role="html">
    +<imagedata fileref="../equations/myfile.png"></imagedata>
     </imageobject>
    -<imageobject role"print">
    -<imagedata fileref"../equations/myfile.svg"></imagedata>
    +<imageobject role="print">
    +<imagedata fileref="../equations/myfile.svg"></imagedata>
     </imageobject>
     </inlinemediaobject>
     
    @@ -731,7 +731,7 @@ done HTML: this needs further investigation.

    - + Producing Graphs
    @@ -750,9 +750,8 @@ done
-
- + Computing the Coefficients
@@ -205,7 +205,7 @@ multiplied by F as the last step.

- + Choosing the Right Parameters
@@ -535,24 +535,24 @@ is exact, and so isn't used for the gamma function.

- + References
-
    -
  1. - Paul Godfrey, "A +
      +
    1. + Paul Godfrey, "A note on the computation of the convergent Lanczos complex Gamma approximation".
    2. -
    3. - Glendon Ralph Pugh, "An +
    4. + Glendon Ralph Pugh, "An Analysis of the Lanczos Gamma Approximation", PhD Thesis November 2004.
    5. -
    6. +
    7. Viktor T. Toth, "Calculators and the Gamma Function".
    8. -
    9. +
    10. Mathworld, The Lanczos Approximation.
    11. @@ -560,9 +560,8 @@
    -