Map and Table Calculation

AVG( ) function

Returns the average (arithmetic mean) of a value column.

Syntax

AVG(ValueColumn)

Input

ValueColumn is a value column
Domain type: any Value domain

Output

AVG returns: a real value
Domain: system domain Value

Notes:

Tips:

Usable in

TabCalc, TabCalc pocket line calculator

Examples

TabCalc example:

OutCol = AVG(InCol)

 

InCol

OutCol

-5

3

-2

3

-1

3

0

3

?

3

4

3

8

3

9

3

11

3

TabCalc Pocket line calculator example:

? AVG(InCol)

returns 3.000

See also:

CNT
STD
STDEV COVAR Column Statistics
CORR AGGAVG