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

 

COLMIN

Purpose:

Produces a row of the minimum values of each column of the input table.

Syntax:

COLMIN(a)

a

-

A series or table.

Returns:

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

Example:

colmin(ravel({1,2,3},{2,3,4}))

 

returns {{1, 2}}

Remarks:

Use COLMINIDX to find the indices of each column of an array.

See Also:

COL

COLLENGTH

COLMAX

COLMEAN

COLMEDIAN

COLMINIDX

COLSTDEV

COLSUM

MIN

ROWMIN

TRANSPOSE