3.5.2.13 Geosd

Description

This function takes a dataset and returns its Geometric Standard Deviation.

Syntax

double Geosd(dataset vd)

Parameter

vd

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

Return

Returns the Geometric SD

Example

Geosd(col(A))=; //returns Geometric SD of column A

See Also

Mad, Geomean, Harmean