mean(args)

Average of elements.

argsList of numbers, vectors, and/or matrices.
return valueThe recursive, but independent average of the arguments.

The argument can be list of numbers, vectors and/or matrices. If there is a list of matrices or vectors, the averages are calculated separately for each of them, and the average of the results will be returned.