summaryrefslogtreecommitdiff
path: root/doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html')
-rw-r--r--doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html48
1 files changed, 22 insertions, 26 deletions
diff --git a/doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html b/doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html
index 981a916202..1f77a9b51e 100644
--- a/doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html
+++ b/doc/html/boost/accumulators/impl/coherent_tail_mean_impl.html
@@ -4,11 +4,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template coherent_tail_mean_impl</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp" title="Header &lt;boost/accumulators/statistics/tail_mean.hpp&gt;">
-<link rel="prev" href="../extract/coherent_tail_mean.html" title="Global coherent_tail_mean">
-<link rel="next" href="non_coherent_t_idp35190416.html" title="Struct template non_coherent_tail_mean_impl">
+<link rel="up" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp" title="Header &lt;boost/accumulators/statistics_fwd.hpp&gt;">
+<link rel="prev" href="tail_impl.html" title="Struct template tail_impl">
+<link rel="next" href="non_cohe_idm46563499161520.html" title="Struct template non_coherent_tail_mean_impl">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../extract/coherent_tail_mean.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp"><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="non_coherent_t_idp35190416.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="tail_impl.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp"><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="non_cohe_idm46563499161520.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.accumulators.impl.coherent_tail_mean_impl"></a><div class="titlepage"></div>
@@ -30,44 +30,40 @@
<p>boost::accumulators::impl::coherent_tail_mean_impl &#8212; Estimation of the coherent tail mean based on order statistics (for both left and right tails) </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
-<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp" title="Header &lt;boost/accumulators/statistics/tail_mean.hpp&gt;">boost/accumulators/statistics/tail_mean.hpp</a>&gt;
+<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp" title="Header &lt;boost/accumulators/statistics_fwd.hpp&gt;">boost/accumulators/statistics_fwd.hpp</a>&gt;
</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Sample<span class="special">,</span> <span class="keyword">typename</span> LeftRight<span class="special">&gt;</span>
-<span class="keyword">struct</span> <a class="link" href="coherent_tail_mean_impl.html" title="Struct template coherent_tail_mean_impl">coherent_tail_mean_impl</a> <span class="special">{</span>
- <span class="comment">// types</span>
- <span class="keyword">typedef</span> <span class="identifier">numeric</span><span class="special">::</span><span class="identifier">functional</span><span class="special">::</span><span class="identifier">fdiv</span><span class="special">&lt;</span> <span class="identifier">Sample</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">result_type</span> <a name="boost.accumulators.impl.coherent_tail_mean_impl.float_type"></a><span class="identifier">float_type</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="identifier">float_type</span> <a name="boost.accumulators.impl.coherent_tail_mean_impl.result_type"></a><span class="identifier">result_type</span><span class="special">;</span>
-
+<span class="keyword">struct</span> <a class="link" href="coherent_tail_mean_impl.html" title="Struct template coherent_tail_mean_impl">coherent_tail_mean_impl</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">accumulator_base</span> <span class="special">{</span>
<span class="comment">// <a class="link" href="coherent_tail_mean_impl.html#boost.accumulators.impl.coherent_tail_mean_implconstruct-copy-destruct">construct/copy/destruct</a></span>
- <a class="link" href="coherent_tail_mean_impl.html#idp35189440-bb"><span class="identifier">coherent_tail_mean_impl</span></a><span class="special">(</span><span class="identifier">dont_care</span><span class="special">)</span><span class="special">;</span>
+ <a class="link" href="coherent_tail_mean_impl.html#idm46563499162400-bb"><span class="identifier">coherent_tail_mean_impl</span></a><span class="special">(</span><span class="identifier">dont_care</span><span class="special">)</span><span class="special">;</span>
- <span class="comment">// <a class="link" href="coherent_tail_mean_impl.html#idp35186064-bb">public member functions</a></span>
- <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Args<span class="special">&gt;</span> <span class="identifier">result_type</span> <a class="link" href="coherent_tail_mean_impl.html#idp35186624-bb"><span class="identifier">result</span></a><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="coherent_tail_mean_impl.html#idm46563499165392-bb">public member functions</a></span>
+ <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Args<span class="special">&gt;</span> <span class="identifier">result_type</span> <a class="link" href="coherent_tail_mean_impl.html#idm46563499164896-bb"><span class="identifier">result</span></a><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&amp;</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp25965600"></a><h2>Description</h2>
-<p>The coherent tail mean <span class="inlinemediaobject"><img src="../../../images/accumulators//form_53.png"></span> is equal to the non-coherent tail mean <span class="inlinemediaobject"><img src="../../../images/accumulators//form_0.png"></span> plus a correction term that ensures coherence in case of non-continuous distributions.</p>
+<a name="idm45928173023360"></a><h2>Description</h2>
+<p>The coherent tail mean <span class="inlinemediaobject"><img src="../../../images/accumulators//form_4.png"></span> is equal to the non-coherent tail mean <span class="inlinemediaobject"><img src="../../../images/accumulators//form_5.png"></span> plus a correction term that ensures coherence in case of non-continuous distributions.</p>
<div class="equation">
-<a name="idp25971424"></a><p class="title"><b>Equation&#160;1.20.&#160;</b></p>
-<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_54.png" align="middle"></div></div>
+<a name="idm45928173017536"></a><p class="title"><b>Equation&#160;1.20.&#160;</b></p>
+<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_6.png" align="middle"></div></div>
</div>
<p><br class="equation-break"></p>
<div class="equation">
-<a name="idp25974624"></a><p class="title"><b>Equation&#160;1.21.&#160;</b></p>
-<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_55.png" align="middle"></div></div>
+<a name="idm45928173014336"></a><p class="title"><b>Equation&#160;1.21.&#160;</b></p>
+<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_7.png" align="middle"></div></div>
</div>
<p><br class="equation-break"> </p>
<div class="refsect2">
-<a name="idp25977792"></a><h3>
+<a name="idm45928173011168"></a><h3>
<a name="boost.accumulators.impl.coherent_tail_mean_implconstruct-copy-destruct"></a><code class="computeroutput">coherent_tail_mean_impl</code>
public
construct/copy/destruct</h3>
-<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idp35189440-bb"></a><span class="identifier">coherent_tail_mean_impl</span><span class="special">(</span><span class="identifier">dont_care</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div>
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idm46563499162400-bb"></a><span class="identifier">coherent_tail_mean_impl</span><span class="special">(</span><span class="identifier">dont_care</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
<div class="refsect2">
-<a name="idp25984320"></a><h3>
-<a name="idp35186064-bb"></a><code class="computeroutput">coherent_tail_mean_impl</code> public member functions</h3>
-<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Args<span class="special">&gt;</span> <span class="identifier">result_type</span> <a name="idp35186624-bb"></a><span class="identifier">result</span><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&amp;</span> args<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li></ol></div>
+<a name="idm45928173004640"></a><h3>
+<a name="idm46563499165392-bb"></a><code class="computeroutput">coherent_tail_mean_impl</code> public member functions</h3>
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Args<span class="special">&gt;</span> <span class="identifier">result_type</span> <a name="idm46563499164896-bb"></a><span class="identifier">result</span><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&amp;</span> args<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li></ol></div>
</div>
</div>
</div>
@@ -81,7 +77,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../extract/coherent_tail_mean.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp"><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="non_coherent_t_idp35190416.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="tail_impl.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp"><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="non_cohe_idm46563499161520.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>