Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / html / math_toolkit / stat_tut / weg.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Worked Examples</title>
5 <link rel="stylesheet" href="../../math.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../index.html" title="Math Toolkit 2.11.0">
8 <link rel="up" href="../stat_tut.html" title="Statistical Distributions Tutorial">
9 <link rel="prev" href="overview/summary.html" title="Summary">
10 <link rel="next" href="weg/dist_construct_eg.html" title="Distribution Construction Examples">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="overview/summary.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stat_tut.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="weg/dist_construct_eg.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="math_toolkit.stat_tut.weg"></a><a class="link" href="weg.html" title="Worked Examples">Worked Examples</a>
28 </h3></div></div></div>
29 <div class="toc"><dl class="toc">
30 <dt><span class="section"><a href="weg/dist_construct_eg.html">Distribution
31         Construction Examples</a></span></dt>
32 <dt><span class="section"><a href="weg/st_eg.html">Student's t Distribution
33         Examples</a></span></dt>
34 <dd><dl>
35 <dt><span class="section"><a href="weg/st_eg/tut_mean_intervals.html">Calculating
36           confidence intervals on the mean with the Students-t distribution</a></span></dt>
37 <dt><span class="section"><a href="weg/st_eg/tut_mean_test.html">Testing
38           a sample mean for difference from a "true" mean</a></span></dt>
39 <dt><span class="section"><a href="weg/st_eg/tut_mean_size.html">Estimating
40           how large a sample size would have to become in order to give a significant
41           Students-t test result with a single sample test</a></span></dt>
42 <dt><span class="section"><a href="weg/st_eg/two_sample_students_t.html">Comparing
43           the means of two samples with the Students-t test</a></span></dt>
44 <dt><span class="section"><a href="weg/st_eg/paired_st.html">Comparing
45           two paired samples with the Student's t distribution</a></span></dt>
46 </dl></dd>
47 <dt><span class="section"><a href="weg/cs_eg.html">Chi Squared Distribution
48         Examples</a></span></dt>
49 <dd><dl>
50 <dt><span class="section"><a href="weg/cs_eg/chi_sq_intervals.html">Confidence
51           Intervals on the Standard Deviation</a></span></dt>
52 <dt><span class="section"><a href="weg/cs_eg/chi_sq_test.html">Chi-Square
53           Test for the Standard Deviation</a></span></dt>
54 <dt><span class="section"><a href="weg/cs_eg/chi_sq_size.html">Estimating
55           the Required Sample Sizes for a Chi-Square Test for the Standard Deviation</a></span></dt>
56 </dl></dd>
57 <dt><span class="section"><a href="weg/f_eg.html">F Distribution Examples</a></span></dt>
58 <dt><span class="section"><a href="weg/binom_eg.html">Binomial Distribution
59         Examples</a></span></dt>
60 <dd><dl>
61 <dt><span class="section"><a href="weg/binom_eg/binomial_coinflip_example.html">Binomial
62           Coin-Flipping Example</a></span></dt>
63 <dt><span class="section"><a href="weg/binom_eg/binomial_quiz_example.html">Binomial
64           Quiz Example</a></span></dt>
65 <dt><span class="section"><a href="weg/binom_eg/binom_conf.html">Calculating
66           Confidence Limits on the Frequency of Occurrence for a Binomial Distribution</a></span></dt>
67 <dt><span class="section"><a href="weg/binom_eg/binom_size_eg.html">Estimating
68           Sample Sizes for a Binomial Distribution.</a></span></dt>
69 </dl></dd>
70 <dt><span class="section"><a href="weg/geometric_eg.html">Geometric Distribution
71         Examples</a></span></dt>
72 <dt><span class="section"><a href="weg/neg_binom_eg.html">Negative Binomial
73         Distribution Examples</a></span></dt>
74 <dd><dl>
75 <dt><span class="section"><a href="weg/neg_binom_eg/neg_binom_conf.html">Calculating
76           Confidence Limits on the Frequency of Occurrence for the Negative Binomial
77           Distribution</a></span></dt>
78 <dt><span class="section"><a href="weg/neg_binom_eg/neg_binom_size_eg.html">Estimating
79           Sample Sizes for the Negative Binomial.</a></span></dt>
80 <dt><span class="section"><a href="weg/neg_binom_eg/negative_binomial_example1.html">Negative
81           Binomial Sales Quota Example.</a></span></dt>
82 <dt><span class="section"><a href="weg/neg_binom_eg/negative_binomial_example2.html">Negative
83           Binomial Table Printing Example.</a></span></dt>
84 </dl></dd>
85 <dt><span class="section"><a href="weg/normal_example.html">Normal Distribution
86         Examples</a></span></dt>
87 <dd><dl><dt><span class="section"><a href="weg/normal_example/normal_misc.html">Some
88           Miscellaneous Examples of the Normal (Gaussian) Distribution</a></span></dt></dl></dd>
89 <dt><span class="section"><a href="weg/inverse_chi_squared_eg.html">Inverse
90         Chi-Squared Distribution Bayes Example</a></span></dt>
91 <dt><span class="section"><a href="weg/nccs_eg.html">Non Central Chi
92         Squared Example</a></span></dt>
93 <dd><dl><dt><span class="section"><a href="weg/nccs_eg/nccs_power_eg.html">Tables
94           of the power function of the chi<sup>2</sup> test.</a></span></dt></dl></dd>
95 <dt><span class="section"><a href="weg/error_eg.html">Error Handling
96         Example</a></span></dt>
97 <dt><span class="section"><a href="weg/find_eg.html">Find Location and
98         Scale Examples</a></span></dt>
99 <dd><dl>
100 <dt><span class="section"><a href="weg/find_eg/find_location_eg.html">Find
101           Location (Mean) Example</a></span></dt>
102 <dt><span class="section"><a href="weg/find_eg/find_scale_eg.html">Find
103           Scale (Standard Deviation) Example</a></span></dt>
104 <dt><span class="section"><a href="weg/find_eg/find_mean_and_sd_eg.html">Find
105           mean and standard deviation example</a></span></dt>
106 </dl></dd>
107 <dt><span class="section"><a href="weg/nag_library.html">Comparison with
108         C, R, FORTRAN-style Free Functions</a></span></dt>
109 <dt><span class="section"><a href="weg/c_sharp.html">Using the Distributions
110         from Within C#</a></span></dt>
111 </dl></div>
112 </div>
113 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
114 <td align="left"></td>
115 <td align="right"><div class="copyright-footer">Copyright &#169; 2006-2019 Nikhar
116       Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos,
117       Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Matthew Pulver, Johan
118       R&#229;de, Gautam Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg,
119       Daryle Walker and Xiaogang Zhang<p>
120         Distributed under the Boost Software License, Version 1.0. (See accompanying
121         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
122       </p>
123 </div></td>
124 </tr></table>
125 <hr>
126 <div class="spirit-nav">
127 <a accesskey="p" href="overview/summary.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../stat_tut.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="weg/dist_construct_eg.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
128 </div>
129 </body>
130 </html>