Geomean-func
This function takes a dataset and return the Geometric Mean.
double Geomean(dataset vd)
vd
Returns the geometric mean
Gmean = Geomean(col(A)); //return the Geometric Mean of column A
Mad, Geosd, Harmean