-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
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
Labels
No labels