DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


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.