yawning_titan.experiment_helpers.graph_metrics.geometric_mean_overflow#

yawning_titan.experiment_helpers.graph_metrics.geometric_mean_overflow(input_list)[source]#

Calculate the geometric mean accounting for the potential of overflow through using logs.

Parameters:

input_list – A list of values

Returns:

Geometric mean as a float

Note: There is actually a function included in the ‘statistics’ python module that does this but is only available in python 3.8 onwards