Ticket #1658: math.patch
File math.patch, 2.0 KB (added by , 15 years ago) |
---|
-
boost/math/distributions/binomial.hpp
25 25 // The number of light bulbs that burn out in a certain amount of time. 26 26 // The number of roadkill found per unit length of road 27 27 28 // http:/ en.wikipedia.org/wiki/binomial_distribution28 // http://en.wikipedia.org/wiki/binomial_distribution 29 29 30 30 // Given a sample of N measured values k[i], 31 31 // we wish to estimate the value of the parameter x (mean) -
libs/math/doc/sf_and_dist/ellint_legendre.qbk
188 188 [heading Testing] 189 189 190 190 The tests use a mixture of spot test values calculated using the online 191 calculator at [ http://@functions.wolfram.com191 calculator at [@http://functions.wolfram.com 192 192 functions.wolfram.com], and random test data generated using 193 193 NTL::RR at 1000-bit precision and this implementation. 194 194 -
libs/math/doc/sf_and_dist/credits.qbk
22 22 23 23 Professor Nico Temme for advice on the inverse incomplete beta function. 24 24 25 [@http: www.shoup.net Victor Shoup for NTL],25 [@http://www.shoup.net Victor Shoup for NTL], 26 26 without which it would have much difficult to 27 27 produce high accuracy constants, and especially 28 28 the tables of accurate values for testing. 29 29 30 30 We are grateful to Joel Guzman for helping us stress-test 31 31 his 32 [@http: www.boost.org/tools/quickbook/index.htm Boost.Quickbook]32 [@http://www.boost.org/tools/quickbook/index.htm Boost.Quickbook] 33 33 program used to generate the html and pdf versions 34 34 of this document, adding several new features en route. 35 35