Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / html / math_toolkit / stat_tut / overview / objects.html
index bb5cd83..c9917a3 100644 (file)
@@ -4,8 +4,8 @@
 <title>Distributions are Objects</title>
 <link rel="stylesheet" href="../../../math.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
-<link rel="home" href="../../../index.html" title="Math Toolkit 2.10.0">
-<link rel="up" href="../overview.html" title="Overview of Distributions">
+<link rel="home" href="../../../index.html" title="Math Toolkit 2.11.0">
+<link rel="up" href="../overview.html" title="Overview of Statistical Distributions">
 <link rel="prev" href="headers.html" title="Headers and Namespaces">
 <link rel="next" href="generic.html" title="Generic operations common to all distributions are non-member functions">
 </head>
         are Objects</a>
 </h4></div></div></div>
 <p>
-          Each kind of distribution in this library is a class type - an object.
-        </p>
-<p>
-          <a class="link" href="../../../policy.html" title="Chapter&#160;19.&#160;Policies: Controlling Precision, Error Handling etc">Policies</a> provide fine-grained control of
-          the behaviour of these classes, allowing the user to customise behaviour
-          such as how errors are handled, or how the quantiles of discrete distribtions
-          behave.
+          Each kind of distribution in this library is a class type - an object,
+          with member functions.
         </p>
 <div class="tip"><table border="0" summary="Tip">
 <tr>
           </p></td></tr>
 </table></div>
 <p>
+          <a class="link" href="../../../policy.html" title="Chapter&#160;20.&#160;Policies: Controlling Precision, Error Handling etc">Policies</a> provide optional fine-grained control
+          of the behaviour of these classes, allowing the user to customise behaviour
+          such as how errors are handled, or how the quantiles of discrete distributions
+          behave.
+        </p>
+<p>
           Making distributions class types does two things:
         </p>
 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">