harmean() Function

Function

harmean( number )

Returns the harmonic mean of the specified number(s), which is the number of terms divided by the sum of the terms' reciprocals.

Parameters

Keyword Type Description

number

Decimal Array

Numbers over which to calculate the harmonic mean.

Returns

Decimal

Usage considerations

Use this function for the average of rates.

Examples

harmean(1,2,3) returns 1.636364

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK