Home > freetb4matlab > statistics > geomean.m

geomean

PURPOSE ^

% Compute the geometric mean.

SYNOPSIS ^

function a = geomean(x, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} geomean (@var{x})
% @deftypefnx{Function File} geomean (@var{x}, @var{dim})
% Compute the geometric mean.
%
% This function does the same as @code{mean (x, 'g')}.
%
% @seealso{mean}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003