Home > freetb4matlab > statistics > harmmean.m

harmmean

PURPOSE ^

% Compute the harmonic mean.

SYNOPSIS ^

function a = harmmean(x, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} harmmean (@var{x})
% @deftypefnx{Function File} harmmean (@var{x}, @var{dim})
% Compute the harmonic mean.
%
% This function does the same as @code{mean (x, 'h')}.
%
% @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