Geomean

Contents

Description

This function takes a dataset and return the Geometric Mean.

Syntax

double Geomean(dataset vd)

Parameter

vd

a vector, can be a dataset, a range or a column in Origin worksheet.

Return

Returns the geometric mean

Example

Gmean = Geomean(col(A)); //return the Geometric Mean of column A

See Also

Mad, Geosd, Harmean