The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: geomean (x)
Function File: geomean (x, dim)

Compute the geometric mean.

This function does the same as mean (x, "g").

See also: mean.

Package: statistics