TheAlgorithms-C/dc/d47/realtime__stats_8c_a3c04138a5bfe5d72780bb7e82a18e627_cgraph.svg

80 lines
3.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 3.0.0 (20220226.1711)
-->
<!-- Title: main Pages: 1 -->
<svg width="280pt" height="75pt"
viewBox="0.00 0.00 280.00 75.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 71)">
<title>main</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-71 276,-71 276,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="Main function.">
<polygon fill="#bfbfbf" stroke="black" points="0,-28.5 0,-47.5 38,-47.5 38,-28.5 0,-28.5"/>
<text text-anchor="middle" x="19" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../dc/d47/realtime__stats_8c.html#a63ddcdaab24f722f0963fa2fbe0ae628" target="_top" xlink:title="continuous mean and variance computance using first value as an approximation for the mean.">
<polygon fill="white" stroke="black" points="183,-47.5 183,-66.5 272,-66.5 272,-47.5 183,-47.5"/>
<text text-anchor="middle" x="227.5" y="-54.5" font-family="Helvetica,sans-Serif" font-size="10.00">stats_computer1</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M38.08,-46.09C48.38,-50.26 61.66,-54.89 74,-57 106.45,-62.54 143.35,-62.7 172.73,-61.4"/>
<polygon fill="midnightblue" stroke="midnightblue" points="172.98,-64.89 182.79,-60.88 172.62,-57.9 172.98,-64.89"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../dc/d47/realtime__stats_8c.html#a34be233a9200ee2065f6b7b27e2d9a96" target="_top" xlink:title="continuous mean and variance computance using Welford&#39;s algorithm (very accurate)">
<polygon fill="white" stroke="black" points="183,-0.5 183,-19.5 272,-19.5 272,-0.5 183,-0.5"/>
<text text-anchor="middle" x="227.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stats_computer2</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M38.14,-30.19C48.45,-26.11 61.72,-21.47 74,-19 106.33,-12.49 143.23,-10.18 172.63,-9.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="172.76,-13.03 182.7,-9.36 172.65,-6.03 172.76,-13.03"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../dc/d47/realtime__stats_8c.html#aa54c915581fcc495489175a4386d59fd" target="_top" xlink:title="Test the algorithm implementation.">
<polygon fill="white" stroke="black" points="74,-28.5 74,-47.5 147,-47.5 147,-28.5 74,-28.5"/>
<text text-anchor="middle" x="110.5" y="-35.5" font-family="Helvetica,sans-Serif" font-size="10.00">test_function</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M38.11,-38C45.53,-38 54.49,-38 63.52,-38"/>
<polygon fill="midnightblue" stroke="midnightblue" points="63.66,-41.5 73.66,-38 63.66,-34.5 63.66,-41.5"/>
</g>
<!-- Node4&#45;&gt;Node2 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M147.26,-43.91C155.31,-45.24 164.04,-46.68 172.65,-48.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="172.23,-51.58 182.67,-49.76 173.37,-44.67 172.23,-51.58"/>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M147.26,-29.29C156.75,-26.98 167.17,-24.44 177.25,-21.99"/>
<polygon fill="midnightblue" stroke="midnightblue" points="178.28,-25.34 187.16,-19.58 176.62,-18.54 178.28,-25.34"/>
</g>
</g>
</svg>