Mean-func
Returns the average of a vector.
double Mean(dataset vd)
vd
Returns the average of specified argument.
double aa=mean(col(A)); aa=; //Should return the average value of the specified column.
Median,Min,Max,Total