Median-func
This function is used to return median of dataset vd with interpolation method specified by method.
double Median(dataset vd[, int method = 0])
vd
method
Return median of a dataset with specified interpolation method.
dd = median(col(A), 2); dd=; //Should return the median of column(A).
max, mean, min