DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
TVector
Methods
GeometricMean
See also:
HarmonicMean
,
MeanVar
Index
Statistical Background
GeometricMean
Declaration:
TVector
.
GeometricMean
(LowElem, HighElem: integer): double;
The method
GeometricMean
calculates the geometric mean of all elements between
LowElem
and
HighElem
(including these border elements). If any of the elements is negative an exception is raised.