File: ch11s14.html

package info (click to toggle)
genius 1.0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 25,308 kB
  • sloc: ansic: 75,620; xml: 71,565; sh: 4,445; makefile: 1,927; lex: 523; yacc: 298; perl: 54
file content (27 lines) | stat: -rw-r--r-- 6,525 bytes parent folder | download
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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Статистика</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="Руководство пользователя Genius"><link rel="up" href="ch11.html" title="Chapter 11. Список функций GEL"><link rel="prev" href="ch11s13.html" title="Решение уравнений"><link rel="next" href="ch11s15.html" title="Многочлены"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Статистика</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch11s13.html">Prev</a> </td><th width="60%" align="center">Chapter 11. Список функций GEL</th><td width="20%" align="right"> <a accesskey="n" href="ch11s15.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="genius-gel-function-list-statistics"></a>Статистика</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span lang="en" class="term"><a name="gel-function-Average"></a>Average</span></dt><dd><pre class="synopsis">Average (m)</pre><p lang="en">Aliases: <code class="function">average</code> <code class="function">Mean</code> <code class="function">mean</code></p><p lang="en">Calculate average (the arithmetic mean) of an entire matrix.</p><p lang="en">
	    See
	    <a class="ulink" href="https://en.wikipedia.org/wiki/Mean" target="_top">Wikipedia</a> or
	    <a class="ulink" href="http://mathworld.wolfram.com/ArithmeticMean.html" target="_top">Mathworld</a> for more information.
	  </p></dd><dt><span lang="en" class="term"><a name="gel-function-GaussDistribution"></a>GaussDistribution</span></dt><dd><pre lang="en" class="synopsis">GaussDistribution (x,sigma)</pre><p lang="en">Integral of the GaussFunction from 0 to <code class="varname">x</code> (area under the normal curve).</p><p lang="en">
	    See
	    <a class="ulink" href="https://en.wikipedia.org/wiki/Normal_distribution" target="_top">Wikipedia</a> or
	    <a class="ulink" href="http://mathworld.wolfram.com/NormalDistribution.html" target="_top">Mathworld</a> for more information.
	  </p></dd><dt><span lang="en" class="term"><a name="gel-function-GaussFunction"></a>GaussFunction</span></dt><dd><pre lang="en" class="synopsis">GaussFunction (x,sigma)</pre><p lang="en">The normalized Gauss distribution function (the normal curve).</p><p lang="en">
	    See
	    <a class="ulink" href="https://en.wikipedia.org/wiki/Normal_distribution" target="_top">Wikipedia</a> or
	    <a class="ulink" href="http://mathworld.wolfram.com/NormalDistribution.html" target="_top">Mathworld</a> for more information.
	  </p></dd><dt><span lang="en" class="term"><a name="gel-function-Median"></a>Median</span></dt><dd><pre lang="en" class="synopsis">Median (m)</pre><p lang="en">Aliases: <code class="function">median</code></p><p lang="en">Calculate median of an entire matrix.</p><p lang="en">
	    See
	    <a class="ulink" href="https://en.wikipedia.org/wiki/Median" target="_top">Wikipedia</a> or
	    <a class="ulink" href="http://mathworld.wolfram.com/StatisticalMedian.html" target="_top">Mathworld</a> for more information.
	  </p></dd><dt><span lang="en" class="term"><a name="gel-function-PopulationStandardDeviation"></a>PopulationStandardDeviation</span></dt><dd><pre lang="en" class="synopsis">PopulationStandardDeviation (m)</pre><p lang="en">Aliases: <code class="function">stdevp</code></p><p lang="en">Calculate the population standard deviation of a whole matrix.</p></dd><dt><span lang="en" class="term"><a name="gel-function-RowAverage"></a>RowAverage</span></dt><dd><pre lang="en" class="synopsis">RowAverage (m)</pre><p lang="en">Aliases: <code class="function">RowMean</code></p><p lang="en">Calculate average of each row in a matrix.  That is, compute the
	  arithmetic mean.</p><p lang="en">
	    See
	    <a class="ulink" href="https://en.wikipedia.org/wiki/Mean" target="_top">Wikipedia</a> or
	    <a class="ulink" href="http://mathworld.wolfram.com/ArithmeticMean.html" target="_top">Mathworld</a> for more information.
	  </p></dd><dt><span lang="en" class="term"><a name="gel-function-RowMedian"></a>RowMedian</span></dt><dd><pre lang="en" class="synopsis">RowMedian (m)</pre><p lang="en">Calculate median of each row in a matrix and return a column
	  vector of the medians.</p><p lang="en">
	    See
	    <a class="ulink" href="https://en.wikipedia.org/wiki/Median" target="_top">Wikipedia</a> or
	    <a class="ulink" href="http://mathworld.wolfram.com/StatisticalMedian.html" target="_top">Mathworld</a> for more information.
	  </p></dd><dt><span lang="en" class="term"><a name="gel-function-RowPopulationStandardDeviation"></a>RowPopulationStandardDeviation</span></dt><dd><pre lang="en" class="synopsis">RowPopulationStandardDeviation (m)</pre><p lang="en">Aliases: <code class="function">rowstdevp</code></p><p lang="en">Calculate the population standard deviations of rows of a matrix and return a vertical vector.</p></dd><dt><span lang="en" class="term"><a name="gel-function-RowStandardDeviation"></a>RowStandardDeviation</span></dt><dd><pre lang="en" class="synopsis">RowStandardDeviation (m)</pre><p lang="en">Aliases: <code class="function">rowstdev</code></p><p lang="en">Calculate the standard deviations of rows of a matrix and return a vertical vector.</p></dd><dt><span lang="en" class="term"><a name="gel-function-StandardDeviation"></a>StandardDeviation</span></dt><dd><pre lang="en" class="synopsis">StandardDeviation (m)</pre><p lang="en">Aliases: <code class="function">stdev</code></p><p lang="en">Calculate the standard deviation of a whole matrix.</p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch11s13.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch11.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch11s15.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Решение уравнений </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Многочлены</td></tr></table></div></body></html>