1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<a name="Module:Scientific.Statistics"><h1>Module Scientific.Statistics</h1></a>
<hr width=70%>
<h2>Functions</h2>
<ul>
<li> <p>
<a name="Function:Scientific.Statistics.mean"><b><i>mean</i></b>(<i>data</i>)</a><br>
</p>
<p>Returns the mean (average value) of <i>data</i> (a sequence of numbers).</p><li> <p>
<a name="Function:Scientific.Statistics.variance"><b><i>variance</i></b>(<i>data</i>)</a><br>
</p>
<p>Returns the variance of <i>data</i> (a sequence of numbers).</p><li> <p>
<a name="Function:Scientific.Statistics.standardDeviation"><b><i>standardDeviation</i></b>(<i>data</i>)</a><br>
</p>
<p>Returns the standard deviation of <i>data</i> (a sequence of numbers).</p><li> <p>
<a name="Function:Scientific.Statistics.median"><b><i>median</i></b>(<i>data</i>)</a><br>
</p>
<p>Returns the median of <i>data</i> (a sequence of numbers).</p><li> <p>
<a name="Function:Scientific.Statistics.skewness"><b><i>skewness</i></b>(<i>data</i>)</a><br>
</p>
<p>Returns the skewness of <i>data</i> (a sequence of numbers).</p><li> <p>
<a name="Function:Scientific.Statistics.kurtosis"><b><i>kurtosis</i></b>(<i>data</i>)</a><br>
</p>
<p>Returns the kurtosis of <i>data</i> (a sequence of numbers).</p><li> <p>
<a name="Function:Scientific.Statistics.correlation"><b><i>correlation</i></b>(<i>data1</i>, <i>data2</i>)</a><br>
</p>
<p>Returns the correlation coefficient between <i>data1</i> and <i>data2</i>,
which must have the same length.</p></ul>
<h1>Submodules:</h1>
<ul><li><a href="Scientific_30.html">Module Scientific.Statistics.Histogram</a></ul>
|