Syntax: mean([2,3,8])
Description: Calculates the mean value of matrix or a vector
Group: statistics
Note:
Example:
mean([4,2])
Also see: std, var, cov
Implemented in: LambdaMEAN.java