How Does Matlab Calculate Geometric Mean?
How Does Matlab Calculate Geometric Mean? m = geomean( X ) returns the geometric mean of X . If X is a vector, then geomean(X) is the geometric mean of the elements in X . If X is a matrix, then geomean(X) is a row vector containing the geometric mean of each column of X