DADiSP Worksheet Functions > Function Categories > Statistics and Calculus > COLMEAN

 

COLMEAN

Purpose:

Produces a row of the means of each column of the input table.

Syntax:

COLMEAN(a)

a

-

A series or table.

Returns:

A one-row table with the same number of columns as the input table.

Example:

colmean(ravel({2, 4, 6}, {8, 10, 12}))

 

returns {{4, 10}}

See Also:

COL

COLLENGTH

COLMAX

COLMEDIAN

COLMIN

COLSTDEV

MEAN

ROWMEAN

TRANSPOSE