[Index for rtools] [Return to Master Index] [Return to www.radarworks.com]

RT_geomean

(rtools/RT_geomean.m)


Function Synopsis

out = RT_geomean(x)

Help text

function out = RT_geomean(x)

 Returns the geometric mean of the input. When X is a vector
 with n elements, RT_geomean(X) returns the n-th root of the product
 of the elements. For a matrix input, RT_geomean returns a row vector
 containing the geometric mean of each column of X.

 This is copied from the Matlab geomean function (which is oddly not
 a standard function, but part of the Statistics toolbox).

 Part of the Matlab Radar Toolbox v0.11 by Glen Davidson at www.radarworks.com
 Please acknowledge use of this toolbox in any publication or software.
 This header must be retained in any derivative work

Cross-Reference Information

This function is called by

Produced by mat2html on Mon Mar 17 16:14:19 2003
Cross-Directory links are: OFF