Skip to content

Geometric mean as a measure #371

@dkuzi

Description

@dkuzi

Is it possible to include the geometric mean as a measure for benchmark runs? Similar to how median and mean are simple reexports from Statistics.jl it should be possible to reexport the geometric mean geomean from StatsBase.jl. Is this a feature worth considering for you?

Alternatively, you can omit the additional dependency StatsBase and define the geometric mean in-package since it is literally one line using the form geomean(a) = exp(mean(log, a)) as it is implemented in StatsBase, see here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions