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 […]