]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/doc/math.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / math / doc / math.qbk
1 [book Math Toolkit
2 [quickbook 1.6]
3 [copyright 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014 Nikhar Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan Råde, Gautam Sewani, Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang]
4 [/purpose ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22]
5 [license
6 Distributed under the Boost Software License, Version 1.0.
7 (See accompanying file LICENSE_1_0.txt or copy at
8 [@http://www.boost.org/LICENSE_1_0.txt])
9 ]
10 [authors [Agrawal, Nikhar], [Bikineev, Anton], [Bristow, Paul A.], [Holin, Hubert], [Guazzone, Marco], [Kormanyos, Christopher], [Lalande, Bruno], [Maddock, John], [Murphy, Jeremy W.], [Råde, Johan], [Sobotta, Benjamin], [Sewani, Gautam], [van den Berg, Thijs], [Walker, Daryle], [Zhang, Xiaogang]]
11 [/last-revision $Date$]
12 [version 2.5.1]
13 ]
14
15 [template mathpart[id title]
16 [block '''<chapter id="'''[id]'''"><title>'''[title]'''</title>''']]
17 [template endmathpart[]
18 [block '''</chapter>''']]
19
20 [/ \u00E5 = Latin small letter A with ring above doesn't seem to work in authors with Quickbook 1.5]
21
22 [template equation[name] '''<inlinemediaobject>
23 <imageobject role="html">
24 <imagedata fileref="../equations/'''[name]'''.svg"></imagedata>
25 </imageobject>
26 <imageobject role="print">
27 <imagedata fileref="../equations/'''[name]'''.svg"></imagedata>
28 </imageobject>
29 </inlinemediaobject>''']
30
31 [template graph[name] '''<inlinemediaobject>
32 <imageobject role="html">
33 <imagedata align="center" fileref="../graphs/'''[name]'''.svg"></imagedata>
34 </imageobject>
35 <imageobject role="print">
36 <imagedata align="center" fileref="../graphs/'''[name]'''.svg"></imagedata>
37 </imageobject>
38 </inlinemediaobject>''']
39
40 [import ../../../tools/auto_index/include/auto_index_helpers.qbk]
41 [/ Must be first included file!]
42
43 [import ../reporting/accuracy/doc/accuracy_tables.qbk]
44 [import ../reporting/performance/doc/performance_tables.qbk]
45
46 [import html4_symbols.qbk]
47
48 [import overview/common_overviews.qbk] [/ overviews that appear in more than one place!]
49 [import overview/tr1.qbk] [/tr1 docs also appear in more than one place!]
50 [import overview/roadmap.qbk] [/ for history]
51
52 [def __effects [*Effects: ]]
53 [def __formula [*Formula: ]]
54 [def __exm1 '''<code>e<superscript>x</superscript> - 1</code>'''] [/e^x -1]
55 [def __ex '''<code>e<superscript>x</superscript></code>'''] [/e^x]
56 [def __te '''2&#x025B;'''] [/small Latin letter open e]
57
58 [def __ceilR '''&#x2309;''']
59 [def __ceilL '''&#2308;''']
60 [def __floorR '''&#x230B;''']
61 [def __floorL '''&#x230A;''']
62 [def __infin '''&#8734;''']
63 [def __integral '''&#8747;''']
64 [def __aacute '''&#225;''']
65 [def __eacute '''&#233;''']
66 [def __quarter '''&#x00BC;''']
67 [def __nearequal '''&#x224A;''']
68 [def __spaces '''&#x2000;&#x2000;'''] [/ two spaces - useful for an indent.]
69
70 [def __tick [role aligncenter [role green \u2714]]] [/ u2714 is a HEAVY CHECK MARK tick (2713 check
71 mark)]
72 [def __cross [role aligncenter [role red \u2718]]] [/ u2718 is a heavy cross]
73 [def __star [role aligncenter [role red \u2736]]] [/ 6-point star]
74
75 [def __caution This is now an official Boost library, but remains a library under
76 development, the code is fully functional and robust, but
77 interfaces, library structure, and function and distribution names
78 may still be changed without notice.]
79
80 [template tr1[] [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf Technical Report on C++ Library Extensions]]
81 [template C99[] [@http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1256.pdf C99 Standard ISO/IEC 9899:1999]]
82 [template jm_rationals[] [link math_toolkit.sf_implementation.rational_approximations_used devised by JM]]
83
84 [def __domain_error [link math_toolkit.error_handling.domain_error domain_error]]
85 [def __pole_error [link math_toolkit.error_handling.pole_error pole_error]]
86 [def __overflow_error [link math_toolkit.error_handling.overflow_error overflow_error]]
87 [def __underflow_error [link math_toolkit.error_handling.underflow_error underflow_error]]
88 [def __denorm_error [link math_toolkit.error_handling.denorm_error denorm_error]]
89 [def __evaluation_error [link math_toolkit.error_handling.evaluation_error evaluation_error]]
90 [def __rounding_error [link math_toolkit.error_handling.rounding_error rounding_error]]
91 [def __indeterminate_result_error [link math_toolkit.error_handling.indeterminate_result_error indeterminate_result_error]]
92 [def __checked_narrowing_cast [link math_toolkit.error_handling.checked_narrowing_cast checked_narrowing_cast]]
93 [def __arg_promotion_rules [link math_toolkit.result_type ['result type calculation rules]]]
94 [def __sf_result [link math_toolkit.result_type ['calculated-result-type]]]
95
96 [/ The following macros expand to links to the various special functions
97 and use the function's name as the link text.]
98
99 [/Misc]
100 [def __lanczos [link math_toolkit.lanczos Lanczos approximation]]
101 [def __zero_error [link math_toolkit.relative_error.zero_error effectively zero error]]
102 [def __relative_error [link math_toolkit.relative_error relative zero error]]
103
104 [/ links to roots]
105
106 [def __root_finding_with_derivatives [link math_toolkit.roots.roots_deriv root-finding with derivatives]] [/Newton, Halley & Schoeder]
107 [def __root_finding_without_derivatives [link math_toolkit.roots.roots_noderiv root-finding without derivatives]]
108 [def __root_finding_TOMS748 [link math_toolkit.roots.roots_noderiv.TOMS748 TOMS 748 algorithm]]
109 [def __bracket_solve [link math_toolkit.roots.roots_noderiv.bracket_solve bracket and solve]]
110 [def __root_termination [link math_toolkit.roots.roots_noderiv.root_termination predefined termination functors]]
111 [def __root_finding_examples [link math_toolkit.roots.root_finding_examples root-finding examples]]
112 [def __brent_minima [link math_toolkit.roots.brent_minima Brent's method]]
113 [def __brent_minima_example [link math_toolkit.roots.brent_minima.example Brent's method example]]
114 [def __newton[link math_toolkit.roots.roots_deriv.newton Newton-Raphson iteration]]
115 [def __halley [link math_toolkit.roots.roots_deriv.halley Halley]]
116 [def __schroder [link math_toolkit.roots.roots_deriv.schroder Schr'''&#xf6;'''der]]
117 [def __brent_minima_example [link math_toolkit.roots.brent_minima.example Brent minima finding example]]
118 [def __bisection [link math_toolkit.roots.roots_noderiv.bisect bisection]]
119 [def __bisect [link math_toolkit.roots.roots_noderiv.bisect bisect]]
120 [def __bisection_wikipedia [@https://en.wikipedia.org/wiki/Bisection bisection]]
121 [def __root_finding_example_without_derivatives [link math_toolkit.roots.root_finding_examples.no_derivatives root-finding without derivatives]]
122 [def __root_finding_example_cbrt_without_derivatives [link math_toolkit.roots.root_finding_examples.cbrt_eg.cbrt_no_derivatives root-finding without derivatives]]
123 [def __root_finding_example_cbrt_with_1_derivative [link math_toolkit.roots.root_finding_examples.cbrt_eg.cbrt_1st_derivative root-finding with 1st derivatives]]
124 [def __root_finding_example_cbrt_with_2_derivatives [link math_toolkit.roots.root_finding_examples.cbrt_eg.cbrt_2_derivatives root-finding with 1st and 2nd derivatives]]
125 [def __root_finding_examples [link math_toolkit.roots.root_finding_examples root-finding examples]]
126 [def __no_derivatives [link math_toolkit.roots.root_finding_examples.no_derivatives no derivatives]]
127 [def __cbrt_no_derivatives [link math_toolkit.roots.root_finding_examples.cbrt_no_derivatives cbrt no derivatives]]
128 [def __cbrt_no_derivatives [link math_toolkit.roots.root_finding_examples.cbrt_eg.cbrt_no_derivatives without derivatives]]
129 [def __cbrt_1st_derivative [link math_toolkit.roots.root_finding_examples.cbrt_eg.cbrt_1st_derivative cube-root with 1st derivative]]
130 [def __cbrt_2_derivatives [link math_toolkit..roots.root_finding_examples.cbrt_eg.cbrt_2_derivatives cube-root with 1st & 2nd derivative]]
131 [def __fifth_root [link math_toolkit.roots.root_finding_examples.5th_root_eg fifth root]]
132 [def __nth_root [link math_toolkit.roots.root_finding_examples.nth_root nth root]]
133 [def __multiprecision_root [link math_toolkit.roots.root_finding_examples.multiprecision_root multiprecision root]]
134 [def __polynomial_arithmetic [link math_toolkit.roots.polynomial_arithmetic polynomial arithmetic]]
135 [def __evaluation [link math_toolkit.roots.rational.polynomial_evaluation polynomial \& rational evaluation]]
136
137 [/gammas]
138 [def __lgamma [link math_toolkit.sf_gamma.lgamma lgamma]]
139 [def __digamma [link math_toolkit.sf_gamma.digamma digamma]]
140 [def __trigamma [link math_toolkit.sf_gamma.trigamma trigamma]]
141 [def __polygamma [link math_toolkit.sf_gamma.polygamma polygamma]]
142 [def __tgamma_ratio [link math_toolkit.sf_gamma.gamma_ratios tgamma_ratio]]
143 [def __tgamma_delta_ratio [link math_toolkit.sf_gamma.gamma_ratios tgamma_delta_ratio]]
144 [def __tgamma [link math_toolkit.sf_gamma.tgamma tgamma]]
145 [def __tgamma1pm1 [link math_toolkit.sf_gamma.tgamma tgamma1pm1]]
146 [def __tgamma_lower [link math_toolkit.sf_gamma.igamma tgamma_lower]]
147 [def __gamma_p [link math_toolkit.sf_gamma.igamma gamma_p]]
148 [def __gamma_q [link math_toolkit.sf_gamma.igamma gamma_q]]
149 [def __gamma_q_inv [link math_toolkit.sf_gamma.igamma_inv gamma_q_inv]]
150 [def __gamma_p_inv [link math_toolkit.sf_gamma.igamma_inv gamma_p_inv]]
151 [def __gamma_q_inva [link math_toolkit.sf_gamma.igamma_inv gamma_q_inva]]
152 [def __gamma_p_inva [link math_toolkit.sf_gamma.igamma_inv gamma_p_inva]]
153 [def __gamma_p_derivative [link math_toolkit.sf_gamma.gamma_derivatives gamma_p_derivative]]
154
155 [/factorials]
156 [def __factorial [link math_toolkit.factorials.sf_factorial factorial]]
157 [def __unchecked_factorial [link math_toolkit.factorials.sf_factorial unchecked_factorial]]
158 [def __max_factorial [link math_toolkit.factorials.sf_factorial max_factorial]]
159 [def __double_factorial [link math_toolkit.factorials.sf_double_factorial double_factorial]]
160 [def __rising_factorial [link math_toolkit.factorials.sf_rising_factorial rising_factorial]]
161 [def __falling_factorial [link math_toolkit.factorials.sf_falling_factorial falling_factorial]]
162
163 [/error functions]
164 [def __erf [link math_toolkit.sf_erf.error_function erf]]
165 [def __erfc [link math_toolkit.sf_erf.error_function erfc]]
166 [def __erf_inv [link math_toolkit.sf_erf.error_inv erf_inv]]
167 [def __erfc_inv [link math_toolkit.sf_erf.error_inv erfc_inv]]
168
169 [/beta functions]
170 [def __beta [link math_toolkit.sf_beta.beta_function beta]]
171 [def __beta3 [link math_toolkit.sf_beta.ibeta_function beta]]
172 [def __betac [link math_toolkit.sf_beta.ibeta_function betac]]
173 [def __ibeta [link math_toolkit.sf_beta.ibeta_function ibeta]]
174 [def __ibetac [link math_toolkit.sf_beta.ibeta_function ibetac]]
175 [def __ibeta_inv [link math_toolkit.sf_beta.ibeta_inv_function ibeta_inv]]
176 [def __ibetac_inv [link math_toolkit.sf_beta.ibeta_inv_function ibetac_inv]]
177 [def __ibeta_inva [link math_toolkit.sf_beta.ibeta_inv_function ibeta_inva]]
178 [def __ibetac_inva [link math_toolkit.sf_beta.ibeta_inv_function ibetac_inva]]
179 [def __ibeta_invb [link math_toolkit.sf_beta.ibeta_inv_function ibeta_invb]]
180 [def __ibetac_invb [link math_toolkit.sf_beta.ibeta_inv_function ibetac_invb]]
181 [def __ibeta_derivative [link math_toolkit.sf_beta.beta_derivative ibeta_derivative]]
182
183 [/elliptic integrals]
184 [def __ellint_rj [link math_toolkit.ellint.ellint_carlson ellint_rj]]
185 [def __ellint_rf [link math_toolkit.ellint.ellint_carlson ellint_rf]]
186 [def __ellint_rc [link math_toolkit.ellint.ellint_carlson ellint_rc]]
187 [def __ellint_rd [link math_toolkit.ellint.ellint_carlson ellint_rd]]
188 [def __ellint_1 [link math_toolkit.ellint.ellint_1 ellint_1]]
189 [def __ellint_2 [link math_toolkit.ellint.ellint_2 ellint_2]]
190 [def __ellint_3 [link math_toolkit.ellint.ellint_3 ellint_3]]
191 [def __ellint_d [link math_toolkit.ellint.ellint_d ellint_d]]
192 [def __jacobi_zeta [link math_toolkit.ellint.jacobi_zeta jacobi_zeta]]
193 [def __heuman_lambda [link math_toolkit.ellint.heuman_lambda heuman_lambda]]
194
195 [/ Bernoulli functions and numbers]
196 [def __bernoulli_numbers [link math_toolkit.number_series.bernoulli_numbers Bernoulli numbers]]
197
198 [/Bessel functions]
199 [def __cyl_bessel_j [link math_toolkit.bessel.bessel_first cyl_bessel_j]]
200 [def __cyl_neumann [link math_toolkit.bessel.bessel_first cyl_neumann]]
201 [def __cyl_bessel_i [link math_toolkit.bessel.mbessel cyl_bessel_i]]
202 [def __cyl_bessel_k [link math_toolkit.bessel.mbessel cyl_bessel_k]]
203 [def __sph_bessel [link math_toolkit.bessel.sph_bessel sph_bessel]]
204 [def __sph_neumann [link math_toolkit.bessel.sph_bessel sph_neumann]]
205
206 [def __cyl_bessel_j_prime [link math_toolkit.bessel.bessel_derivatives cyl_bessel_j_prime]]
207 [def __cyl_neumann_prime [link math_toolkit.bessel.bessel_derivatives cyl_neumann_prime]]
208 [def __cyl_bessel_i_prime [link math_toolkit.bessel.bessel_derivatives cyl_bessel_i_prime]]
209 [def __cyl_bessel_k_prime [link math_toolkit.bessel.bessel_derivatives cyl_bessel_k_prime]]
210 [def __sph_bessel_prime [link math_toolkit.bessel.bessel_derivatives sph_bessel_prime]]
211 [def __sph_neumann_prime [link math_toolkit.bessel.bessel_derivatives sph_neumann_prime]]
212
213 [/Hankel Functions]
214 [def __cyl_hankel_1 [link math_toolkit.hankel.cyl_hankel cyl_hankel_1]]
215 [def __cyl_hankel_2 [link math_toolkit.hankel.cyl_hankel cyl_hankel_2]]
216 [def __sph_hankel_1 [link math_toolkit.hankel.sph_hankel sph_hankel_1]]
217 [def __sph_hankel_2 [link math_toolkit.hankel.sph_hankel sph_hankel_2]]
218
219 [/Airy Functions]
220 [def __airy_ai [link math_toolkit.airy.ai airy_ai]]
221 [def __airy_bi [link math_toolkit.airy.bi airy_bi]]
222 [def __airy_bi_prime [link math_toolkit.airy.bip airy_bi_prime]]
223 [def __airy_ai_prime [link math_toolkit.airy.aip airy_ai_prime]]
224
225 [/Jacobi Elliptic Functions]
226 [def __jacobi_elliptic [link math_toolkit.jacobi.jacobi_elliptic jacobi_elliptic]]
227 [def __jacobi_cd [link math_toolkit.jacobi.jacobi_cd jacobi_cd]]
228 [def __jacobi_cn [link math_toolkit.jacobi.jacobi_cn jacobi_cn]]
229 [def __jacobi_cs [link math_toolkit.jacobi.jacobi_cs jacobi_cs]]
230 [def __jacobi_dc [link math_toolkit.jacobi.jacobi_dc jacobi_dc]]
231 [def __jacobi_dn [link math_toolkit.jacobi.jacobi_dn jacobi_dn]]
232 [def __jacobi_ds [link math_toolkit.jacobi.jacobi_ds jacobi_ds]]
233 [def __jacobi_nd [link math_toolkit.jacobi.jacobi_nd jacobi_nd]]
234 [def __jacobi_nc [link math_toolkit.jacobi.jacobi_nc jacobi_nc]]
235 [def __jacobi_ns [link math_toolkit.jacobi.jacobi_ns jacobi_ns]]
236 [def __jacobi_sd [link math_toolkit.jacobi.jacobi_sd jacobi_sd]]
237 [def __jacobi_sn [link math_toolkit.jacobi.jacobi_sn jacobi_sn]]
238 [def __jacobi_sc [link math_toolkit.jacobi.jacobi_sc jacobi_sc]]
239
240 [/sinus cardinals]
241 [def __sinc_pi [link math_toolkit.sinc.sinc_pi sinc_pi]]
242 [def __sinhc_pi [link math_toolkit.sinc.sinhc_pi sinhc_pi]]
243
244 [/Inverse hyperbolics]
245 [def __acosh [link math_toolkit.inv_hyper.acosh acosh]]
246 [def __asinh [link math_toolkit.inv_hyper.asinh asinh]]
247 [def __atanh [link math_toolkit.inv_hyper.atanh atanh]]
248
249 [/classify]
250 [def __fpclassify [link math_toolkit.fpclass fpclassify]]
251 [def __isfinite [link math_toolkit.fpclass isfinite]]
252 [def __isnan [link math_toolkit.fpclass isnan]]
253 [def __isinf [link math_toolkit.fpclass isinf]]
254 [def __isnormal [link math_toolkit.fpclass isnormal]]
255 [def __fp_facets [link math_toolkit.fp_facets nonfinite fp_facets]]
256
257 [/utils]
258 [def __float_next [link math_toolkit.next_float.float_next float_next]]
259 [def __float_prior [link math_toolkit.next_float.float_prior float_prior]]
260 [def __nextafter [link math_toolkit.next_float.nextafter nextafter]]
261 [def __float_advance [link math_toolkit.next_float.float_advance float_advance]]
262 [def __ulp [link math_toolkit.next_float.ulp ulp]]
263
264 [/powers etc]
265 [def __expm1 [link math_toolkit.powers.expm1 expm1]]
266 [def __log1p [link math_toolkit.powers.log1p log1p]]
267 [def __cbrt [link math_toolkit.powers.cbrt cbrt]]
268 [def __sqrt1pm1 [link math_toolkit.powers.sqrt1pm1 sqrt1pm1]]
269 [def __powm1 [link math_toolkit.powers.powm1 powm1]]
270 [def __hypot [link math_toolkit.powers.hypot hypot]]
271 [def __pow [link math_toolkit.powers.ct_pow pow]]
272
273 [/zeta]
274 [def __zeta [link math_toolkit.zetas.zeta zeta]]
275
276 [/expint]
277 [def __expint_i [link math_toolkit.expint.expint_i zeta]]
278 [def __expint_n [link math_toolkit.expint.expint_n zeta]]
279
280 [/rounding]
281 [def __round [link math_toolkit.rounding.round round]]
282 [def __lround [link math_toolkit.rounding.round round]]
283 [def __llround [link math_toolkit.rounding.round round]]
284 [def __trunc [link math_toolkit.rounding.trunc trunc]]
285 [def __modf [link math_toolkit.rounding.modf modf]]
286
287 [/polynomials]
288 [def __laguerre [link math_toolkit.sf_poly.laguerre laguerre]]
289 [def __legendre [link math_toolkit.sf_poly.legendre legendre_p]]
290 [def __legendre_p [link math_toolkit.sf_poly.legendre legendre_p]]
291 [def __legendre_q [link math_toolkit.sf_poly.legendre legendre_q]]
292 [def __legendre_next [link math_toolkit.sf_poly.legendre legendre_next]]
293 [def __hermite [link math_toolkit.sf_poly.hermite hermite]]
294
295 [/Misc]
296 [def __expint [link math_toolkit.expint.expint_i expint]]
297 [def __spherical_harmonic [link math_toolkit.sf_poly.sph_harm spherical_harmonic]]
298 [def __owens_t [link math_toolkit.owens_t Owens T]]
299 [def __constants_intro [link math_toolkit.constants_intro constants]]
300 [def __constants[link math_toolkit.constants constants]]
301
302 [/tools]
303 [def __tuple [link math_toolkit.internals.tuples boost::math::tuple]]
304 [def __tuple_type [link math_toolkit.internals.tuples std::pair, std::tuple, boost::tuple or boost::fusion::tuple]]
305
306 [/ distribution non-members]
307 [def __cdf [link math_toolkit.dist_ref.nmp.cdf Cumulative Distribution Function]]
308 [def __pdf [link math_toolkit.dist_ref.nmp.pdf Probability Density Function]]
309 [def __ccdf [link math_toolkit.dist_ref.nmp.ccdf Complement of the Cumulative Distribution Function]]
310 [def __quantile [link math_toolkit.dist_ref.nmp.quantile Quantile]]
311 [def __quantile_c [link math_toolkit.dist_ref.nmp.quantile_c Quantile from the complement of the probability]]
312 [def __mean [link math_toolkit.dist_ref.nmp.mean mean]]
313 [def __median [link math_toolkit.dist_ref.nmp.median median]]
314 [def __mode [link math_toolkit.dist_ref.nmp.mode mode]]
315 [def __skewness [link math_toolkit.dist_ref.nmp.skewness skewness]]
316 [def __kurtosis [link math_toolkit.dist_ref.nmp.kurtosis kurtosis]]
317 [def __kurtosis_excess [link math_toolkit.dist_ref.nmp.kurtosis_excess kurtosis_excess]]
318 [def __variance [link math_toolkit.dist_ref.nmp.variance variance]]
319 [def __sd [link math_toolkit.dist_ref.nmp.sd standard deviation]]
320 [def __hazard [link math_toolkit.dist_ref.nmp.hazard Hazard Function]]
321 [def __chf [link math_toolkit.dist_ref.nmp.chf Cumulative Hazard Function]]
322 [def __range [link math_toolkit.dist_ref.nmp.range range]]
323 [def __support [link math_toolkit.dist_ref.nmp.support support]]
324 [def __algorithms [link math_toolkit.dist_ref.dist_algorithms algorithms]]
325
326 [/ distribution def names end in distrib to avoid clashes]
327 [def __arcsine_distrib [link math_toolkit.dist_ref.dists.arcsine_dist Arcsine Distribution]]
328 [def __beta_distrib [link math_toolkit.dist_ref.dists.beta_dist Beta Distribution]]
329 [def __binomial_distrib [link math_toolkit.dist_ref.dists.binomial_dist Binomial Distribution]]
330 [def __cauchy_distrib [link math_toolkit.dist_ref.dists.cauchy_dist Cauchy Distribution]]
331 [def __chi_squared_distrib [link math_toolkit.dist_ref.dists.chi_squared_dist Chi Squared Distribution]]
332 [def __extreme_distrib [link math_toolkit.dist_ref.dists.extreme_dist Extreme Distributions]]
333 [def __exp_distrib [link math_toolkit.dist_ref.dists.exp_dist Exponential Distribution]]
334 [def __F_distrib [link math_toolkit.dist_ref.dists.f_dist Fisher F Distribution]]
335 [def __gamma_distrib [link math_toolkit.dist_ref.dists.gamma_dist Gamma Distribution]]
336 [def __geometric_distrib [link math_toolkit.dist_ref.dists.geometric_dist Geometric Distribution]]
337 [def __hyperexponential_distrib [link math_toolkit.dist_ref.dists.hyperexponential_dist Hyperexponential Distribution]]
338 [def __hypergeometric_distrib [link math_toolkit.dist_ref.dists.hypergeometric_dist hypergeometric Distribution]]
339 [def __inverse_gamma_distrib [link math_toolkit.dist_ref.dists.inverse_gamma_dist Inverse Gamma Distribution]]
340 [def __inverse_gaussian_distrib [link math_toolkit.dist_ref.dists.inverse_gaussian_dist Inverse Gaussian Distribution]]
341 [def __inverse_chi_squared_distrib [link math_toolkit.dist_ref.dists.inverse_chi_squared_dist Inverse chi squared Distribution]]
342 [def __laplace_distrib [link math_toolkit.dist_ref.dists.laplace_dist Laplace Distribution]]
343 [def __logistic_distrib [link math_toolkit.dist_ref.dists.logistic_dist Logistic Distribution]]
344 [def __lognormal_distrib [link math_toolkit.dist_ref.dists.lognormal_dist Log-normal Distribution]]
345 [def __negative_binomial_distrib [link math_toolkit.dist_ref.dists.negative_binomial_dist Negative Binomial Distribution]]
346 [def __non_central_chi_squared_distrib [link math_toolkit.dist_ref.dists.nc_chi_squared_dist Noncentral Chi Squared Distribution]]
347 [def __non_central_beta_distrib [link math_toolkit.dist_ref.dists.nc_beta_dist Noncentral Beta Distribution]]
348 [def __non_central_F_distrib [link math_toolkit.dist_ref.dists.nc_f_dist Noncentral F Distribution]]
349 [def __non_central_T_distrib [link math_toolkit.dist_ref.dists.nc_t_dist Noncentral T Distribution]]
350 [def __non_central_t_distrib [link math_toolkit.dist_ref.dists.nc_t_dist noncentral T distribution]]
351 [def __normal_distrib [link math_toolkit.dist_ref.dists.normal_dist Normal Distribution]]
352 [def __poisson_distrib [link math_toolkit.dist_ref.dists.poisson_dist Poisson Distribution]]
353 [def __pareto_distrib [link math_toolkit.dist_ref.dists.pareto Pareto Distribution]]
354 [def __students_t_distrib [link math_toolkit.dist_ref.dists.students_t_dist Students t Distribution]]
355 [def __skew_normal_distrib [link math_toolkit.dist_ref.dists.skew_normal_dist Skew Normal Distribution]]
356 [def __weibull_distrib [link math_toolkit.dist_ref.dists.weibull_dist Weibull Distribution]]
357
358 [/links to policy]
359 [def __Policy [link policy Policy]] [/ Used in distribution template specifications]
360 [def __policy_section [link policy Policies]] [/ Used in text to refer to.]
361 [def __policy_class [link math_toolkit.pol_ref.pol_ref_ref policies::policy<>]]
362 [def __math_undefined [link math_toolkit.pol_ref.assert_undefined mathematically undefined function]]
363 [def __policy_ref [link math_toolkit.pol_ref policy reference]]
364 [def __policy_tutorial [link math_toolkit.pol_tutorial policy tutorial]]
365 [def __policy_defaults [link math_toolkit.pol_tutorial.policy_tut_defaults policy defaults]]
366 [def __error_policy [link math_toolkit.pol_ref.error_handling_policies error handling policies]]
367 [def __changing_policy_defaults [link math_toolkit.pol_ref.policy_defaults changing policies defaults]]
368 [def __math_discrete [link math_toolkit.pol_ref.discrete_quant_ref discrete functions]]
369 [def __understand_dis_quant [link math_toolkit.pol_tutorial.understand_dis_quant understanding discrete quantiles]]
370 [def __user_error_handling [link math_toolkit.pol_tutorial.user_def_err_pol user error handling]]
371 [def __promotion_policy [link math_toolkit.pol_ref.internal_promotion internal promotion policy]]
372 [def __precision_policy [link math_toolkit.pol_ref.precision_pol precision policy]]
373 [def __policy_macros [link math_toolkit.pol_ref.policy_defaults Using Macros to Change the Policy Defaults]]
374
375
376 [def __usual_accessors __cdf, __pdf, __quantile, __hazard,
377 __chf, __mean, __median, __mode, __variance, __sd, __skewness,
378 __kurtosis, __kurtosis_excess, __range and __support]
379
380 [def __real_concept [link math_toolkit.real_concepts real concept]]
381 [def __next_float [link math_toolkit.next_float Adjacent Floating-Point Values]]
382
383 [/ External links]
384 [def __gsl [@http://www.gnu.org/software/gsl/ GSL-1.9]]
385 [def __glibc [@http://www.gnu.org/software/libc/ GNU C Lib]]
386 [def __hpc [@http://docs.hp.com/en/B9106-90010/index.html HP-UX C Library]]
387 [def __cephes [@http://www.netlib.org/cephes/ Cephes]]
388 [def __NTL [@http://www.shoup.net/ntl/ NTL A Library for doing Number Theory]]
389 [def __NTL_RR [@http://shoup.net/ntl/doc/RR.txt NTL::RR]]
390 [def __NTL_quad_float [@http://shoup.net/ntl/doc/quad_float.txt NTL::quad_float]]
391 [def __MPFR [@http://www.mpfr.org/ GNU MPFR library]]
392 [def __GMP [@http://gmplib.org/ GNU Multiple Precision Arithmetic Library]]
393 [def __multiprecision [@boost:/libs/multiprecision/doc/html/index.html Boost.Multiprecision]]
394 [def __cpp_dec_float [@boost:/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/cpp_dec_float.html cpp_dec_float]]
395 [def __cpp_bin_float [@boost:/libs/multiprecision/doc/html/boost_multiprecision/tut/floats/cpp_bin_float.html cpp_bin_float]]
396 [def __boost_test [@boost:/libs/test/doc/html/index.html Boost.Test]]
397 [def __boost_timer [@boost:/libs/timer/doc/index.html Boost.Timer]]
398 [def __boost_test_fp [@boost:/libs/test/doc/html/boost_test/users_guide/testing_tools/testing_floating_points.html Boost.Test floating-point comparison]]
399 [def __boost_math_fp [link math_toolkit.float_comparison Boost.Math floating-point utilities]]
400 [def __float_distance [@boost:/libs/math/doc/html/math_toolkit/next_float/float_distance.html Boost.Math float_distance]]
401 [def __ulp [@http://en.wikipedia.org/wiki/Unit_in_the_last_place Unit in the last place (ULP)]]
402 [def __R [@http://www.r-project.org/ The R Project for Statistical Computing]]
403 [def __godfrey [link godfrey Godfrey]]
404 [def __pugh [link pugh Pugh]]
405 [def __NaN [@http://en.wikipedia.org/wiki/NaN NaN]]
406 [def __errno [@http://en.wikipedia.org/wiki/Errno `::errno`]]
407 [def __Mathworld [@http://mathworld.wolfram.com Wolfram MathWorld]]
408 [def __Mathematica [@http://www.wolfram.com/products/mathematica/index.html Wolfram Mathematica]]
409 [def __WolframAlpha [@http://www.wolframalpha.com/ Wolfram Alpha]]
410 [def __TOMS748 [@http://portal.acm.org/citation.cfm?id=210111 TOMS Algorithm 748: enclosing zeros of continuous functions]]
411 [def __TOMS910 [@http://portal.acm.org/citation.cfm?id=1916469 TOMS Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations]]
412 [def __why_complements [link why_complements why complements?]]
413 [def __complements [link math_toolkit.stat_tut.overview.complements complements]]
414 [def __performance [link perf performance]]
415 [def __building [link math_toolkit.building building libraries]]
416 [def __e_float [@http://calgo.acm.org/910.zip e_float (TOMS Algorithm 910)]]
417 [def __Abramowitz_Stegun M. Abramowitz and I. A. Stegun, Handbook of Mathematical Functions, NBS (1964)]
418 [def __DMLF [@http://dlmf.nist.gov/ NIST Digital Library of Mathematical Functions]]
419 [def __floating_point [@http://en.wikipedia.org/wiki/Floating_point Floating point]]
420 [def __epsilon [@http://en.wikipedia.org/wiki/Machine_epsilon machine epsilon]]
421 [def __ADL [@http://en.cppreference.com/w/cpp/language/adl Argument Dependent Lookup (ADL)]]
422 [def __function_template_instantiation [@http://en.cppreference.com/w/cpp/language/function_template Function template instantiation]]
423 [def __fundamental_types [@http://en.cppreference.com/w/cpp/language/types fundamental types]]
424 [def __guard_digits [@http://en.wikipedia.org/wiki/Guard_digit guard digits]]
425 [def __SSE2 [@http://en.wikipedia.org/wiki/SSE2 SSE2 instructions]]
426 [def __representable [@http://en.wikipedia.org/wiki/Floating_point#Representable_numbers.2C_conversion_and_rounding representable]]
427 [def __short_float [@http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2016.pdf N2016 short float type]]
428 [def __random_variate [@http://en.wikipedia.org/wiki/Random_variate random variate]]
429 [def __random_variable [@http://en.wikipedia.org/wiki/Random_variable random variable]]
430 [def __probability_distribution [@http://en.wikipedia.org/wiki/Probability_distribution probability_distribution]]
431 [def __C_math [@http://www.cplusplus.com/reference/cmath/ C math functions]]
432
433 [/ Some composite templates]
434 [template super[x]'''<superscript>'''[x]'''</superscript>''']
435 [template sub[x]'''<subscript>'''[x]'''</subscript>''']
436 [template floor[x]'''&#x230A;'''[x]'''&#x230B;''']
437 [template floorlr[x][lfloor][x][rfloor]]
438 [template ceil[x] '''&#x2308;'''[x]'''&#x2309;''']
439
440 [template header_file[file] [@../../../../[file] [file]]]
441
442 [template optional_policy[]
443 The final __Policy argument is optional and can be used to
444 control the behaviour of the function: how it handles errors,
445 what level of precision to use etc. Refer to the
446 [link policy policy documentation for more details].]
447
448 [template discrete_quantile_warning[NAME]
449 [caution
450 The [NAME] distribution is a discrete distribution: internally,
451 functions like the `cdf` and `pdf` are treated "as if" they are continuous
452 functions, but in reality the results returned from these functions
453 only have meaning if an integer value is provided for the random variate
454 argument.
455
456 The quantile function will by default return an integer result that has been
457 /rounded outwards/. That is to say lower quantiles (where the probability is
458 less than 0.5) are rounded downward, and upper quantiles (where the probability
459 is greater than 0.5) are rounded upwards. This behaviour
460 ensures that if an X% quantile is requested, then /at least/ the requested
461 coverage will be present in the central region, and /no more than/
462 the requested coverage will be present in the tails.
463
464 This behaviour can be changed so that the quantile functions are rounded
465 differently, or even return a real-valued result using
466 [link math_toolkit.pol_overview Policies]. It is strongly
467 recommended that you read the tutorial
468 [link math_toolkit.pol_tutorial.understand_dis_quant
469 Understanding Quantiles of Discrete Distributions] before
470 using the quantile function on the [NAME] distribution. The
471 [link math_toolkit.pol_ref.discrete_quant_ref reference docs]
472 describe how to change the rounding policy
473 for these distributions.
474 ] [/ caution]
475
476 ] [/ template discrete_quantile_warning]
477
478 [block '''<bookinfo><releaseinfo>'''
479 This manual is also available in
480 [@http://sourceforge.net/projects/boost/files/boost-docs/
481 printer friendly PDF format],
482 and as a CD ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22.
483 '''</releaseinfo></bookinfo>''']
484
485 [mathpart overview Overview]
486 [include overview/overview.qbk]
487 [include overview/structure.qbk] [/getting about, directory and file structure.]
488 [include overview/result_type_calc.qbk]
489 [include overview/error_handling.qbk]
490
491 [section:compilers_overview Compilers]
492 [compilers_overview]
493 [endsect]
494 [include overview/config_macros.qbk]
495 [section:intro_pol_overview Policies]
496 [policy_overview]
497 [endsect]
498
499 [include overview/thread_safety.qbk]
500
501 [section:perf_over1 Performance]
502 [performance_overview]
503 [endsect]
504 [include overview/building.qbk]
505 [section:history1 History and What's New]
506 [history]
507 [endsect]
508 [section:overview_tr1 C99 and C++ TR1 C-style Functions]
509 [tr1_overview]
510 [endsect]
511 [include overview/faq.qbk]
512 [include overview/contact_info.qbk]
513
514 [endmathpart] [/section:main_overview Overview]
515
516 [mathpart utils Floating Point Utilities]
517 [include fp_utilities/rounding_func.qbk]
518 [include fp_utilities/fpclassify.qbk]
519 [include fp_utilities/sign.qbk]
520 [include fp_utilities/fp_facets.qbk]
521 [include fp_utilities/float_next.qbk]
522 [include fp_utilities/float_comparison.qbk]
523 [endmathpart]
524
525 [mathpart cstdfloat..Specified-width floating-point typedefs]
526 [include cstdfloat/cstdfloat.qbk]
527 [endmathpart] [/mathpart cstdfloat..Fixed-width floating-point types]
528
529 [include constants/constants.qbk]
530
531 [mathpart dist Statistical Distributions and Functions]
532 [include distributions/dist_tutorial.qbk]
533 [include distributions/dist_reference.qbk] [/includes all individual distribution.qbk files]
534 [endmathpart] [/section:dist Statistical Distributions and Functions]
535
536 [mathpart special Special Functions]
537
538 [include sf/number_series.qbk]
539
540 [section:sf_gamma Gamma Functions]
541 [include sf/tgamma.qbk]
542 [include sf/lgamma.qbk]
543 [include sf/digamma.qbk]
544 [include sf/trigamma.qbk]
545 [include sf/polygamma.qbk]
546 [include sf/gamma_ratios.qbk]
547 [include sf/igamma.qbk]
548 [include sf/igamma_inv.qbk]
549 [include sf/gamma_derivatives.qbk]
550 [endsect] [/section:sf_gamma Gamma Functions]
551
552 [include sf/factorials.qbk]
553
554 [section:sf_beta Beta Functions]
555 [include sf/beta.qbk]
556 [include sf/ibeta.qbk]
557 [include sf/ibeta_inv.qbk]
558 [include sf/beta_derivative.qbk]
559 [endsect] [/section:sf_beta Beta Functions]
560
561 [section:sf_erf Error Functions]
562 [include sf/erf.qbk]
563 [include sf/erf_inv.qbk]
564 [endsect] [/section:sf_erf Error Functions]
565
566 [section:sf_poly Polynomials]
567 [include sf/legendre.qbk]
568 [include sf/laguerre.qbk]
569 [include sf/hermite.qbk]
570 [include sf/spherical_harmonic.qbk]
571 [endsect] [/section:sf_poly Polynomials]
572
573 [section:bessel Bessel Functions]
574 [include sf/bessel_introduction.qbk]
575 [include sf/bessel_jy.qbk]
576 [include sf/bessel_ik.qbk]
577 [include sf/bessel_spherical.qbk]
578 [include sf/bessel_prime.qbk]
579 [endsect] [/section:bessel Bessel Functions]
580
581 [/Hankel functions]
582 [include sf/hankel.qbk]
583
584 [/Airy Functions]
585 [include sf/airy.qbk]
586
587 [section:ellint Elliptic Integrals]
588 [include sf/ellint_introduction.qbk]
589 [include sf/ellint_carlson.qbk]
590 [include sf/ellint_legendre.qbk]
591 [endsect] [/section:ellint Elliptic Integrals]
592
593 [include sf/jacobi_elliptic.qbk]
594
595 [section:zetas Zeta Functions]
596 [include sf/zeta.qbk]
597 [endsect]
598
599 [include sf/expint.qbk]
600
601 [include sf/powers.qbk]
602 [include sf/sinc.qbk]
603 [include sf/inv_hyper.qbk]
604
605 [include sf/owens_t.qbk]
606
607 [endmathpart] [/section:special Special Functions]
608
609 [mathpart extern_c TR1 and C99 external "C" Functions]
610 [section:main_tr1 C99 and TR1 C Functions Overview]
611 [tr1_overview]
612 [endsect]
613 [include tr1/c99_ref.qbk]
614 [include tr1/tr1_ref.qbk]
615 [endmathpart]
616
617 [include complex/complex-tr1.qbk]
618 [include quaternion/math-quaternion.qbk]
619 [include octonion/math-octonion.qbk]
620 [include gcd/math-gcd.qbk]
621
622 [mathpart rooting Tools: Root Finding \& Minimization Algorithms, Polynomial Arithmetic \& Evaluation]
623 [section:roots Root finding]
624 [include roots/roots_overview.qbk]
625 [include internals/polynomial.qbk]
626 [include internals/rational.qbk]
627 [endsect] [/section:roots Root finding]
628
629 [endmathpart] [/mathpart roots Root Finding Algorithms]
630
631 [mathpart internals Internal Details: Series, Rationals and Continued Fractions, Testing, and Development Tools]
632
633 [include internals/internals_overview.qbk]
634 [section:internals Internal tools]
635 [include internals/series.qbk]
636 [include internals/fraction.qbk]
637 [/include internals/rational.qbk] [/moved to tools]
638 [include internals/tuple.qbk]
639 [/include internals/polynomial.qbk] [/moved to tools]
640 [include internals/minimax.qbk]
641 [include internals/relative_error.qbk] [/ uncertainty of floating-point calculations.]
642 [include internals/test_data.qbk]
643 [endsect] [/section:internals]
644
645 [endmathpart] [/mathpart internals Internal Details: Series, Rationals and Continued Fractions, Testing, and Development Tools]
646
647 [mathpart using_udt Use with User-Defined Floating-Point Types - Boost.Multiprecision and others]
648 [include concepts/concepts.qbk]
649 [endmathpart] [/section:using_udt Use with User Defined Floating-Point Types]
650
651 [include policies/policy.qbk]
652
653 [include performance/performance.qbk]
654
655 [mathpart backgrounders Backgrounders]
656 [include background/implementation.qbk]
657 [include background/special_tut.qbk]
658 [include background/error.qbk] [/relative error NOT handling]
659 [include background/lanczos.qbk]
660 [include background/remez.qbk]
661 [include background/references.qbk]
662
663 [section:logs_and_tables Error logs and tables]
664
665 [section:all_table Tables of Error Rates for all Functions]
666
667 [all_tables]
668
669 [endsect]
670
671 [section:logs Error Logs For Error Rate Tables]
672
673 [all_errors]
674
675 [endsect]
676
677 [endsect]
678
679 [endmathpart] [/section:backgrounders Backgrounders]
680
681 [mathpart status Library Status]
682 [section:history2 History and What's New]
683 [history]
684 [endsect]
685 [include overview/issues.qbk]
686 [include overview/credits.qbk]
687 [/include test_HTML4_symbols.qbk]
688 [/include test_Latin1_symbols.qbk]
689
690 [endmathpart] [/section:status Status and Roadmap]
691
692 [mathpart indexes Indexes]
693
694 [named_index function_name Function Index]
695 [named_index class_name Class Index]
696 [named_index typedef_name Typedef Index]
697 [named_index macro_name Macro Index]
698 [index]
699
700 [endmathpart]
701
702 [/ math.qbk
703 Copyright 2008, 2010, 2012, 2013, 2014, 2015 John Maddock and Paul A. Bristow.
704 Distributed under the Boost Software License, Version 1.0.
705 (See accompanying file LICENSE_1_0.txt or copy at
706 http://www.boost.org/LICENSE_1_0.txt).
707 ]
708
709
710
711