reactos/rosapps/roscalc/docs/Help.en/statistical_functions.htm
Timo Kreuzer ca60bdfbe8 New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it)
Better than the one we currently have. For now in rosapps, so we can test it, if it's all working fine, we should replace the wine one.
Changes by me: use pow() instead of cbrt(), as cbrt doesn't work in our tree.
I imported the whole codebase, although the mpfr files are not used.
I moved the localizations to "lang" and the icons to "res" subfolder.

svn path=/trunk/; revision=31512
2007-12-31 05:51:52 +00:00

46 lines
2.8 KiB
HTML

<html>
<head>
<title>STATISTICAL FUNCTIONS</title>
</head>
<body>
<h2 style="margin-top: 0; margin-bottom: 0">STATISTICAL FUNCTIONS</h2>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">By pressing the <img border="0" src="images/Sta.PNG" width="36" height="28">
button, the statistical window is enabled.</p>
<p style="margin-top: 0; margin-bottom: 0">Statistical window allows to store groups of number and execute some common statistical
operators.</p>
<p style="margin-top: 0; margin-bottom: 0">Into the statistical box, there are four buttons with these functions:</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">[RET]</p>
<p style="margin-top: 0; margin-bottom: 0">It moves the focus back to the calculator.</p>
<p style="margin-top: 0; margin-bottom: 0">[LOAD]</p>
<p style="margin-top: 0; margin-bottom: 0">It loads the selected number into the output display of the calculator.</p>
<p style="margin-top: 0; margin-bottom: 0">[CD]</p>
<p style="margin-top: 0; margin-bottom: 0">It deletes the selected number from the list.</p>
<p style="margin-top: 0; margin-bottom: 0">[CAD]</p>
<p style="margin-top: 0; margin-bottom: 0">It deletes all numbers currently stored into the list.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">While the statistical window is shown, four additional buttons are enabled:</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Ave.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">It calculates the arithmetic average of the numbers stored into the list.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Sum.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">It calculates the sum of all numbers stored into the list.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/s.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">It calculates the population standard deviations of the numbers stored into the list.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0"><img border="0" src="images/Dat.PNG" width="36" height="28"></p>
<p style="margin-top: 0; margin-bottom: 0">It inserts the number shown into the output display into the list.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0">Note: when the statistical box is closed, its content is lost.</p>
<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
</body>
</html>