DADiSP Worksheet Functions > Function Categories > Statistics and Calculus > COLMEAN
Produces a row of the means of each column of the input table.
COLMEAN(a)
a
-
A series or table.
A one-row table with the same number of columns as the input table.
colmean(ravel({2, 4, 6}, {8, 10, 12}))
returns {{4, 10}}
COL
COLLENGTH
COLMAX
COLMEDIAN
COLMIN
COLSTDEV
MEAN
ROWMEAN
TRANSPOSE