Statistics Toolbox
  Go to function:
    Search    Help Desk 
geomean    Examples   See Also

Geometric mean of a sample.

Syntax

Description

geomean calculates the geometric mean of a sample. For vectors, geomean(x) is the geometric mean of the elements in x. For matrices, geomean(X) is a row vector containing the geometric means of each column.

The geometric mean is:


Examples

The sample average is greater than or equal to the geometric mean.

See Also



[ Previous | Help Desk | Next ]