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 2.49.3 (20211023.0002)
-->
<!-- Title: main Pages: 1 -->
<svg width="281pt" height="75pt"
viewBox="0.00 0.00 281.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 277,-71 277,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 273,-66.5 273,-47.5 183,-47.5"/>
<text text-anchor="middle" x="228" 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.44,-62.54 143.31,-62.72 172.73,-61.43"/>
<polygon fill="midnightblue" stroke="midnightblue" points="173,-64.92 182.81,-60.91 172.65,-57.93 173,-64.92"/>
</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 273,-19.5 273,-0.5 183,-0.5"/>
<text text-anchor="middle" x="228" 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.32,-12.5 143.19,-10.18 172.64,-9.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="172.79,-13.02 182.73,-9.35 172.67,-6.02 172.79,-13.02"/>
</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.1,-43.86C155.2,-45.19 163.98,-46.63 172.66,-48.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="172.32,-51.55 182.76,-49.72 173.46,-44.64 172.32,-51.55"/>
</g>
<!-- Node4&#45;&gt;Node3 -->
<g id="edge5" class="edge">
<title>Node4&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M147.1,-29.37C156.84,-27.01 167.58,-24.41 177.93,-21.9"/>
<polygon fill="midnightblue" stroke="midnightblue" points="178.81,-25.29 187.7,-19.53 177.16,-18.48 178.81,-25.29"/>
</g>
</g>
</svg>