Documentation for 5a654fb85b

This commit is contained in:
github-actions
2021-10-13 21:29:54 +00:00
parent f83e8874e7
commit 135b946a16
208 changed files with 7518 additions and 3498 deletions

View File

@@ -94,10 +94,12 @@ $(document).ready(function(){initNavTree('d4/ded/namespaceprobability.html','../
</div><!--header-->
<div class="contents">
<p>for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> - needed in testing
<p>Probability algorithms.
<a href="../../d4/ded/namespaceprobability.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> - needed in testing </p>
<div class="textblock"><p >Probability algorithms. </p>
<p >for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a> - needed in testing</p>
<p >for assert for math functions for fixed size data types for time to initialize rng for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/io/basic_ostream.html">std::cout</a> for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/numeric_limits.html">std::numeric_limits</a> for random numbers for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a></p>
<p >for assert for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/random/rand.html">std::rand</a> - needed in testing for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/chrono/c/time.html">std::time</a> - needed in testing for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/list.html">std::list</a> - used to manage sliding window for <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/container/multiset.html">std::multiset</a> - used to manage multi-value sorted sliding window values</p>
<p >Probability algorithms </p>
</div></div><!-- contents -->

View File

@@ -1,5 +1,9 @@
var namespaceprobability =
[
[ "geometric_dist", null, [
[ "geometric_distribution", "da/d19/classprobability_1_1geometric__dist_1_1geometric__distribution.html", "da/d19/classprobability_1_1geometric__dist_1_1geometric__distribution" ],
[ "generate_uniform", "de/d72/geometric__dist_8cpp.html#a82964ca6180507deb5fafc71050012ba", null ]
] ],
[ "windowed_median", null, [
[ "WindowedMedian", "df/d34/classprobability_1_1windowed__median_1_1_windowed_median.html", "df/d34/classprobability_1_1windowed__median_1_1_windowed_median" ]
] ]